💿🐜 Antkeeper source code https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
C. J. Howard 628cbca31d Upgrade OpenGL from 3.3 to 4.6. Abstract GL interface, closing #8. 5 months ago
docs Disable Doxygentree treeview and add custom header, footer, and style files 3 years ago
src Upgrade OpenGL from 3.3 to 4.6. Abstract GL interface, closing #8. 5 months ago
CMakeLists.txt Upgrade OpenGL from 3.3 to 4.6. Abstract GL interface, closing #8. 5 months ago
CODE_OF_CONDUCT.md Update docs 1 year ago
CONTRIBUTING.md Add i18n namespace. Switch to using hash strings for localized strings. Change settings to be dict-based. Improve path finding on windows. Improve window management. Add serializer and deserializer template classes 1 year ago
LICENSE.md Replace old repo contents with new repo contents 3 years ago
README.md Upgrade OpenGL from 3.3 to 4.6. Abstract GL interface, closing #8. 5 months ago

README.md

Antkeeper Source

Codacy Badge TODOs Documentation Discord

Antkeeper is a 3D ant colony simulation game currently in development for Windows, Mac, and Linux. This repository contains all of the source code to Antkeeper.

Head over to antkeeper.com if you're interested in following the development of the game or purchasing a copy when it's released. Antkeeper is an indie game with a single developer, so feel free to reach out to me personally with any questions, comments, or feedback you may have.

Building

Download the Antkeeper source code, build system, and all dependencies via the Antkeeper superbuild repository.

Detailed configuration and build instructions can be found in the README of the superbuild repository.

Documentation

Documentation for the source code of the latest version of Antkeeper can be found at https://docs.antkeeper.com/latest/.

Alternatively, the following command generates source code documentation using Doxygen:

cd docs && doxygen

License

Antkeeper source code is licensed under the GNU General Public License, version 3. For more information, see LICENSE.md.