kabanoid / minutor

Mapping for Minecraft

Home Page:http://seancode.com/minutor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the source code for Minutor 2.1 web/ contains the source code for the web-based pack builder. The live version can be found at http://seancode.com/minutor/packs

The Makefile inside web/ will use the Closure Compiler to compile all the .js files into a single editor.min.js. To host the pack builder on your own website, you only need editor.min.js, index.html, main.css, and the mods/ folder.

CONVENTIONS:

The coding convetion is standardized on the result of Google's cpplint. https://github.com/google/styleguide/tree/gh-pages/cpplint

We also use clang's static analyzer. The options tested are in check.sh.

COMPILING:

Is described in the Wiki

About

Mapping for Minecraft

http://seancode.com/minutor

License:BSD 2-Clause "Simplified" License


Languages

Language:C 58.6%Language:C++ 31.4%Language:JavaScript 7.4%Language:Objective-C 1.8%Language:CSS 0.4%Language:QMake 0.4%Language:Shell 0.1%Language:Makefile 0.0%Language:HTML 0.0%Language:Batchfile 0.0%