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

https://github.com/ebonnal/gpong

Library to write 2D platform games in very few lines of code (based on SDL2)
https://github.com/ebonnal/gpong

cpp physics-engine sdl2

Last synced: 8 months ago
JSON representation

Library to write 2D platform games in very few lines of code (based on SDL2)

Awesome Lists containing this project

README

          

# GPong
## Overview
Library to write 2D platform games in very few lines of code (based on SDL2)

## Features

- Widgets : Text areas, Buttons & Entries
- Manage GPU memory and optimize sharing
- Manage physical collisions for you

## Test it
**Requires:**
- Windows
- `g++` in path

1. Write your simple game `game.cpp`
2. Run `gpong3 game.cpp -o game.exe`
3. Play `game.exe` !