Re: [osg-users] FLTK2 port of osgviewerFLTK

2009-03-27 Thread Robert Osfield
Hi Michael, Does the code still work under FLTK1.x? Has FLTK2 finally been officially release yet? Robert. 2009/3/27 Michael Bosse' metis...@gmail.com As part of something I am working on in school, I needed to use an osgViwer::Viewer inside of an fltk2 GlWindow. I modified / updated the

Re: [osg-users] FLTK2 port of osgviewerFLTK

2009-03-27 Thread Eric Sokolowsky
Robert Osfield wrote: Hi Michael, Does the code still work under FLTK1.x? Has FLTK2 finally been officially release yet? Robert. FLTK 2 has not been officially released. It has been under development for at least 4 years, with no end in sight. Version 1.1.x is stable and the

Re: [osg-users] FLTK2 port of osgviewerFLTK

2009-03-27 Thread Michael Bosse'
I submitted it mostly in case there was anyone out there who wanted to use that example with fltk2, not really my intent to replace the existing example. FLTK2 is (and probably will be for a long time) in flux. For my purposes fltk2 is working correctly, but I wouldn't recommend it for production

[osg-users] FLTK2 port of osgviewerFLTK

2009-03-26 Thread Michael Bosse'
As part of something I am working on in school, I needed to use an osgViwer::Viewer inside of an fltk2 GlWindow. I modified / updated the existing example osgviewerFLTK.cpp to work with the most recent svn version of fltk2. The code is included with this email, hopefully all that you should have