Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (26 loc) · 1.16 KB

File metadata and controls

31 lines (26 loc) · 1.16 KB

WARNING: This repository contains submodules. When cloning, make sure to use git clone --recursive! You will be reminded of this message by CMake if the engine folder is empty.

Multiplatform Arcade Game Engine Devkit

Imgur

Unfinished SFML-based game engine with:

  • Scripting engine (chai)
  • Object oriented design
  • Shader support
  • Cameras
  • Gamestates
  • Levels
  • Serialization
  • Animation
  • Scheduling and tweening
  • Resource management

Using This

MAGEDevkit does most everything for you so you can use the engine faster and quicker. CMakeLists files are full of comments and information. No need to mess around trying to bind MAGE and SFML to a project - this is done for you, and they're compiled on any system for you too!

The Editor

The editor is only available if the required libraries are available:

  • WxWidgets (Cmake must be able to find it somewhere and the version must be compatible with your build settings)
  • GTK (linux only)
  • X11 (linux only, and if you have linux it's probably already on your computer)

Using MAGE on its own