Releases: YamanQD/AntWare
Releases · YamanQD/AntWare
AntWare 2.1.4
AntWare 2.1.3
The game now runs in fullscreen by default (in default_settings.json), the game will use the highest possible resolution and run using it, this can be overridden by providing "resolution" object in the settings with "height" and "width" keys for the desired res, turning off or omitting the fullscreen key will run the game in windowed mode.
AntWare 2.1: Now Documented
Docs can be generated using Doxygen, run doxygen
at the root folder to generate docs at ./docs/doc
AntWare 2.0: MODERN EDITION
In this version I've rewritten all the graphics-related code in OpenGL 3.3, no new features were actually added, the game looks a bit different and performs far much better, the current pipeline uses forward-rendering, with a Blinn-Phong shading model.