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
- Host: GitHub
- URL: https://github.com/kfischer-okarin/dragon_skeleton
- Owner: kfischer-okarin
- License: mit
- Created: 2022-12-12T05:22:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T05:43:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T20:11:15.528Z (about 1 year ago)
- Topics: core, dragonruby, game-development, middleware
- Language: Ruby
- Homepage: https://kfischer-okarin.github.io/dragon_skeleton/
- Size: 131 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```