• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r4wp

[!Syllable] Syllable free operating system family

Cyphre
29-Jun-2012
[101]
Pekr, my experiment showed AGG on ARM without FPU was way slower 
than the native implementation of Android Canvas engine...mainly 
because the Canvas uses integer based rasterizer etc.
Pekr
29-Jun-2012
[102]
well, are there really devices, with no FPU these days?
Cyphre
29-Jun-2012
[103]
For example my Smasung Galaxy mini phone :-) AFAIK these low-ends 
are owned by a lot of people who doesn't have big enough pockets 
to handle the much bigger, expensive and powerful ones.
Pekr
29-Jun-2012
[104]
That might be a history sooner, than R3/View exists for such devices 
:-)
Cyphre
29-Jun-2012
[105x2]
Yes, but it is always good to have some flexibility and choose which 
graphics setup is more suitable for your target platform.
Also If you need pixel-precise results in your app you can still 
use the Agg for making hi-quality output etc.
Pekr
29-Jun-2012
[107]
so what's available on Android for e.g.? Skia? Cairo? Or their Canvas 
engine is another different thing?
Cyphre
29-Jun-2012
[108]
AFAIK Android uses Skia for the Canvas graphics.
Pekr
29-Jun-2012
[109]
Well, without R3 core being compiled to droid, there's no chance 
to get R3 running there, no? So your tests involved pure AGG test, 
with no relation to REBOL?
Cyphre
29-Jun-2012
[110]
Yes, but you can guess how Rebol will be fast on such device. The 
cpu I have has around 600Mhz so just remember when you run Rebol 
10 years ago on your desktop ;)
Pekr
29-Jun-2012
[111x2]
will it influence REBOL in overall? I mean - even Core speed? Most 
probably yes, when flot calculations are done?
hmm, maybe we should move to another group ...
Cyphre
29-Jun-2012
[113]
I guess so :)
Kaj
29-Jun-2012
[114]
OK, so your engine could use the Enlightenment canvas as a rendering 
backend. :-) That's pretty much what we're planning for Red: dialects 
for multiple native backends
Kaj
16-Jul-2012
[115x2]
Today was Syllable's tenth anniversary. I took the opportunity to 
present the Enlightenment graphics engine that I've been porting 
in the past months
http://www.osnews.com/story/26189/Syllable_gets_Enlightenment_graphics_engine
Arnold
16-Jul-2012
[117]
Happy birthday to Syllable! Great gift Kaj.
Kaj
17-Jul-2012
[118]
Thanks :-)
Kaj
18-Jul-2012
[119x3]
I ported the Syllable package manager from ORCA to Boron
I was hoping to avoid this and do it in Red, but it is not there 
yet
I needed it now because call/output is broken in ORCA
Arnold
19-Jul-2012
[122]
So now you can program an Enlightenment widget in Boron to be displayed 
in a window on the Syllable desktop? The article is very detailed 
and requires to know a lot of background information.
Kaj
19-Jul-2012
[123x3]
No, only if you were to program a Boron extension in C that binds 
to Enlightenment
Out of the box, Boron has some bindings with Qt and OpenGL, that 
don't work on Syllable
And as the Enlightenment article says, the widget set hasn't been 
ported to Syllable Desktop yet
Kaj
1-Aug-2012
[126x4]
I'm now logged in on Syllable Server, with X11 built on top of it
We've done that for two years now, but that was on our in-house Syllable 
Workstation, Syllable Server with GoboLinux transplanted on top of 
it. Now I'm running on pure Syllable Server, with X built from source
That cleans up a lot of problems with the GoboLinux integration, 
so it is becoming production ready
On the other hand, I've just spent the equivalent of a full work 
week just to get the legacy fonts in X that R2/View needs
Arnold
1-Aug-2012
[130]
Depends on how much time it took you to do it.
Kaj
1-Aug-2012
[131x4]
The equivalent of a full work week
That means three days for me
I've got the Enlightenment stack running on X now, up to the widget 
set
That was a lot easier than View. It's currently a very minimal X 
configuration
Kaj
2-Aug-2012
[135]
I've got GTK 2 built from source running on X now, but GTK 3 bombs 
out
Kaj
3-Aug-2012
[136x2]
Now I've got Qt running on X. That didn't work in the GoboLinux mix
I already had Qt running before in embedded mode on the Linux framebuffer
Kaj
21-Aug-2012
[138x2]
I've set up a new wiki for Syllable, running on Fossil:
http://wiki.syllable.name/
Kaj
9-Sep-2012
[140x2]
For those who have been clamouring for a Syllable installation video 
in the past, we finally made one, on our SylCon summer conference 
yesterday:
http://www.youtube.com/watch?v=xpjVze-YOKI&list=PL-sJ-JyMOF6FcvI-cEK3esrCJaQzmlae0&index=2&feature=plpp_video
AdrianS
20-Sep-2012
[142x2]
Kaj, do you happen to have a VMware image for version 0.6.7? I only 
saw 0.6.6 posted.
btw, is the Enlightenment engine part of the latest binaries now?
Kaj
20-Sep-2012
[144]
No, we haven't had time to make emulator images for 0.6.7 yet. The 
Enlightenment port isn't published in binary yet, but you could compile 
it with the Syllable build system
AdrianS
20-Sep-2012
[145x3]
Are there some known graphics problems running under VMware? I had 
the browser showing Google and wikipedia for a while, but then it 
wouldn't update itself anymore. I also couldn't quit the browser. 
I have the hardware compatibility set to 6 as per instructions.
now I can't shutdown - need to pull the plug on the VM
this is with 0.6.7, btw - installed it under Workstation 9.0
Kaj
21-Sep-2012
[148x3]
VMware always worked best in the past, but since emulators do very 
low level things, one can never be sure how a new version behaves
We haven't had your precise report about VMware, but it's quite possible 
that those symptoms are just general Syllable behaviour. The browser 
uses the WebKit engine, but it's an older version and the integration 
is incomplete. Many of the more complex web sites can hang the browser, 
and in those cases, Syllable can't close the browser and hangs on 
it when shutting down
Pressing Control-Alt-Delete shuts down Syllable cleanly but forces 
applications to close, so when you have hung applications, that's 
the way to shut down. It's described in the Welcome document on the 
desktop. Does that work?