A Java game Engine (Read my blog post about this)
To build the library, clone the repository and use the provided build script.
- Use the
--debug
flag to compile the library with the source in tact. This will give you access to the Java doc comments for the library. - Use the
--release
flag to compile the library without this documentation, at a much smaller size.
$ ./build.sh (--release | --debug)
C:\> build.bat (--release | --debug)
See src/jtwod/examples for some example implementations of this library.