Skip to content

Commit

Permalink
Improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewLedge authored Oct 21, 2024
1 parent ef51ece commit ec3de66
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Vulkan Engine Screenshot](images/vulkan1.png)
![Vulkan Engine Screenshot](images/v0.5.3.png)

## Vulkan Rendering Engine
This project is a personal learning experience to deepen my understanding of the low-level intricacies of GPUs and graphics programming.
Expand All @@ -19,4 +19,12 @@ During the engine's development, I decided to create my own libraries for more c
- **vkhelper.hpp**: Custom Vulkan API wrapper featuring custom RAII wrappers, a function pointer manager, and more

## Dependencies
- Vulkan SDK
- Vulkan SDK - 1.3.296.0

## 3rd Party Libraries used (libraries are in source code)
- [GLFW](https://github.com/glfw/glfw)
- [ImGui](https://github.com/ocornut/imgui)
- [TinyGLTF](https://github.com/syoyo/tinygltf)
- [STB Image](https://github.com/nothings/stb)


0 comments on commit ec3de66

Please sign in to comment.