Pinned Repositories
circle-line-rasterization
Tech demo of naïve, bresenham and EFLA algorithms for circle and line (circle chord) rasterization.
dda-tech-demo
Tech demo of Digital Differential Analysis algorithm.
maze-generator
Maze generator with visualisation written using SDL2 library.
noise-generator
Noise generator with visualisation written using SDL2 library.
Numbermat-WebApp
Web application used to generate math problems from number theory and algebra.
QuadTree
QuadTree implementation with visualization.
raycasting-tech-demo
raycasting tech demo.
SDL2-Asteroids
Asteroids game written using SDL2 library.
SDL2-GameOfLife
Game of Life written using SDL2 library.
SDL2-Tetris
Tetris game written using SDL2 library.
mzcpp's Repositories
mzcpp/circle-line-rasterization
Tech demo of naïve, bresenham and EFLA algorithms for circle and line (circle chord) rasterization.
mzcpp/dda-tech-demo
Tech demo of Digital Differential Analysis algorithm.
mzcpp/maze-generator
Maze generator with visualisation written using SDL2 library.
mzcpp/noise-generator
Noise generator with visualisation written using SDL2 library.
mzcpp/Numbermat-WebApp
Web application used to generate math problems from number theory and algebra.
mzcpp/QuadTree
QuadTree implementation with visualization.
mzcpp/raycasting-tech-demo
raycasting tech demo.
mzcpp/SDL2-Asteroids
Asteroids game written using SDL2 library.
mzcpp/SDL2-GameOfLife
Game of Life written using SDL2 library.
mzcpp/SDL2-Tetris
Tetris game written using SDL2 library.
mzcpp/SDL2-Minesweeper
Minesweeper game written using SDL2 library.
mzcpp/SDL2-Pacman
An extremely simplified Pacman game written using SDL2 library.
mzcpp/SDL2-Pong
Pong game written using SDL2 library.
mzcpp/SDL2-Sidescroller
Sidescroller game written using SDL2 library.
mzcpp/SDL2-Snake
Snake game written using SDL2 library.
mzcpp/SDL2-TicTacToe
TicTacToe game written using SDL2 library.
mzcpp/Terminal-Snake
Snake game written using ncurses library.
mzcpp/triangle-rasterization
Tech demo of barycentric algorithm for triangle rasterization with color interpolation.