Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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