dastrel

Description

An experimental custom shader language written in Pharo.

Details

Source
GitHub
Dialect
pharo (65% confidence)
Stars
1
Created
Sept. 30, 2018
Updated
Jan. 26, 2023
Topics
3d-graphics compiler pharo shader-compiler shader-language smalltalk

Categories

UI / Graphics Language Extensions

README excerpt

# 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
```
← Back to results