plib 1.8.5
Suite of portable game libraries
PLIB is a set of libraries that will permit programmers to write games and other realtime interactive applications that are 100% portable across a wide range of hardware and operating systems. PLIB includes sound effects, music, a complete 3D engine, font rendering, a simple Windowing library, a game scripting language, a GUI, networking, 3D math library and a collection of handy utility functions. All are 100% portable across nearly all modern computing platforms. Each library component is fairly independent of the others
- Website: https://plib.sourceforge.net/
- Licenses: LGPL 2.0+
- Package source: gnu/packages/game-development.scm
- Builds: See build status
- Issues: See known issues
Installation
Install plib 1.8.5
as follows:
guix install plib@1.8.5
Or install the latest version:
guix install plib
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.