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

https://github.com/dehwyy/akai

Computer science project
https://github.com/dehwyy/akai

Last synced: 4 months ago
JSON representation

Computer science project

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/)