https://github.com/d3cod3/ofxscheme
A Scheme DSL live-coding embedded interface for openFrameworks
https://github.com/d3cod3/ofxscheme
Last synced: 3 months ago
JSON representation
A Scheme DSL live-coding embedded interface for openFrameworks
- Host: GitHub
- URL: https://github.com/d3cod3/ofxscheme
- Owner: d3cod3
- License: mit
- Created: 2020-09-08T15:46:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T15:34:09.000Z (4 months ago)
- Last Synced: 2025-02-04T16:31:44.112Z (4 months ago)
- Language: C++
- Size: 6.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ofxScheme
A Scheme DSL live-coding embedded interface for openFrameworks
## COMPILE
In order to compile and run the example, you'll need to install the guile library
### OSX
```bash
brew install guile
```### Linux
```bash
sudo apt-get install guile-2.2 guile-2.2-dev
```