Skip to content

Commit

Permalink
Merge pull request #70 from ZOulhadj/develop
Browse files Browse the repository at this point in the history
v0.0.1
  • Loading branch information
ZOulhadj authored Feb 1, 2023
2 parents 21df527 + e69c423 commit 2567b79
Show file tree
Hide file tree
Showing 220 changed files with 785,529 additions and 78,847 deletions.
Binary file added .git_assets/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions .git_assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 13 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
build/
docs/
out/
cmake-build-debug/
cmake-build-release/
.idea/
.vs/

CMakeSettings.json
imgui.ini
# Build directories
engine/build
vmve/build

# Project vendor files
engine/vendor/
vmve/vendor/

imgui.ini

# NOTE: Is produced because of a bug in Visual Studio and should be fixed
# in the February 2023 patch.
*/JSON
12 changes: 0 additions & 12 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.md

This file was deleted.

84 changes: 0 additions & 84 deletions CMakeLists.txt

This file was deleted.

15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
![logo](.git_assets/logo.svg)

# Vulkan Model Viewer and Exporter

![overview](.git_assets/1.png)

## Features
* Standalone application
* Latest rendering API (Vulkan)
* Deferred Rendering
* User Interface
* Supports multiple models
* Wireframe
* Console logging

# Downloads
All downloads can be found on the official [VMVE](https://zoulhadj.github.io/vmve_website/) website or in [releases](https://github.com/ZOulhadj/vmve/releases) section.
Binary file removed assets/fonts/Karla-Regular.ttf
Binary file not shown.
Loading

0 comments on commit 2567b79

Please sign in to comment.