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

World: r3wp

[!REBOL3-OLD1]

Graham
10-Oct-2007
[4850x2]
Rebgui has done a lot of work here
with containers that allow you to create groups of widgets that move 
in concert
Henrik
10-Oct-2007
[4852]
Graham, I will get to that. I may make another blog post on that. 
But VID3 behaves similarly to QT or GTK in this respect now.
Graham
10-Oct-2007
[4853]
don't know QT/GTK
Henrik
10-Oct-2007
[4854]
some things are still not in place, but creating the layout in the 
screenshot is less than 1 kb of code.
Graham
10-Oct-2007
[4855]
what about background animations?
Henrik
10-Oct-2007
[4856]
no timers, so not yet. they will come.
Graham
10-Oct-2007
[4857]
transparency
Henrik
10-Oct-2007
[4858]
transparency is simple. it's everywhere.
Graham
10-Oct-2007
[4859x3]
previously R2 was limited to the common platform idea ..
so, if one platform lacked a feature .. it meant none of the others 
could have it
Hope that is being tossed into the bit bucket
Henrik
10-Oct-2007
[4862x2]
yes, it's different now. however full hw-acceleration and those things 
will come later.
lots of stuff to finish first
Graham
10-Oct-2007
[4864x2]
great ... that was form of computer communism
Hope that postscript will be better supported as Carl said it would
Henrik
10-Oct-2007
[4866x2]
we should in fact be able to scale down from full graphics to text 
console, if it's possible to make a usable interface in that.
Cyphre would know more about that. He's still adding features to 
DRAW.
Graham
10-Oct-2007
[4868x2]
like Amiga anywhere?
Taos or whatever it was called?
Henrik
10-Oct-2007
[4870]
(although rather slowly these days :-))
Graham
10-Oct-2007
[4871]
is Cyphre still working on qtask?
Henrik
10-Oct-2007
[4872]
I meant in terms of where a UI can be displayed. Not whether we can 
hard scale it to a PDA or an HDTV like they do. If you want to display 
big and pretty buttons on an HDTV, you'd use one set of styles. If 
you want to display on a text only console, you'd use a different 
set of styles, but the layout code would be the same. Some work needs 
to be done here before I can say anything more. We're only testing 
ordinary WindowsXP graphics for now.
Graham
10-Oct-2007
[4873]
styles
Kaj
10-Oct-2007
[4874]
Sounds very good
Graham
10-Oct-2007
[4875]
how do you setup forms on a text console?  use escape sequences??
Henrik
10-Oct-2007
[4876]
I don't know. Ask gabriele. :-)
Graham
10-Oct-2007
[4877x2]
Hmm.
So, it sounds as though we might be able to generate html as well 
...
Kaj
10-Oct-2007
[4879]
You can use terminal escape codes for that, or usually, you use a 
library such as Curses or S-Lang
Graham
10-Oct-2007
[4880]
the layout engine can with the use of styles generate a flash or 
javascript gui ??
Kaj
10-Oct-2007
[4881x2]
It should, if it can even do text
Years ago there was a project trying to do this in XML, UIML
Graham
10-Oct-2007
[4883]
ascii art
Kaj
10-Oct-2007
[4884]
It's one of the projects I bookmarked that could be done better in 
REBOL :-)
Henrik
10-Oct-2007
[4885]
I admit I hadn't thought of that. I actually have a project on hold 
for VID->HTML forms in R2.
Graham
10-Oct-2007
[4886x2]
Looks like Oldes is doing a R2 layout on Flash
If it could do these things .. it would greatly enhance it's attractiveness 
to non Rebol users
Kaj
10-Oct-2007
[4888]
Sounds like Gabriele got his UI abstraction concept through, then
Graham
10-Oct-2007
[4889x3]
abstract all that hard stuff out of JS etc
a killer user of R3
use
Kaj
10-Oct-2007
[4892]
Freudian slip? :-)
Henrik
10-Oct-2007
[4893]
sounds great. :-) But let's see what Gabriele says. :-)
Graham
10-Oct-2007
[4894x2]
of course this is what we wanted with makedoc ..
to create text, pdf, etc
Pekr
10-Oct-2007
[4896x3]
Tao is no more - they went bancrupt. Tao was imo not very special, 
yet similar to REBOL. Remember - they had to code in kind of Rebcode 
ASM, to get the speed. And R3, once platform plug-ins are ready, 
will allow to replace certain parts, e.g. rendering.
I thought about VID3-2-Flash converter, but I am not sure those things 
are possible, without REBOL. Remember - VID is being parsed, 'parse 
is evaluated in REBOL. REBOL is everywhere in the equation. The trick 
is - show Flash, Ruby, Python guys, that View is nice and runs in 
the browser. Then they will try to copy it. Then they will find out, 
they need REBOL anyway. Then they will find out, that REBOL is actually 
smaller, than most of their libraries. Then they will drop Ruby, 
Python etc. :-)
In order to get VID3 to work in Flash, you would need to recode the 
whole thing in Flash itself. The same goes for other environments. 
It is imo easier to port REBOL to those tools, although it might 
be slow. IMO REBOL ported to JAVA would be interesting project ....
Graham
10-Oct-2007
[4899]
I was thinking more of a code generator