Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.
/ MAGEDevkit Public archive

Developer kit for MAGE engine including example(s), CMAKE macros and Editor

Notifications You must be signed in to change notification settings

Sixmorphugus/MAGEDevkit

Repository files navigation

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

About

Developer kit for MAGE engine including example(s), CMAKE macros and Editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published