Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2012-03-24 | 1.3 kB | |
lwtoolkit-samples-0.0.4-SNAPSHOT.jar | 2012-03-24 | 30.6 kB | |
lwtoolkit-opengl-0.0.4-SNAPSHOT.jar | 2012-03-24 | 21.4 kB | |
lwtoolkit-input-0.0.4-SNAPSHOT.jar | 2012-03-24 | 8.7 kB | |
lwtoolkit-glut-0.0.4-SNAPSHOT.jar | 2012-03-24 | 6.2 kB | |
lwtoolkit-geometry-0.0.4-SNAPSHOT.jar | 2012-03-24 | 11.7 kB | |
lwtoolkit-engine-0.0.4-SNAPSHOT.jar | 2012-03-24 | 11.4 kB | |
lwtoolkit-core-0.0.4-SNAPSHOT.jar | 2012-03-24 | 11.0 kB | |
Totals: 8 Items | 102.2 kB | 0 |
################### #### LWToolkit #### ################### ### Description ### ################### Ligthweight Toolkit is a framework which uses LWJGL. It makes easier some aspects (input, picture loading, code organisation, ...), and allows to focus on the game code. ### Changelog ### ################# ## lwtoolkit-0.0.4-SNAPSHOT Upgrade to LWJGL 2.8.3. Fix a bug on FloatBuffer init in OpenGLState. Switch project from CVS to SVN : - http://lwtoolkit.svn.sourceforge.net/viewvc/lwtoolkit/ Mavenization of projet and split project in submodules: - lwtoolkit-core - lwtoolkit-engine - lwtoolkit-geometry - lwtoolkit-glut - lwtoolkit-input - lwtoolkit-maven-plugin (not functionnal) - lwtoolkit-opengl - lwtoolkit-samples (a refactoring has been done on a few classes) This version is not yet deployed on any Maven Repo, you can download binaries here: - https://sourceforge.net/projects/lwtoolkit/files/lwjgl/lwtoolkit-0.0.4-SNAPSHOT/ ## lwtoolkit-0-0-2 New version of lwtoolkit released : 0-0-2 New features: * Geometry.dimension2 * Texture Loading (java native) * Code organization tools * Random Picker Removed DeVil support Updated quite everything ;) ## lwtoolkit-0-0-1 First version