draw triangle

This commit is contained in:
dylan
2023-04-28 20:01:48 -07:00
parent 3e7bf2dd80
commit d7c2d5adb9
7 changed files with 261 additions and 1 deletions

7
deps.ts Normal file
View File

@ -0,0 +1,7 @@
export {
createWindow,
getProcAddress,
mainloop,
DwmWindow,
} from "https://deno.land/x/dwm@0.3.3/mod.ts";
export * as gl from "https://deno.land/x/gluten@0.1.6/api/gles23.2.ts";