Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 1.06 KB

File metadata and controls

20 lines (10 loc) · 1.06 KB

Cinder Winter Katas

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.

bolt-playground

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.

space-wrench

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:

Space Wrench Animation

Varying initial torque parameters might render some interesting results.