Skip to content

Releases: YamanQD/AntWare

AntWare 2.1.4

29 Oct 14:12
Compare
Choose a tag to compare

Changes: Fixed camera random rotation on scene start.

AntWare 2.1.3

27 Oct 08:55
Compare
Choose a tag to compare

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

27 Oct 08:52
Compare
Choose a tag to compare

Docs can be generated using Doxygen, run doxygen at the root folder to generate docs at ./docs/doc

AntWare 2.0: MODERN EDITION

27 Aug 20:55
Compare
Choose a tag to compare

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.

Introducing: AntWare: LEGACY EDITION

09 Jan 22:07
Compare
Choose a tag to compare