Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UncertainProd/ShaderPlayground-haxe-openfl
A place to experiment with GLSL shaders and stuff, along with manipulation of said shaders using haxe code. Made using haxeflixel and openfl
https://github.com/UncertainProd/ShaderPlayground-haxe-openfl
glsl haxe haxeflixel hscript html5 openfl opengl shader
Last synced: 3 months ago
JSON representation
A place to experiment with GLSL shaders and stuff, along with manipulation of said shaders using haxe code. Made using haxeflixel and openfl
- Host: GitHub
- URL: https://github.com/UncertainProd/ShaderPlayground-haxe-openfl
- Owner: UncertainProd
- Created: 2022-06-26T11:41:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T11:06:42.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T00:20:26.630Z (almost 2 years ago)
- Topics: glsl, haxe, haxeflixel, hscript, html5, openfl, opengl, shader
- Language: Haxe
- Homepage:
- Size: 575 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Shader Playground
A place to play with and experiment with GLSL shaders. Also you can use haxe code to manipulate the shader uniforms and such. Available on the web: [Click here](https://uncertainprod.github.io/shaderplayground/index.html)### Here's one example I made:
Shiny bf lol:![](./docs/shiny-bf.png)
This is a small hobby project I had decided to take up, and it's probably not going to be maintained or improved upon much (maybe just a little probably :) ). However, feel free to fork this project and improve upon it however you want (just credit this repo if you do).
Made in Haxe using [Haxeflixel](https://haxeflixel.com/) and [OpenFL](https://www.openfl.org/)