https://github.com/dehwyy/akai
Computer science project
https://github.com/dehwyy/akai
Last synced: 4 months ago
JSON representation
Computer science project
- Host: GitHub
- URL: https://github.com/dehwyy/akai
- Owner: dehwyy
- Created: 2025-02-19T09:56:13.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T20:06:43.000Z (4 months ago)
- Last Synced: 2025-02-23T21:19:15.715Z (4 months ago)
- Language: C++
- Size: 907 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Akai
## Functions' graphic visualizer
### Requirements:
- [Conan](https://conan.io)
- CMake
- Any C++ compiler### Building
```sh
mkdir build #
conan install . --output-folder=build --build=missing -s compiler.libcxx=libstdc++11 # install conan deps
cd build && cmake .. # init CMake
cmake --build build # build
./build/ # run app
```## Resources
- [ImGui](https://pthom.github.io/imgui_manual_online/manual/imgui_manual.html)
- [SFML](https://www.sfml-dev.org/documentation/2.6.2/)