Giter Club home page Giter Club logo

mace's Introduction

Build Status Build status

MACE

MACE stands for MACE is A C++ Engine, Modular Abstract Components Engine, Many Amazing Classes Everywhere, Many Acronyms Can Exist, or the medievel weapon. Choose whichever one you like best.

What is in it?

It has many things:

  • Hardware accelerated graphics library
  • Subpixel text renderer using Freetype
  • Audio player
  • Serial communication
  • DLL and process hanlding
  • Vector and Matrix math library
  • Macros to determine compilers and systems
  • Module loader

You can implement your own modules to make MACE whatever you want!

Compatibility

The graphics capabilities target hardware with OpenGL 3.3 compatibility

The following compilers are unit tested automatically. The master branch will always have a release that passes all unit tests.

  • G++ 5 and 6 on Linux
  • Clang 4.0 and 3.5 on Linux
  • Clang 3.5 on OSX
  • Latest and second latest version of VS 2015 and 2017 on Windows

MACE requires a C++ 11 compliant compiler

Installation

For install instructions, consult INSTALLATION.md in the root folder.

Documentation

Documentation is located here.

To generate documentation on your own, download Doxygen. Then, run Doxygen with Doxyfile located in docs branch.

A new folder called out should have been created. Subfolders contain the different documentation types, like html or xml.

Important Notes

  • You should never delete any pointer given to you by MACE and MACE will never delete any pointer you give it unless explicitely specified.
  • MACE has varying levels on abstraciton, and gives you the power to change most of these levels. You can completely change how MACE works without touching the source code. Doing this may be dangerous if you don't know what you are doing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.