Skip to content

libsdl.org

Simple Directmedia Layer

Package Information

  • Domain: libsdl.org
  • Name: libsdl.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install libsdl.org

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 36 versions
  • 3.2.20, 3.2.18, 3.2.16, 3.2.14, 3.2.12
  • 3.2.10, 3.2.8, 3.2.6, 3.2.4, 3.2.2
  • 3.2.0, 2.32.8, 2.32.6, 2.32.4, 2.32.2
  • 2.32.0, 2.30.12, 2.30.11, 2.30.10, 2.30.9
  • 2.30.8, 2.30.7, 2.30.6, 2.30.5, 2.30.4
  • 2.30.3, 2.30.2, 2.30.1, 2.30.0, 2.28.5
  • 2.28.4, 2.28.3, 2.28.2, 2.28.1, 2.28.0
  • 2.26.5

Latest Version: 3.2.20

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +libsdl.org@3.2.20 -- $SHELL -i

Dependencies

This package depends on:

  • linux:x.org/x11
  • linux:x.org/xcursor
  • linux:x.org/xi
  • linux:x.org/xrandr
  • linux:x.org/xfixes
  • linux:x.org/xrender
  • linux:x.org/xscrnsaver
  • linux:x.org/exts

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry['libsdl.org']

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.