Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgmb/grad
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgmb/grad
- Owner: cgmb
- Created: 2019-02-01T21:49:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T00:30:25.000Z (almost 6 years ago)
- Last Synced: 2023-08-01T13:23:36.964Z (over 1 year ago)
- Language: C++
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ubuntu Dependencies
sudo apt install libglfw3-dev pkg-config cmake build-essential ninja-build
## How to Build
cmake -H. -B.build -G Ninja && cmake --build .build