https://github.com/zyedidia/juliacon-sfml
SFML.jl examples from JuliaCon
https://github.com/zyedidia/juliacon-sfml
Last synced: 5 months ago
JSON representation
SFML.jl examples from JuliaCon
- Host: GitHub
- URL: https://github.com/zyedidia/juliacon-sfml
- Owner: zyedidia
- Created: 2015-06-30T12:28:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-04T16:45:26.000Z (over 10 years ago)
- Last Synced: 2025-03-05T23:25:54.567Z (10 months ago)
- Language: Julia
- Homepage:
- Size: 5.34 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JuliaCon Example Programs
Here is the source for the examples used for the [SFML.jl] (https://github.com/zyedidia/SFML.jl) talk at JuliaCon 2015.
Dependencies for the programs:
* spinning image: SFML
* double pendulum: SFML, [AnimatedPlots] (https://github.com/zyedidia/AnimatedPlots.jl)
* [SpaceShooter] (https://github.com/zyedidia/SpaceShooter.jl): SFML
* sound recorder: SFML
* pyramid topple: SFML, [Chipmunk] (https://github.com/zyedidia/Chipmunk.jl)
* shapes: SFML, Chipmunk
* logo smash: SFML, Chipmunk
There is also a bonus game. The "jump-game" was not shown at JuliaCon, but is included in this repository. (It's inspired from Doodle jump)
* [jump game] (https://github.com/zyedidia/julia-jump-game): SFML