You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been looking around for C language bindings for ogre-next. My purpose is to use ogre-next from another language via the C API. Does anyone know of a C language bindings I can use?
The text was updated successfully, but these errors were encountered:
Ogre1 has SWIG bindings and there is a WIP PR that wanted to add SWIG based on Ogre1. The PR aims to add Python bindings though, and a quick google it seems that SWIG does not support generating C bindings.
It feels odd, automatically generating C bindings using libclang by parsing headers should be a piece cake.
I have been looking around for C language bindings for ogre-next. My purpose is to use ogre-next from another language via the C API. Does anyone know of a C language bindings I can use?
The text was updated successfully, but these errors were encountered: