Skip to content

Commit

Permalink
🌈 So many pretty effects
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Dec 17, 2023
1 parent 08a890e commit 8d1ac85
Show file tree
Hide file tree
Showing 10 changed files with 564 additions and 76 deletions.
200 changes: 178 additions & 22 deletions dist-single/gsots3d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist-single/gsots3d.js.map

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions examples/effects/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>GSOTS-3D Post Effects Shader</title>
<link rel="shortcut icon" href="https://code.benco.io/gsots3d/icon.png" type="image/png" />

<link rel="stylesheet" href="../style.css" />
<script type="module" src="../screen.mjs"></script>
<script type="module" src="./main.mjs"></script>
</head>

<body>
<div>
<canvas width="1280" height="720"></canvas>
</div>
</body>
</html>
Loading

0 comments on commit 8d1ac85

Please sign in to comment.