r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!REBOL3-OLD1]

Graham
24-May-2008
[5872x2]
Is there any way we can have a hybrid R2 with the new graphics system 
and the old core?
Some of us are tied to R2 because of networking
Henrik
24-May-2008
[5874]
I wouldn't bet on it. That might be a month's worth of work, but 
I'll ask for an official statement.
Chris
24-May-2008
[5875]
At the moment, I'd like the opposite -- new core, current graphics 
: )  I don't want the new graphics system before it's ready.
Graham
24-May-2008
[5876x2]
I suspect the former would be more easily done than the latter
After all one starts with core and then builds view on top of it
Chris
24-May-2008
[5878]
Then how do you complete the new view without the new core underneath?
Graham
24-May-2008
[5879]
I suspect view is not really dependent on core
Henrik
24-May-2008
[5880]
the event system is different, which I believe also has something 
to do with ports, which are a different concept in R3.
Graham
24-May-2008
[5881x2]
it's more for networking ( async ) and LNS
oh .. ok.
Henrik
24-May-2008
[5883]
LNS is high priority for R3. Needed for Devbase.
Graham
24-May-2008
[5884x2]
Just seems to be a lack of participation in the R3 process ... and 
I'm wondering if it's because the changes are too great
If there were a way we could incorporate the changes into projects 
we are currently working on ... it just might make it easier
Henrik
24-May-2008
[5886]
I think it's because the changes are very large, yes. It's rather 
impossible to do any real GUI work as long as VID3 is sitting in 
this current state, where we're trying to figure out how VID3 should 
work and that things might change from week to week.
Graham
24-May-2008
[5887]
What's the best way to get started?
Henrik
24-May-2008
[5888]
with what part of R3?
Graham
24-May-2008
[5889x3]
There's just too much information there at present ...
playing with Vid3
I see Carl's current intention is to nail Vid3 down
Henrik
24-May-2008
[5892x2]
probably get one of last year's builds and simply toy around with 
the layout dialect. current builds have VID3 left out.
yes, there are some design issues in that style creation is too complex 
and must be simplified. Carl and Gabriele are sorting that out in 
private.
Graham
24-May-2008
[5894]
we need an dummy's guide to vid3
Henrik
24-May-2008
[5895x2]
we have one, but it's too complex :-)
well, actually I don't think it fits with the latest VID3 build
Graham
24-May-2008
[5897]
Ok, an idiot's guide then!
Henrik
24-May-2008
[5898x2]
the dialect itself is easy enough.
it's probably a good idea to study it in order to find out how faces 
can work together and such.
Graham
24-May-2008
[5900]
I suspect we are only going to find it's limitation by starting to 
build small apps and see how it scales
Henrik
24-May-2008
[5901]
it's probably mostly limited by the number of styles currently.
Graham
24-May-2008
[5902]
which build has Vid3 in it?
Henrik
24-May-2008
[5903]
the public release
Graham
24-May-2008
[5904x2]
which is where?  I'm getting circular links
http://www.rebol.com/rebol3/=> http://www.rebol.com/article/0347.html
=> http://www.rebol.com/rebol3/
Henrik
24-May-2008
[5906]
http://www.rebol.net/wiki/R3_Releases
Graham
24-May-2008
[5907]
Ok.  Thanks.
Henrik
24-May-2008
[5908]
gotta go to bed. there are some more docs about VID3 in Docbase.
Pekr
24-May-2008
[5909]
My take is VID3 will not stay way it is now ...
Graham
24-May-2008
[5910x3]
Meaning?
too complex?
Is there much point at looking at it until Carl has decided where 
it's going?
Pekr
24-May-2008
[5913]
I think not ...
btiffin
24-May-2008
[5914]
I was told to hold off on documentation for VID3 months ago; pre 
Unicode release even.  And I may not be the best tech writer for 
the task anyway; as I didn't really "get it" to a level required 
to write the good end-user docs REBOL deserves.  We'll see what happens 
in the upcoming days.
Graham
24-May-2008
[5915]
Perhaps we need a "rebgui" for R3 as well ... ie. a simplified gui
btiffin
24-May-2008
[5916]
That's what I hinted to on the blog.
Graham
24-May-2008
[5917]
though should a simple gui scale to a complex one?
btiffin
24-May-2008
[5918]
But Gabriele is a super smart REBOL coder; so I'd like to see his 
efforts rewarded. I just couldn't keep up with some of it; at least 
not quickly enough to  produce end user docs that made any sense. 
 :)
Graham
24-May-2008
[5919x3]
two development efforts don't make much sense though
Some of Gabriele's stuff does tend to be somewhat hard to use
Though that could just be a documentation problem