glop

module
v0.0.0-...-e1cee33 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2026 License: BSD-3-Clause

README

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

  • ai (DEPRECATED)
  • 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.
  • gui - Simple gui toolkit. This code is not good and should probably be rewritten completely.
  • memory - For doing manual memory management if you need to avoid the gc or run things on a 32-bit system because of go's gc issues.
  • render - Render thread.
  • sprite - Supports making sprites with flowcharts created by yEd.
  • 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! runningwild@gmail.com

Directories

Path Synopsis
gin
gos
gui
rendertest
package rendertest implements testing helpers that are useful for projects that are using the 'render' package.
package rendertest implements testing helpers that are useful for projects that are using the 'render' package.
tls
package tls uses native code to expose Thread Local Storage primitives.
package tls uses native code to expose Thread Local Storage primitives.
tools
font-decoder command
font-encoder command
font-render command
png-cmp command
util

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL