A Windows (Linux support not yet implemented) application written in C++ to visualize computing using boolean logic.
THIS IS A TOY PROJECT to help me learn C++, CMake, OS abstraction, OpenGL and many more... It will take A LOT of time to get something usable, and even more time to have a clean architecture/coding style.
- no external libraries apart from GLAD for OpenGL extension loading and stb_image for image loading
- modern OpenGL
- cross-platform
simple immediate mode GUI- save system
- Digital-Logic-Sim from Sebastian Lague (https://github.com/SebLague/Digital-Logic-Sim)
- The Cherno Youtube channel by Yan Chernikov (https://www.youtube.com/c/TheChernoProject/featured)
- The Kohi Game Engine series by Travis Vroman (https://www.youtube.com/c/TravisVroman/featured)
- The Godot 3.3 source code (https://github.com/godotengine/godot/tree/3.3)
- ThinMatrix's OpenGL 3D Game Tutorials series (https://www.youtube.com/watch?v=VS8wlS9hF8E&list=PLRIWtICgwaX0u7Rf9zkZhLoLuZVfUksDP)