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
devue is a 3D model viewing software with plugin support.</br>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.
23
25
Since then I've started learning OpenGL and expanded it further. It is meant to be extendable via model and texture plugins.
@@ -27,7 +29,7 @@ Since then I've started learning OpenGL and expanded it further. It is meant to
27
29
.obj
28
30
29
31
#### Natively supported textures
30
-
.jpg .png .bmp
32
+
.jpg .png .bmp .dds (DTX5)
31
33
32
34
## Plugins
33
35
**Use 3rd party plugins at your own risk. I don't guarantee the safety of any plugin that is not included with devue release.**
0 commit comments