NOTE: Previous version were called EzRender, but the library will now be a “full wrapper”. So that name would’ve been misleading.
Library Download: Here
Source Code hosted on Google Code
Example here: Example.java
Demo: EzRender Demo
It is open source, so take it and run…
Will post this on Google Code, and make .jar when i get home. (or something :P)
UPDATE:
Will now implement more EzFeatures like OpenAL & OpenCL
This will be a base engine, made for easier OpenGL rendering.
I threw this together in about 1-2 hours at work, so it is not complete.
If anyone can find this useful, please comment and/or suggest new features.
A little wrapper for LWJGL, which makes it easier to render primitives(with GL_TRIANGLES).
Showing off 2D and 3D, small cubes in corners are 2D(fixed position/GUI)
And Cel Shading, you will see it better in the Demo
Code in Example.java