An open API service indexing awesome lists of open source software.

https://github.com/dreamerchaserhah/my-process-manager

Windows-Task Manager Inspired Process Manager in C++ with ImGUI
https://github.com/dreamerchaserhah/my-process-manager

cpp imgui-glfw portfolio-pro process-manager zig

Last synced: 4 months ago
JSON representation

Windows-Task Manager Inspired Process Manager in C++ with ImGUI

Awesome Lists containing this project

README

          

# My Process Manager

A process manager made with C++ (inspired by Windows Task Manager)

**Frameworks**

ImGUI \
GLFW \
OpenGL

**Languages**

C++ \
Zig 0.12.0 (for build system)

## Commands

Run Debug build
```make debug-run```\
Run Release build
```make release-run```