I'm piecing together a library of reusable code to accelerate application development in Purebasic, as I've tinkered with PureBasic since the very early days and one thing that kinda held me back developing more ambitious projects with it was having to dig around my own mega repository of half baked projects for snippets and bits to incorporate into another project.
With that in mind, I've started this repository on GitHub with a mission to create/procure, refactor and adapt code I stumble across which I find useful and think others will too.
Just like everyone, my time isn't infinite with work and other projects I actively work on, so I'd love it if other members of the community can join me in this mission through posts here or through fork/pull requests.
You can find the repository here:
https://github.com/akamicah/puresilo
Code must be MIT compatible mind to be as friendly to others as possible, and I will refactor/modify/tidy up code if needed to produce a consistent style throughout the library - just something to keep in mind

So far I've added my logging library, also introduced Vector2, Vector3 (of 4 different types) with a bunch of methods, defined Vector4, Rectangle to be expanded too, and will be introducing more as time goes along.