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
- Host: GitHub
- URL: https://github.com/dreamerchaserhah/my-process-manager
- Owner: DreamerChaserHAH
- Created: 2024-04-27T10:54:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-27T10:56:53.000Z (over 1 year ago)
- Last Synced: 2025-03-25T12:27:23.279Z (7 months ago)
- Topics: cpp, imgui-glfw, portfolio-pro, process-manager, zig
- Language: Zig
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```