New project using LWJGL

Started by EvilOne, October 16, 2007, 09:43:30

Previous topic - Next topic

EvilOne

Hi,

Check out: https://sourceforge.net/projects/insania/

This project will become a little rendering engine (and will be the base for my game). I've just checked in the first few classes, nothing special. Image loading (png only), wrapper for textures, shaders, programs... a little bit of IO and some utils. It's just the beginning... so give me two weeks to make it a bit usefull  ;D

Have fun browsing the CVS...

Cheers,
E1.

P.S. How to get rid of files in the cvs? I accidently checked in the .classpath file (which points currently to my girlfriends computer... sigh)
If you got a shiny new hammer, every problem looks like a nail!

Matzon

How does it compare to Xith, JME? - or Slick (if 2d)?

You cannot remove cvs files, unless you have physical access. This usually means you have to make a support request to source forge.

EvilOne

It's just another lib, nothing special. Just one more choice.
More choices are always good... ;D
If you got a shiny new hammer, every problem looks like a nail!

Evil-Devil

Why only png? With DevIL you have a much wider support and custom textureloader aren't that hard to code in java too.

EvilOne

I don't want to add a dependency on DevIL. Btw, TGA and DDS are currently in the works... just have to get some compressed test images. Don't bother checking the CVS yet... at the moment the source is a complete mess  ;D
If you got a shiny new hammer, every problem looks like a nail!

Evil-Devil

Hehe, i don't need to check the CVS for DDS /TGA loading. My engine allready handle that very well ;)