A simple C only graphics library to have fun with
simply just cd into the
simpcdirectory, and runmake all -Bthis compiles bothexample_imgsandvrenderer
there are mainly two major components to this library:
simp.candvrenderer.c
simp.c is the core graphics library for drawing all kinds of shapes on a canvas
vrenderer.c is the rendering application, it is used as such:
./vrenderer yourAnimation.so yourAnimation.mp4which loads the animation from the dynamic library with the name "yourAnimation.so", and renders it into a video file of name "yourAnimation.mp4"