Skip to content

shammellee/moon9

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moon9

Moon9 is a collection of game oriented C++ frameworks. Warning: wip, dev, undocumented, unstable, radiation hazard, defcon 3

Supported Desktop Platforms

  • Microsoft Windows XP, 7

Supported Mobile Platforms

  • None :D

Supported compilers

  • Microsoft Visual Studio 2012, 2013

Supported build systems

  • CMake

Building instructions

  • git clone https://github.com/r-lyeh/moon9
  • cd moon9/.build
  • cmake .. -G "Visual Studio 11" && root.sln && rem Most users want this
  • cmake .. -G "NMake Makefiles" && nmake && rem My personal choice
  • Also add -DCMAKE_BUILD_TYPE=Debug or -DCMAKE_BUILD_TYPE=Release flags as needed

Features

  • To write

Roadmap for 'next' branch

  • To write

Frameworks included

Libraries included

Bug Reporting and Feature Requests

If you find a bug in a Sample, or have an enhancement request, simply file an Issue and send a message (via github messages) to the Committers to the project to let them know that you have filed an Issue.

License

The project is open sourced under the MIT license.

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Screenshots (may be outdated!)

  • image

About

a game framework. warning: wip, dev, unstable, radiation hazard, defcon 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.8%
  • C 4.1%
  • Shell 0.1%