Skip to content

jpmit/mutiny

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot of Baastud

Screenshot of Drunken Cowboy

To build the software on Windows, follow these steps:

> cd mutiny
> mkdir build
> cd build
> cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=RELEASE ..
> nmake

To build the software on Linux, follow these steps:

$ cd mutiny
$ mkdir build
$ cd build
$ cmake ..
$ make

Mutiny is licensed under the GPLv3

About

Open-source Unity re-implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.2%
  • C 8.8%