A real-time GPU benchmark tool using CUDA + Vulkan + Dear ImGui to simulate and visualize:
- Particle physics
- Cloth simulation
- Fluid dynamics (future)
- Live ImGui interface for stats
- 🔧 C++ / CMake
- 🧠 CUDA for physics compute
- 🎮 Vulkan for low-level rendering
- 🪟 GLFW for windowing
- 🎛 ImGui for UI
git clone https://github.com/MD-Zayed-Al-Sajed/Real-Time-GPU-Physics-Rendering-Benchmark-Tool.git
cd Real-Time-GPU-Physics-Rendering-Benchmark-Tool
mkdir build && cd build
cmake ..
cmake --build .
# ⚡ Real-Time GPU Physics & Rendering Benchmark Tool
A real-time GPU benchmark tool using **CUDA + Vulkan + Dear ImGui** to simulate and visualize:
- Particle physics
- Cloth simulation
- Fluid dynamics (future)
- Live ImGui interface for stats
---
## 💻 Tech Stack
- 🔧 C++ / CMake
- 🧠 CUDA for physics compute
- 🎮 Vulkan for low-level rendering
- 🪟 GLFW for windowing
- 🎛 ImGui for UI
---
## 🚀 Build Instructions
```bash
git clone https://github.com/MD-Zayed-Al-Sajed/Real-Time-GPU-Physics-Rendering-Benchmark-Tool.git
cd Real-Time-GPU-Physics-Rendering-Benchmark-Tool
mkdir build && cd build
cmake ..
cmake --build .