gbrochar
  • Joined on 2020-11-20
This is the MinilibX, a simple X-Window (X11R6) programming API in C, designed for students, suitable for X-beginners.
Updated 2020-11-20 07:37:06 +00:00
42's first project : A partial redo of the standard C library.
Updated 2020-11-20 12:31:39 +00:00
A web version of my digital art exhibition presented in August 2020.
Updated 2023-01-11 10:08:06 +00:00
A simple WebGL app to demonstrate my skills
Updated 2022-11-14 14:32:45 +00:00
Ongoing project. A blog I make for a friend.
Updated 2021-01-03 12:46:19 +00:00
get_next_line : a function that reads a line from a file descriptor, then writes it into a buffer.
Updated 2020-11-22 15:36:33 +00:00
fillit : a backtracing algorithm to fill the smallest square possible with tetrominos read from a file input.
Updated 2020-11-22 16:13:03 +00:00
A introduction to system administration, the files are not that interesting, as they are answers to questions in the subject.
Updated 2020-11-22 16:17:20 +00:00
fil de fer (wireframe) : an isometric wireframe engine using minilibx. Will not compile if minilibx isn't installed on your system and will not compile on linux systems.
Updated 2020-11-22 16:22:59 +00:00
Fract'ol : a fractal engine made using minilibx. Features mandelbrot, julia and a third custom fractal.
Updated 2020-11-22 16:27:44 +00:00
wolf3d : a raycasting engine made using minilibx. It features texture mapping and custom maps parsing.
Updated 2020-11-22 16:31:57 +00:00
rtv1 : a basic raytracing engine made using minilibx. It features Phong shading, planes, spheres, cones and cylinders.
Updated 2020-11-22 16:36:19 +00:00
rt : a raytracing engine made using minilibx. Features all quadrics, CSG objects, bumpmapping and texture mapping amongst other features.
Updated 2020-11-22 16:53:07 +00:00
expert-system : a python expert system using a backward chaining inference engine.
Updated 2020-11-22 16:57:35 +00:00
n-puzzle : a python n-puzzle solver using A* algorithm.
Updated 2020-11-22 17:02:45 +00:00