Skip to content

Commit

Permalink
Try add first JS program
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid committed Dec 9, 2024
1 parent 01e71fa commit 45f0626
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md

This file was deleted.

25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OPENRNDR</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
<style>
body, html {
margin: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
#openrndr-canvas {
display: block;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<canvas id="openrndr-canvas"></canvas>
<script src="openrndr-program.js"></script>
</body>
</html>
2 changes: 2 additions & 0 deletions openrndr-program.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions openrndr-program.js.map

Large diffs are not rendered by default.

0 comments on commit 45f0626

Please sign in to comment.