A Simple 2D C++ OpenGL Framework.
The Overall structure and usage is inspired by C#'s XNA framework.
This project is fairly old and very primitive. initially created in 2012
You can see a collection of demos and tests here:
http://aaronrcox.github.io/ARCGL
-
Visual Studio 2017
Requires C++ 2015.3 v140 toolset(x86,x64) to also be installed -
Emscripten for windows
This project can be built with emscripten via vs2017 with some additional toolsets installed. Refer to https://github.com/aaronrcox/vs_emscripten_project_templates
- Angelcode Bitmap font generator
https://www.angelcode.com/products/bmfont/
- Built for web with emscripten
- Built for windows x86 and x64 with OpenGL and SDL 1.2
- Asset loading (Textures and Bitmap fonts)
- 2D Rendering
-
- Sprites
-
- Text