horde3d / Horde3D

Horde3D is a small 3D rendering and animation engine. It is written in an effort to create an engine being as lightweight and conceptually clean as possible.
http://horde3d.org/
1.55k stars 308 forks source link

lots and lots of errors on compilation #187

Closed ghoomfrog closed 3 years ago

ghoomfrog commented 3 years ago

this is the gcc error output when compiling this:

// t.c
#include <horde3d/Horde3D.h>
#include <horde3d/Horde3DUtils.h>
int main() {}
algts commented 3 years ago

Horde is primarily a C++ engine, it was not tested to work in C programs. Although Horde uses C-like interface, it has some incompatibilities with C, like enums in structs. So currently using Horde with C is no go.