Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 648 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 648 Bytes

Nima-Cpp

Nima C++ Runtime Library

Building

Currently contains a single Makefile that has been tested on OSX. The library is self contained so porting to other environments shouldn't be too difficult. It's on the list :)

Usage

Take a look at https://github.com/2d-inc/Nima-Cpp-Testing for an example implementation.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

License

See the LICENSE file for license rights and limitations (MIT).