Skip to content
/ devue Public

3D model viewing software with plugin support.

License

Notifications You must be signed in to change notification settings

dvsku/devue

Repository files navigation

devue

3D model viewing software


About

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.

Features

Natively supported models

.obj

Natively supported textures

.jpg .png .bmp .dds (DTX5)

Plugins

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.