https://github.com/tapio/miscfb
Miscellaneous utility functions, types and macros for FreeBASIC.
https://github.com/tapio/miscfb
Last synced: 3 months ago
JSON representation
Miscellaneous utility functions, types and macros for FreeBASIC.
- Host: GitHub
- URL: https://github.com/tapio/miscfb
- Owner: tapio
- Created: 2009-05-13T17:01:07.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-11-07T21:32:51.000Z (over 15 years ago)
- Last Synced: 2024-12-25T22:42:14.361Z (5 months ago)
- Language: Visual Basic
- Homepage: tapio.github.com/miscfb
- Size: 102 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
miscFB
======
_by Tapio Vierros_Miscellaneous utility functions, types and macros for FreeBASIC.
Most of my FreeBASIC projects depends on these.
Contents
--------
* def.bi - misc utility macros
* util.bas - misc utility functions and subs
* words.bi - functions for string manipulation
* libNoise.bas - noise functions, including implementation of Perlin noise
* loadbmp.bi - loads bmp images, determines dimensions automagically
* loadtga.bi - loads tga images
* loadpng.bi - loads png images
* loadimage.bi - loads an image (bmp|tga|png)
* vector.bi - 2d and 3d vector classes
* quaternion.bi - quaternion library
* trie.bi - trie data structure
* singlelinkedlist.bi - a singly linked list implemetation
* doublelinkedlist.bi - a doubly linked list implemetation
* md5.bi - implements md5 hash algorithm for files and strings
(incorrect with large files)