Re: [NewIO-developers] OpenGL & NewIO
Status: Alpha
Brought to you by:
cnystrom
|
From: Jason R. <ja...@ne...> - 2008-11-27 08:57:20
|
I would have to concur. I can put forth a bit of effort in terms of linking certain functional primitives to higher-level in addition. Things like color blending, certain animation affects - all of those are sort of OpenGL native except for they take say five function calls (which 3 or 4 usually just take standard defaults) -- I think a few of them could be made into a single function. I'm willing to give that bit a whirl. On Mon, Nov 3, 2008 at 8:58 PM, Chris Nystrom <cny...@gm...> wrote: > On Mon, Nov 3, 2008 at 8:09 PM, Alan Kleymeyer wrote: > > > > I am currently working on an OpenGL portability layer to create a desktop > > application UI for Windows and Mac. I can put some effort to help any > > project using OpenGL in NewIO. > > That would be great Alan. > > I am thinking the best way would be to use SDL in combination with > OpenGL as SDL does some things that OpenGL does not, but we would use > OpenGL for rendering. Something like these: > > http://www.libsdl.org/opengl/index.php > > I am thinking the best thing to do API wise it just copy the OpenGL > API as much as possible. > > I think I can get a first pass on linux. Then you can verify that it > still works under Windows and OSX and then from there we can all work > on extending it. > > Thoughts? > > Chris > > -- > E-Mail: Chris Nystrom <cny...@gm...> > Saving the world from web programming. > http://www.newio.org - G-Talk: cnystrom > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > NewIO-developers mailing list > New...@li... > https://lists.sourceforge.net/lists/listinfo/newio-developers > |