plib
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
- Versions: 1.8.5
- 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 the latest version of plib as follows:
guix install plib
Or install a particular version:
guix install plib@1.8.5
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.
Badge code
You can use the following badge to inform users of plib about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/plib'><img src='https://packages.guix.gnu.org/packages/plib/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/plib)
Example Org:
[[https://packages.guix.gnu.org/packages/plib][https://packages.guix.gnu.org/packages/plib/badges/latest-version.svg]]