Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 850 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 850 Bytes

logo

Mahou Engine

Simple 2D/3D game engine based on OpenGL focused on Shoot 'em up games for study purpose.

  • Sprite render
  • Sprite Animation
  • Sprites with Alpha
  • Text render
  • Camera
  • Collision
  • Materials
  • Instancing
  • Lua scripting support
  • Tileset
  • 3D Models
  • Post-processing
  • Audio (BGM)
  • Audio (SFX)
  • Scene Editor

Dependencies

For Windows users, install cmake, then run the dependencies.bat file in the scripts folder to download and compile all dependencies needed.

Build

Run the build.bat file at the root of the project to compile the engine static library. To compile any example, just run the build.bat of the example.

movement movement