EASTER SALE - 20% DISCOUNT ON ALL OUR PRODUCTS

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

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.