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: 3 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T17:25:19.000Z (about 2 years ago)
- Last Synced: 2025-10-30T11:29:07.531Z (7 months 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: 1
- 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.


## 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.