Graphical Stuff

This is the place of rest for some codes inspired by javidx9 using the olcConsoleGameEngine and olcPixelGameEngine.

Compiling

To compile any CPP code here available on unix based systems, simply do:

user@computer:~/graphical_stuff$ make source_file

Generates a maze.

mazeGenerator

Renders a simple cube.

cubeMesh

Takes as input a blender .obj file and render it to the screen.

objFile

Renders a mountain scene and allows the user to look around.

terrainRendering

Interactive isometric grid.

terrainRendering

Procedurally generated universe simulator.

terrainRendering