From c4d1586b0bb3e2ea5e2f0dff076526779ffd9583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Stoj=C5=A1in?= Date: Fri, 26 Jan 2024 02:53:13 +0100 Subject: [PATCH] Create README.md --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..94d40bb --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +
+ +

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 + +## 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.