https://github.com/kjunichi/mruby-aobench-native
aobench for mruby
https://github.com/kjunichi/mruby-aobench-native
Last synced: about 1 year ago
JSON representation
aobench for mruby
- Host: GitHub
- URL: https://github.com/kjunichi/mruby-aobench-native
- Owner: kjunichi
- License: other
- Created: 2016-07-21T11:00:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-07T11:43:18.000Z (almost 10 years ago)
- Last Synced: 2025-02-07T17:25:02.922Z (over 1 year ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mruby-aobench-native [](https://travis-ci.org/kjunichi/mruby-aobench-native)
## install by mrbgems
- add conf.gem line to `build_config.rb`
```ruby
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :github => 'kjunichi/mruby-aobench-native'
end
```
## example
```ruby
ppmimg = Ao.render()
Ao.render("ao.ppm")
```
## License
under the MIT License:
- see LICENSE file