A simple C only graphics library to have fun with
simply just cd into the
simpc
directory, and runmake all -B
this compiles bothexample_imgs
andvrenderer
there are mainly two major components to this library:
simp.c
andvrenderer.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.mp4
which loads the animation from the dynamic library with the name "yourAnimation.so", and renders it into a video file of name "yourAnimation.mp4"