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

https://github.com/kfischer-okarin/dragon_skeleton

My personal high-level building blocks on top of the DragonRuby API
https://github.com/kfischer-okarin/dragon_skeleton

core dragonruby game-development middleware

Last synced: about 1 year ago
JSON representation

My personal high-level building blocks on top of the DragonRuby API

Awesome Lists containing this project

README

          

# Dragon Skeleton

Single File Libraries are available at https://github.com/kfischer-okarin/dragon_skeleton_single_files/

## Development

### Generate Documentation

1. Generate RDoc pages
```sh
rdoc lib
```

2. Generate additional images
```sh
./dragonruby ./path/to/dragon_skeleton --eval app/generate_easing_images.rb
```