Some software projects for fun: Rubik's cube simulation and OpenGL visualization in C language



I do mostly "serious" scientific programming and computing as my work, but since I consider programming a lot of fun, I have written also some "fun programs".

For example, I have written a simple simulator of Rubik's cube, with OpenGL visualization and interface to the GAP program. It is in a single file rubik.c, with compilation command on its first line.

More can appear here in the future...

TOP