Pinned Repositories
atari2600course
Code repository for the course on Atari 2600 game programming
dynamicarray
A simple dynamic array implementation in C
isometric-tiles-js-p5js
A minimal isometric tilemap implementation in JavaScript and P5js
sdl-gameloop
A very simple game loop written in C & SDL
sdl-rasterizer
A very simple C & SDL boilerplate to rasterize pixels on the screen (128x128)
triangle-rasterizer-fix16
A simple triangle rasterizer using 16.16 fixed-point numbers
triangle-rasterizer-int
A simple triangle rasterizer using only integers
vimfiles
Vim configuration files
voxelspace
voxelspace-sdl
A simple Voxel Space implementation implementing velocity, acceleration, pitch, camera roll, and night vision mode.
gustavopezzi's Repositories
gustavopezzi/voxelspace
gustavopezzi/atari2600course
Code repository for the course on Atari 2600 game programming
gustavopezzi/sdl-gameloop
A very simple game loop written in C & SDL
gustavopezzi/voxelspace-sdl
A simple Voxel Space implementation implementing velocity, acceleration, pitch, camera roll, and night vision mode.
gustavopezzi/dynamicarray
A simple dynamic array implementation in C
gustavopezzi/triangle-rasterizer-fix16
A simple triangle rasterizer using 16.16 fixed-point numbers
gustavopezzi/vimfiles
Vim configuration files
gustavopezzi/isometric-tiles-js-p5js
A minimal isometric tilemap implementation in JavaScript and P5js
gustavopezzi/triangle-rasterizer-int
A simple triangle rasterizer using only integers
gustavopezzi/sdl-rasterizer
A very simple C & SDL boilerplate to rasterize pixels on the screen (128x128)
gustavopezzi/triangle-rasterizer-float
A simple triangle rasterizer using floating-point numbers
gustavopezzi/luacourse
A repository for the code created for the Lua scripting course
gustavopezzi/boidsagents
Implementation of Craig Reynolds' rules for autonomous agents
gustavopezzi/dopplereffect
Doppler effect using FMOD
gustavopezzi/fallingsnow
Snow particle simulation using just simple 2D cartesian control
gustavopezzi/gustavopezzi
Config files for my GitHub profile.
gustavopezzi/shuntingyard
An implementation of the Shunting-Yard algorithm written in Python
gustavopezzi/snake
Snake game
gustavopezzi/trackeditor
Race track editor with spline control points
gustavopezzi/av
Arcade Volleyball clone written in JavaScript
gustavopezzi/emacsfiles
Emacs editor files
gustavopezzi/fluidparticles
Fluid simulation using particle velocity
gustavopezzi/gorillas
Gorillas.bas clone using JavaScript and RequireJS
gustavopezzi/lemmings
Example of frame matrix animation using the CGA color pallete
gustavopezzi/levenshtein
Computes the Levenshtein distance between two strings
gustavopezzi/lsystemtree
L-System generation based on botanical axiom
gustavopezzi/mariopde
A simple 2D Mario game using the Processing.js library
gustavopezzi/numbertowords
Functions to receive number parameters and convert to words
gustavopezzi/randomparticles
Simple SDL particle simulation that move in random directions in the screen
gustavopezzi/simple-terrain-js
A simplicity-first 3D terrain effect using JavaScript