https://github.com/arkaht/cpp-freelist
Freelist ─ a freelist memory visualiser in C++ using Raylib.
https://github.com/arkaht/cpp-freelist
cpp freelist memory-management raylib raylib-cpp visualizer
Last synced: 5 days ago
JSON representation
Freelist ─ a freelist memory visualiser in C++ using Raylib.
- Host: GitHub
- URL: https://github.com/arkaht/cpp-freelist
- Owner: arkaht
- Created: 2024-04-10T13:15:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-06T13:19:27.000Z (9 months ago)
- Last Synced: 2025-04-03T15:29:15.395Z (3 months ago)
- Topics: cpp, freelist, memory-management, raylib, raylib-cpp, visualizer
- Language: C++
- Homepage:
- Size: 569 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpp-freelist
[Freelist](https://en.wikipedia.org/wiki/Free_list) Visualiser built in C++ and [raylib](https://github.com/raysan5/raylib).
## Installation
This project uses Visual Studio 2022, C++14 and [vcpkg](https://github.com/microsoft/vcpkg) for the installation of [raylib](https://github.com/raysan5/raylib).
To install raylib using vcpkg (assuming it is installed in the first place), run:
```
.\vcpkg\vcpkg install raylib
```