Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsku authored Jan 26, 2024
1 parent c698acb commit c4d1586
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<div align="center">
<img src="https://github.com/dvsku/devue/blob/main/.github/readme/devue.png?raw=true" width="100px"/>
<h1>devue</h1>
<p>
<span>
<img click="" src="https://img.shields.io/github/actions/workflow/status/dvsku/devue/build.yml?branch=main&style=flat-square"/>
</span>
<span>
<img src="https://img.shields.io/github/downloads/dvsku/devue/total?style=flat-square"/>
</span>
<span>
<img src="https://img.shields.io/github/license/dvsku/devue?style=flat-square"/>
</span>
</p>
<p>
3D model viewing software
</p>
</div>
</br>

## About
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.
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.</br>
It can be extended by custom plugins by implementing the shared C interface.

0 comments on commit c4d1586

Please sign in to comment.