Vox2D JGL - Easy AWT Game Wrapper

https://camo.githubusercontent.com/9929ff9d3835c34fc30332ffca92d3d5d235db42/687474703a2f2f692e696d6775722e636f6d2f504575576377352e706e67

Hi there :slight_smile:

I’m presenting my first AWT Wrapper made for game development, Vox2D.
It’s really easy to understand and really fast.

GitHub: https://github.com/JackHull/Vox2D

Example of drawing geometry:

https://camo.githubusercontent.com/d47055b0585c7377378cea65b0f71bc7bd82d759/687474703a2f2f692e696d6775722e636f6d2f454f43704e69492e706e673f31

Feel free to fork me on GitHub and ask all kind of questions.
Everything is well documented on GitHub.

Vox2D makes everything easer, especially responsive window resizing and resolutions.
The great thing about Vox2D is that you can export your project without any problems.
It will just run fine as you export it as a runnable JAR file.

~ Jack