generated from gxc-solutions/gxc-template-repo
Added base rendering
This commit is contained in:
parent
63818eb2b8
commit
a100988848
7 changed files with 587 additions and 85 deletions
|
|
@ -6,7 +6,8 @@
|
|||
<title>Playground</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello world!</h1>
|
||||
<h1>2D Canvas Renderer Playground</h1>
|
||||
<canvas width="800" height="800" id="canvas"></canvas>
|
||||
|
||||
<script type="module" src="./index.ts"></script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue