An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# mruby-aobench-native [![Build Status](https://travis-ci.org/kjunichi/mruby-aobench-native.svg?branch=master)](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