Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbaltrusch/smoke_shader
A small smoke-like shader written in Love2D/Lua with GLSL
https://github.com/rbaltrusch/smoke_shader
game-development gamedev glsl glsl-shader glsl-shaders love2d love2d-framework lua shader shaders smoke-simulation
Last synced: 15 days ago
JSON representation
A small smoke-like shader written in Love2D/Lua with GLSL
- Host: GitHub
- URL: https://github.com/rbaltrusch/smoke_shader
- Owner: rbaltrusch
- License: mit
- Created: 2024-03-04T22:38:19.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-05T17:25:19.000Z (8 months ago)
- Last Synced: 2024-10-16T12:13:17.427Z (about 1 month ago)
- Topics: game-development, gamedev, glsl, glsl-shader, glsl-shaders, love2d, love2d-framework, lua, shader, shaders, smoke-simulation
- Language: Lua
- Homepage:
- Size: 3.65 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smoke Shader
A small smoke-like shader written in Love2D/Lua with GLSL.
![A gif of the smoke shader in action](media/shader.gif)
![Another gif of the smoke shader in action](media/shader2.gif)## How to run
To run, download Lua and the love framework (LÖVE 11.4), then run love.exe in the current folder:
```
love .
```Note: you may have to specify the full path to the love executable if it is not on your path.