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

https://github.com/ronsaldo/dastrel

An experimental custom shader language written in Pharo.
https://github.com/ronsaldo/dastrel

3d-graphics compiler pharo shader-compiler shader-language smalltalk

Last synced: 8 months ago
JSON representation

An experimental custom shader language written in Pharo.

Awesome Lists containing this project

README

          

# Data stream language
## An experimental custom shader language written in Pharo.

## Installation

**Pharo 7**

```smalltalk
Metacello new
baseline: 'Dastrel';
repository: 'github://ronsaldo/dastrel/tonel';
load
```