devue is a 3D model viewing software with plugin support.
It was made while working on a personal project trying to reverse engineer an unknown model format and needing a way to quickly see changes.
Since then I've started learning OpenGL and expanded it further. It is meant to be extendable via model and texture plugins.
.obj
.jpg .png .bmp .dds (DTX5)
Use 3rd party plugins at your own risk. I don't guarantee the safety of any plugin that is not included with devue release.
devue comes with a set of included model and texture plugins that enable loading of popular formats.
It can be extended by custom plugins by implementing the shared C interface.
You can use this template to make your own plugin. See official plugin implementation as an example on how to implement it.