ebonnal / gpong

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !

About

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


Languages

Language:C++ 98.0%Language:Shell 2.0%