Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.