Skip to content

Instantly share code, notes, and snippets.

View OmarShehata's full-sized avatar

Omar Shehata OmarShehata

View GitHub Profile
@OmarShehata
OmarShehata / Pixi.js Smoke Shader
Created May 16, 2016 14:45
Example of smoke shader in Pixi.js
<!DOCTYPE html>
<html>
<head>
<title>PixiJS Shaders</title>
<style type="text/css">
body {
margin: 0;
overflow: hidden;
}
</style>