https://github.com/lmariscal/visualkey
Computer graphics sketchbook
https://github.com/lmariscal/visualkey
computer-graphics csharp education graphics learning
Last synced: 3 months ago
JSON representation
Computer graphics sketchbook
- Host: GitHub
- URL: https://github.com/lmariscal/visualkey
- Owner: lmariscal
- License: mit
- Created: 2020-04-17T18:31:05.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T22:12:42.000Z (over 5 years ago)
- Last Synced: 2025-10-10T15:49:29.104Z (9 months ago)
- Topics: computer-graphics, csharp, education, graphics, learning
- Language: C
- Homepage: https://visualkey.org/
- Size: 267 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## VisualKey
### How to compile?
- `mkdir bld`
- `cd bld`
- `cmake ..`
- `make`
Download IRRKlang from their [download page](https://www.ambiera.com/irrklang/downloads.html).
Extract it and copy the files inside the `irrKlang-Xbit-X.X.X` directory into `third/irrklang`.
#### Audio
It uses [IRRKlang](https://www.ambiera.com/irrklang/index.html) as a sound engine and audio library. It is free for
non-commercial use but you must buy a license for commercial projects.
You can visit the [official license page](https://www.ambiera.com/irrklang/license.html) for more information.
A pull request with another sound engine would be highly appreciated. Please note that we would be looking for a
cross platform solution and an audio library which at least supports `WAV`, `OGG`.