https://github.com/afaur/sfml-basic
https://github.com/afaur/sfml-basic
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/afaur/sfml-basic
- Owner: afaur
- Created: 2016-07-10T15:19:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T15:19:12.000Z (almost 10 years ago)
- Last Synced: 2025-06-08T09:47:25.766Z (about 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mac Setup
```
brew install sfml csfml
cd deps
rm -rf rust-sfml
git clone git@github.com:jeremyletang/rust-sfml.git
cd ..
cargo run
```