Got GridFlow on Android working, with no options at all. Therefore, [#out window] does not work, and there's no other form of window output, because there is no x11, no quartz, no sdl, no aalib, no tk, no gem and no pdp (those are the seven window outputs that GF can support). Seems like we will need an 8th one, specifically for Android, unless someone gets Gem or PDP to work on that.
The test I made was just to compute a matrix and print it in the console.
| Mathieu Bouchard ------------------------------ Villeray, Montréal, QC
On Fri, 29 Oct 2010 00:15:45 -0400 (EDT), Mathieu Bouchard matju@artengine.ca wrote:
Got GridFlow on Android working, with no options at all.
Cool!
Therefore, [#out window] does not work, and there's no other form of window output, because there is no x11, no quartz, no sdl, no aalib, no tk, no gem and no pdp (those are the seven window outputs that GF can support). Seems like we will need an 8th one, specifically for Android, unless someone gets Gem or PDP to work on that.
The test I made was just to compute a matrix and print it in the console.
Maybe here is a starting point for a lot of work: http://developer.android.com/guide/topics/graphics/opengl.html
Cheers,
Chris.
OMG...nice!
José
2010/11/23 chrism chris@mccormick.cx
On Fri, 29 Oct 2010 00:15:45 -0400 (EDT), Mathieu Bouchard matju@artengine.ca wrote:
Got GridFlow on Android working, with no options at all.
Cool!
Therefore, [#out window] does not work, and there's no other form of window output, because there is no x11, no quartz, no sdl, no aalib, no tk, no gem and no pdp (those are the seven window outputs that GF can support). Seems like we will need an 8th one, specifically for Android, unless someone gets Gem or PDP to work on that.
The test I made was just to compute a matrix and print it in the console.
Maybe here is a starting point for a lot of work: http://developer.android.com/guide/topics/graphics/opengl.html
Cheers,
Chris.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Tue, 23 Nov 2010, chrism wrote:
On Fri, 29 Oct 2010 00:15:45 -0400 (EDT), Mathieu Bouchard matju@artengine.ca wrote:
Got GridFlow on Android working, with no options at all.
Cool!
Unfortunately, we got stuck with bugs that we don't know how to get out of. Some weird crashes at startup, that appeared for no apparent reason and won't disappear. I can't debug this. I don't sufficiently know about how to do this kind of debugging on Android.
So, in the end, it does not work, but if I had this crash fixed, we'd have GridFlow with at least support for PPM image format, and I'd expect to be not too far from having a window output. However, this would go through the android widget toolkit, and not OpenGL, at least for now. I expect to keep OpenGL support for much later. I started coding that with JNI but were not able to try because of the aforementioned crashes (even though I retried without the JNI code, etc...!).
| Mathieu Bouchard ------------------------------------- Aix-en-Provence