Skip to content

A small smoke-like shader written in Love2D/Lua with GLSL

License

Notifications You must be signed in to change notification settings

rbaltrusch/smoke_shader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smoke Shader

A small smoke-like shader written in Love2D/Lua with GLSL.

A gif of the smoke shader in action Another gif of the smoke shader in action

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.