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

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

Awesome Lists containing this project

README

        

# ofxScheme
A Scheme DSL live-coding embedded interface for openFrameworks

![ofxScheme](https://github.com/d3cod3/ofxScheme/raw/master/img/scheme_livecoding_2024.png)

## 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
```