World: r4wp
[#Red] Red language group
older newer | first last |
Kaj 5-Mar-2012 [190] | Sorry, but this project is about what's acceptable to me :-) |
Pekr 5-Mar-2012 [191] | Ah, well then. Even GTK+ kind of sucks big time ... |
Kaj 5-Mar-2012 [192] | Even? GTK is much more monstrous than Enlightenment |
Pekr 5-Mar-2012 [193] | OK, how many Enlightement bindings you can see out there being used with various languages for regular app development? |
Kaj 5-Mar-2012 [194] | Why is that important? |
Pekr 5-Mar-2012 [195] | Because if you are aiming for more complete solution, why not to bind to Qt for e.g. ? Seems to be used by many ... |
Kaj 5-Mar-2012 [196] | Sure, but if you want stuff used by many, you shouldn't be using REBOL, and certainly not Red |
Pekr 5-Mar-2012 [197x2] | that's a nonsense argument |
how big is actually enlightenment (the parts you need to use, to get a GUI and app done using it)? | |
Kaj 5-Mar-2012 [199x2] | Certainly no more a nonsense argument than that Enlightenment would be unacceptable compared to AGG, Cairo and Skia |
Size depends on what modules you want to include, but I estimate it would usually amount to a few MB | |
Kaj 7-Mar-2012 [201] | I ported a second demo to my OpenGL binding, using textures |
Pekr 7-Mar-2012 [202x2] | as for the Enlightenment - is it mostly about windowing, compositing, or does it include even some widgets, so that you can make some apps using it? |
Few MBs is not that much, I thought that it will be 100MB+ | |
Oldes 7-Mar-2012 [204] | Where one can download the OpenGL binding? Don't you want to put the bindings into the Red's github? |
Gregg 7-Mar-2012 [205] | . |
Steeve 7-Mar-2012 [206] | well played Gregg, I don't have the problem anymore |
Kaj 7-Mar-2012 [207x4] | My bindings are in Fossil repositories. I haven't published my OpenGL binding yet |
Enlightenment is very modular. The top two libraries are a widget set and a desktop environment and window manager, that you can choose to include or not | |
The widget set is my primary target, but I haven't got it to work yet | |
One could also just use the drawing library, which then seems to be about double the size of Cairo for example, but is much more intelligent | |
Pekr 7-Mar-2012 [211] | is that plain C, or C++? Btw - how does Cyphre wrap AGG, if AGG is said to be strict C++? Does he have to write any wrapper in C first? (He said he has AGG in a form of DLL for R2) |
Kaj 7-Mar-2012 [212] | C. Rasterman dislikes C++ |
Pekr 7-Mar-2012 [213] | good guy then :-) |
Kaj 7-Mar-2012 [214] | Yep. :-) The REBOL AGG engine is implemented in C++. You basically have to write the draw dialect interpreter in C++ to be able to use AGG or any of the other C++ engines |
Pekr 7-Mar-2012 [215] | btw - I wonder if there would be some niche for the BlackBerry. They will switch to QNX, which is nice C. That would be like Amiga going back to QNX :-) |
Kaj 7-Mar-2012 [216] | Enlightenment is like Amiga coming to Linux, and also other platforms these days |
Henrik 7-Mar-2012 [217] | I don't think I've used Enlightenment in a decade. It was superfast at the time, but the UI was not so good. I'm not sure the UI itself is important for Enlightenment, but more the underpinnings? |
Kaj 7-Mar-2012 [218] | I agree. The appearance is too geeky, but by the graphics geek kind. I want to build a more user friendly interface on it |
GrahamC 8-Mar-2012 [219] | 15% ... getting there :) |
Kaj 9-Mar-2012 [220] | I got the first Enlightenment example to run; so far just one of the included C examples from the Evas canvas library, on X11 on Syllable Server |
GrahamC 9-Mar-2012 [221] | screenshot? |
Kaj 9-Mar-2012 [222x2] | Sorry, can't make them yet. I have no screenshot tool on Syllable Server, so I make them on Syllable Desktop, but I don't have Evas running there yet |
Imagine a rectangular line with some colored squares in them :-) | |
GrahamC 9-Mar-2012 [224x2] | got it |
and no digital camera :) | |
Andreas 9-Mar-2012 [226] | Isn't "Syllable Server" just running plain X? |
Kaj 9-Mar-2012 [227x2] | If I had, I would still have no time |
Yes, as I said, I have it running on X. As far as I can see: it could also be using the SDL backend, which I'm trying to get to work | |
Andreas 9-Mar-2012 [229x2] | No xwd on Syllable Server then? No imagemagick either? |
(`xwd -out shot.xwd -root -display :0.0` should get you a screenshot. Or `import -window root shot.png`, if you have imagemagick.) | |
Kaj 9-Mar-2012 [231x4] | I have ImageMagick installed from the GoboLinux layer |
xwd is also there in X11 | |
I made a shot.xwd, but how do I read that format? | |
import can't find libltdl.so.7 | |
Andreas 9-Mar-2012 [235x4] | imagemagick can convert xwd's :) |
gimp can read them | |
netpbm can convert them as well | |
`convert shot.xwd shot.png` (imagemagic) `xwdtopnm < shot.xwd | pnmtopng > shot.png` (netpbm) | |
Kaj 9-Mar-2012 [239] | Installed a newer LibTool. import works now. Thanks |
older newer | first last |