Hi,
I found Xith3D and I think it's just what I need. However, I have run into a few problems with it.
I used subclipse to checkout the latest code from xith3d from svn since the downloads are 2 years old and it is recommended on the wiki. That works fine. I created a new project in eclipse, and set Xith3D as a dependancy, and put xith3d, gluegen-rt and jogl onto the build path, and I also configured the natives path to the appropriate folders. I downloaded the ebook XIN 2nd edition from the xith.org website, since that seemed to be the only place where I could get some tutorials for Xith3D. I ran the first example, and got this in the console:
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try adjusting the vblank_mode configuration parameter.
I skipped to chapter 5, to see if I could get a basic shape working and to check that everything was fine, and planned to read the chapters in between after that. However, I got that error again, and an error in eclipse at this line:
this.getInputManager().registerKeyboardAndMouse( canvas );
There seems to be no getInputManager() method on the InputAdapterRenderLoop class in the javadocs either. So, I proceeded to comment the line out, downloaded a test 512x512 jpg image off google into the appropriate folder, named it stone.jpg (original is from
http://digips.seesaa.net/stone_pavement/ground_stone_pavement01.jpg ) and ran the program.
Here is a screenshot -
http://img839.imageshack.us/img839/8759/screenshotmyemptyscene.pngDunno if it helps, but I'm on ubuntu 10.04
Oh, and the close button doesn't work so I had to terminate it from within eclipse.
Thanks,
Daniel