Skip to content

MD-Zayed-Al-Sajed/Real-Time-GPU-Physics-Rendering-Benchmark-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ 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

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 .

About

High-performance GPU benchmarking tool built with Vulkan, CUDA, and ImGui — featuring real-time physics simulation, custom rendering, and modular engine architecture.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors