Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattgreen/pong-ecs
The Hello World of gamedev
https://github.com/mattgreen/pong-ecs
Last synced: 29 days ago
JSON representation
The Hello World of gamedev
- Host: GitHub
- URL: https://github.com/mattgreen/pong-ecs
- Owner: mattgreen
- Created: 2020-05-14T13:36:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T19:45:55.000Z (over 4 years ago)
- Last Synced: 2024-10-06T04:06:50.885Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 271 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pong
A simple implementation of Pong in Rust using ECS and SDL 2.![alt text](assets/screenshot.png)
## Installation
macOS:$ brew install sdl2 sdl2_gfx sdl2_ttf
## Building
$ cargo run --release