Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warmist/pixeldance
A lua powered drawing thing
https://github.com/warmist/pixeldance
generative lua shader
Last synced: about 18 hours ago
JSON representation
A lua powered drawing thing
- Host: GitHub
- URL: https://github.com/warmist/pixeldance
- Owner: warmist
- Created: 2018-07-30T05:57:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T11:54:01.000Z (18 days ago)
- Last Synced: 2024-10-29T13:33:05.048Z (18 days ago)
- Topics: generative, lua, shader
- Language: Lua
- Homepage:
- Size: 7.08 MB
- Stars: 28
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PixelDance
This is a program for various pixel toys. It currently has luajit for pixel operations and opengl for various shader play.
## Features
* Luajit engine for easy and fast scripting
* Auto file reload on modification for very easy use - just have pixel dance and text editor open and see how you changes change the view
* Opengl for shader-based rendering
* Easy modification with c-like source
* Imgui that is exposed to lua for easy gui creation and even faster iteration## Use
Run `pixeldance.exe ` and select lua project from dropdown.
## Projects
Stuff in projects folder is everchanging mess of lua that does all the magic. things that end in `.llib` is not auto-loaded and displayed in dropdown but can be `required` by lua - thus lua-libs.
Some old stuff is not working or not-recommended way of doing stuff but mostly updated and played with are:
* ecology series - a small ecology sims
* slimemold - slime mold sim inspired by [this page](https://sagejenson.com/physarum)
* crystals - an interpretation of [this page](http://mkweb.bcgsc.ca/snowflakes/letitsnow.mhtml) but a very loose one
* IFS_shader - a fractal/fractal flame generator## Build
Get `SFML`, `luajit`, `DearImgui`, `Cmake` and your favorite compiler. Modify `CMake` to point to libs, make, build and enjoy.
Currently only windows are supported but pull-req are welcome.
## License
This software is released under `CC-BY: Attribution` license. More about it [here](https://creativecommons.org/licenses/by/4.0/)