grymmjack / RhoSigma-QB64Library

A collection of useful libraries for QB64 by RhoSigma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A collection of useful libraries for QB64

This collection of libraries was developed and has grown over the period of approximately one decade. Most of the libraries were created out of my own need for a particular purpose, but as many of it are of common use, I've decided to put this collection together for everybody.

These libraries work with every QB64 version since v0.954, so if you're one of these normal people who not update to the latest build every week, that's not a problem. Just use whatever QB64 version you've installed, as long it's greater or equal to the 0.954 version. This also includes all Phoenix Edition versions.

The main parts are:

  • Imageprocessing effects and filters
  • Polygon drawing and analysis (see pictures below)
  • The Simplebuffer System
  • LZW packing and unpacking
  • Base64 encoding and decoding
  • MD5 and SHA2 hash generation
  • DES-56 encryption and decryption
  • several wrappers to standard library functions

Download the latest Release December/2023 right here: QB64Library.7z

Make sure to move the extracted QB64Library folder with its entire contents into your QB64 installation folder. You find an overview of all libraries in the QB64Library-Info.html file.


Some examples which use the Polygon library

PolygonTest

3dFunc-1

3dFunc-2

About

A collection of useful libraries for QB64 by RhoSigma

License:Other


Languages

Language:HTML 55.1%Language:C++ 12.0%Language:BASIC 11.6%Language:CSS 10.0%Language:Visual Basic 6.0 7.0%Language:FreeBasic 4.3%