dcbishop / rcbc

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.

Home Page:http://imgur.com/4NmtW.jpg

Repository from Github https://github.comdcbishop/rcbcRepository from Github https://github.comdcbishop/rcbc

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.

http://imgur.com/4NmtW.jpg


Languages

Language:C 89.4%Language:Python 10.6%