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.
- Host: GitHub
- URL: https://github.com/ronsaldo/dastrel
- Owner: ronsaldo
- Created: 2018-09-30T00:10:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T08:26:25.000Z (over 5 years ago)
- Last Synced: 2025-01-29T22:46:25.629Z (over 1 year ago)
- Topics: 3d-graphics, compiler, pharo, shader-compiler, shader-language, smalltalk
- Language: Smalltalk
- Size: 1.09 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```