Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
lwtoolkit-0.0.4-SNAPSHOT | 2012-03-24 | ||
lwtoolkit-0-0-2 | 2010-06-13 | ||
lwtoolkit-0-0-3 | 2010-06-13 | ||
README.txt | 2012-03-24 | 1.3 kB | |
Totals: 4 Items | 1.3 kB | 1 |
################### #### 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