anael-seghezzi / Maratis-4

Maratis version 4 (experimental)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maratis 4

Maratis is a simple cross-platform 3d engine and visual game development tool

Warning: This repository is experimental and in-progress.
To get the last stable version of Maratis (version 3.x) please visit http://maratis3d.org

License

Maratis is free and open source.

  • Maratis Engine is licensed under the zlib/libpng License
  • Maratis Editor is licensed under the GNU General Public License

Dependencies

https://github.com/anael-seghezzi/Maratis-Tiny-C-library

Getting source

git clone https://github.com/anael-seghezzi/Maratis-Tiny-C-library.git
git clone https://github.com/anael-seghezzi/Maratis-4.git

Building (CMake)

(from Maratis-4 directory)

Unix:

mkdir Build
cd Build
cmake -G "Unix Makefiles" ../ -DCMAKE_INSTALL_PREFIX=../bin -DCMAKE_BUILD_TYPE=Release
make
make install

Windows:

mkdir Build
cd Build
cmake -G "Visual Studio 11" ../ -DCMAKE_INSTALL_PREFIX=../bin

Options:

SDL2 backend :

-DUSE_SDL2=ON -DDIRECTX=OFF -DRENDER_D3D=OFF

Contact

anael (a) maratis3d.com

Contributors

Davide Bacchet
Skumancer
Sergey Pershin
Mario Pišpek
Nistur
Skaiware
Sponk
Dahnielson
Jurgel
...

About

Maratis version 4 (experimental)

License:GNU General Public License v2.0


Languages

Language:C++ 91.5%Language:C 3.7%Language:Python 3.4%Language:CMake 1.0%Language:Objective-C++ 0.3%Language:Shell 0.0%Language:Lua 0.0%Language:Batchfile 0.0%