Wireframe Viewer
Visualize topological maps in 3D.
For a school project (programming course at School 42) I developed a program to visualize topological maps in 3D, this was done in a couple of weeks in C, the usage of any libraries was prohibited except a lib to handle window interactions provided by the school.
On the UI side you can find info on the screen like the controls you can use, the name of the current topological map and the number of edges of the file.
There is the option to load the program with multiple topological maps, then you can navigate between these files with keyboard shortcuts.
One last element I’ve done is a file errors checker, so if you try to execute the program with an invalid map the program will tell you why you map is invalid as well as where the errors are (find info about that on the Github Repository).