CRenderEx Its a lib for Simplyfing Basic Grapics in Terminal
Old C Render Was Messy so i made new repository for new updates.
Old rep: https://github.com/scriptguy1/CRender
To Compile lib type "make"
and if you on linux after compilation you can type "make install" to install
cc main.c -lm -lCRenderEx -lCRInput
(Compiler) main_file -l(name of lib what you use) (include CRInput if you use it)