Skip to content

2 Axis Mundi is a 2D game engine. It is part of the Axis Mundi collection of engines.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

Boobies/2-axis-mundi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axis Mundi 2D

2 Axis Mundi is part of the Axis Mundi collection of game engines. The name is both a pun on the fact that this is an engine for 2D games and a skeptic's pun on a part of the world where reality meets fantasy: video games.

2 Axis Mundi is fast, portable, flexible, and exposes a C API to C, C++, and Objective-C programs; other languages may require a custom wrapper. Since there is no proper documentation, programmers are encouraged to study the headers.

Source Code, Building, and Linking

Below are the prerequisites for this engine:

The following command will clone the 2 Axis Mundi repository:

git clone --recursive https://github.com/Boobies/2-axis-mundi

In order to build and install the library, use the following command:

make install

Finally, here is an example of how to link against it:

c99 foo.c -l am2d_engine -l SDL2 -l SDL2_image -l json

License

2 Axis Mundi is free software licensed under the terms and conditions of the GNU Lesser General Public License. For more details, see the COPYING and COPYING.LESSER files.

About

2 Axis Mundi is a 2D game engine. It is part of the Axis Mundi collection of engines.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published