sfml_book
Attempts at implementing the code from the book "SFML Game Development" using crsfml
Installation
Install dependencies:
$ shards install
Each chapter's code can be built individually by using the chapter's number:
$ shards build chapter5
Usage
Compiled examples are inside the bin
directory, and can be run from the main folder:
$ bin/chapter5
To Do
- Finish the rest of the chapters
- Fix GC warnings in chapters 6+ (
GC Warning: Finalization cycle
)
Contributing
- Fork it (https://github.com/reiswindy/sfml_book/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- reiswindy - creator and maintainer