Pinned Repositories
fb-3d-playground
A simple 3D wireframe playground to learn and test 3D concepts. Intended as an introductory tutorial.
fb-asteroids
A barebones implementation of an Asteroids game in FreeBasic, for tutorial and reference purposes.
fb-collections
A small set of templatable collections for FreeBasic. Implemented as a header-only library.
fb-colors
A simple framework to work with colors, written in FreeBasic.
fb-ecs
An Entity Component System (ECS) implementation in FreeBasic
fb-imageproc
Image processing library, written in FreeBasic. WIP.
fb-learn-opengl
Port of the learnopengl.com samples for FreeBasic
fb-noise
Some noise functions for FreeBasic. Very useful for texture synthesis and various other tasks.
fb-raylib
Port of raylib 3.5 headers and examples for FreeBasic
fb-sdl2-example
A simple example showing how to initialize SDL2 in FreeBasic.
glasyalabolas's Repositories
glasyalabolas/fb-collections
A small set of templatable collections for FreeBasic. Implemented as a header-only library.
glasyalabolas/fb-raylib
Port of raylib 3.5 headers and examples for FreeBasic
glasyalabolas/fb-imageproc
Image processing library, written in FreeBasic. WIP.
glasyalabolas/fb-asteroids
A barebones implementation of an Asteroids game in FreeBasic, for tutorial and reference purposes.
glasyalabolas/fb-sdl2-example
A simple example showing how to initialize SDL2 in FreeBasic.
glasyalabolas/fb-colors
A simple framework to work with colors, written in FreeBasic.
glasyalabolas/fb-noise
Some noise functions for FreeBasic. Very useful for texture synthesis and various other tasks.
glasyalabolas/fb-3d-playground
A simple 3D wireframe playground to learn and test 3D concepts. Intended as an introductory tutorial.
glasyalabolas/fb-layer-modes
Simple FreeBasic demo to show how to implement blending modes such as the ones found in the GIMP
glasyalabolas/fb-calg
FreeBasic port of the C Algorithms by Simon Howard.
glasyalabolas/fb-ecs
An Entity Component System (ECS) implementation in FreeBasic
glasyalabolas/fb-events
A simple events system in FreeBasic
glasyalabolas/fb-learn-opengl
Port of the learnopengl.com samples for FreeBasic
glasyalabolas/fb-updated-headers
Some updated bindings for FreeBasic 1.07.1
glasyalabolas/fb-bullet
Experimental bullet management system for bullet hell type games
glasyalabolas/fb-squaresrng-keys
Keys for Bernard Widynski's Squares PRNG
glasyalabolas/fb-wireworld
An implementation of the WireWorld cellular automata in FreeBasic
glasyalabolas/fbc-devel
FreeBASIC is a completely free, open-source, multi-platform BASIC compiler, with syntax similar to MS-QuickBASIC, that adds new features such as pointers, object orientation, unsigned data types, inline assembly, and many others.
glasyalabolas/MAPBUILD
Test
glasyalabolas/svgSalamander