PureBasic
Collection of PureBasic Headers and Libraries we made over the years.
This is a public source code repository that we created or are collaborating on.
PureBasic Headers and Libraries
This repository is a collection of PureBasic Headers and Libraries I made over the years.
I recommend that you use PBHGEN when you use any of my code. It automatically generates headers with declare statements for your files so that you can call procedures anywhere - regardless of their position.
PureBasic Headers
- DevIL 1.7.8 - x86 (.lib)
- FMOD 1.05.15 - x86 / x64
- Libsndfile 1.0.25 - x86 / x64
- Lua 5.2.3 - x86 / x64
- Lua 5.3.0 - x86 / x64
- OpenAL Soft 1.15.1 - x86 / x64
- OpenAL Soft 1.16.0 - x86 / x64
PureBasic Libraries
- FastPoke - Immediately optimizes most PokeX() commands in PureBasic.
- StringConverter - Adds methods to easily convert between different string formats.
- Queue - Adds a Queue to PureBasic using List macros.