Skip to content

Commit

Permalink
Add quick and dirty test page.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed May 4, 2024
1 parent c457d25 commit c6de36a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions test/shadertest_scale.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<title>Nebula Shader Test</title>
<style>
body, html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

nebula-canvas {
display: block;
}
</style>
</head>
<body>
<canvas id="nebula-canvas"></canvas>
<script type="text/javascript" src="../content/js/nebula_shader.js"></script>
</body>
</html>

0 comments on commit c6de36a

Please sign in to comment.