Skip to content
Yann Herklotz edited this page Jan 10, 2018 · 2 revisions

YAGE (Yet Another Game Engine) is a game engine that was written to learn about graphics and eventually be used to program games. It focuses mostly on tile based 2D games but it will eventually be expanded to handle orthographic views and finally full 3D.

Guides

Below are some guides for different aspects of the game engine and how to use it.

  • [Sprite Batching](@ref spritebatch_guide): Used to draw efficient 2D sprites and tiles.
  • [Logger](@ref logger_guide): Asynchronous logger.

License

Copyright (c) 2017 Yann Herklotz Grave [email protected] MIT License, see LICENSE file for more details.

Clone this wiki locally