carsonmcdonald / MRubyOSXExample

Example of embedding MRuby in an OS X application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is an example of using mruby embedded in an OS X application. You should be able to clone this repo and open it using XCode 4 then build and run.

Notes/Details

If you want to build the framework here for yourself see the shell script found in this building mruby for embedding in OS X gist.

Files of note:

  • test.rb - This is the Ruby code for the example and has to be compiled into test.mrb before changes will take place.
  • test.mrb - This is the compiled version of test.rb.

License

MIT to match the mruby license. See the LICENSE file for full license.

About

Example of embedding MRuby in an OS X application

License:MIT License


Languages

Language:C 92.4%Language:Objective-C 4.9%Language:C++ 2.5%Language:Ruby 0.2%