Popularity
3.5
Declining
Activity
0.0
Stable
76
3
7

Code Quality Rank: L4
Programming language: C
License: GNU General Public License v3.0 or later
Tags: Game Development    

glop alternatives and similar packages

Based on the "Game Development" category.
Alternatively, view glop alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of glop or a related project?

Add another 'Game Development' Package

README

Glop (Game Library Of Power) is a fairly simple cross-platform game library.

  • gin - Input manager, simple interface that supports buttons, mouse wheels and mouse axes, and a way of describing key-combos.
  • gos - Os-specific code, every supported operating system must be made to conform to the system.System interface.
  • system - Describes the interface that all supported operating systems must conform to. This is seperated from gos so that it can be tested more easily.
  • util - Some basic algorithms useful in a lot of places.

If you have any questions, please let me know! [email protected]