This repository hold some exercises started in Winter 2025, bolt-playgroun and space-wrench are graphics OpenGL apps written with the Cinder framework.
To build this projects follow Cinder's cmake instruction to generated the framework binaries and set add the path to the environment variable CINDER_PATH and load the project with any IDE that supports CMake or just user CMake directly from root folder or from any ot the project forlder.
Experment to improve drawing lightning bolts for a previous installations. The old project uses simple lines and now I pretend to use a geometry shader add width and blur to the lines.
A recreation of a physics simulation of a wrench in space done by Monolith Soft: Space Wrench
So far only normal rotation and precession achieved:
Varying initial torque parameters might render some interesting results.
