sfml-book
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
Repository
sfml-book
Owner
Statistic
- 0
- 0
- 0
- 0
- 1
- over 3 years ago
- October 4, 2020
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 00:17:13 GMT
Languages