A simple COLLADA model loader with a basic viewer written in C and OpenGL for a uni project. I have since written a C++ version that is much less of a pain to work with. Known bugs (rotations aren't always correct). Some weird experimental code.
master
Code
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio
If nothing happens, download the GitHub extension for Visual Studio and try again.
Latest commit
Git stats
Files
README
RCBC is a simple COLLADA model parser and renderer library written in C for a uni project. This is far from production ready and has been abandonded. See ColladaCPP for a slightly better C++ version. To build: ========= 'make' To Install: =========== 'make install' Libraries: ========= libmxml-dev glut (freeglut3-dev) libdevil-dev
About
A simple COLLADA model loader with a basic viewer written in C and OpenGL for a uni project. I have since written a C++ version that is much less of a pain to work with. Known bugs (rotations aren't always correct). Some weird experimental code.