KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
SDL6
★ 14
Open GitHub ↗
SDL-1.2 bindings for Perl 6.
Download README (.md)
Explore Similar Repositories
FREPenTablet
:
AIR 3 Native Extension For Windows 7
open311-simple
:
Open 311 Simple (draft)
data_migrations
:
No description available.
visualize
:
Recoset's Dataviz Framework
PP-MM-A03
:
Parallel Processing - Matrix Multiplication (Cannon, DNS, LUdecomp)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SDL6
?
Download (.md)
This module provides access to the Simple DirectMedia Layer (www.libsdl.org) to Perl6. It makes use of NativeCall, so a C compiler is not needed in order to install this module. ## Dependencies - libSDL, libSDL-mixer, libSDL-image To aid NativeCall locating the libaries you should just do: ```bash sudo apt install libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev ```