Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gluten/src/webgl/deps.ts>createWindow

OpenGL bindings & WebGL API implementation for Deno.
Latest
function createWindow
import { createWindow } from "https://deno.land/x/gluten@0.1.7/src/webgl/deps.ts";

Creates a new DWM window

const win = createWindow({
  title: "Deno Window Manager",
  width: 800,
  height: 600,
  resizable: true,
});