Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/caviar/cli/structs/World.ts>createWorld

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Latest
variable createWorld
import { createWorld } from "https://deno.land/x/caviar@2.6.9/cli/structs/World.ts";

type

(
name: string,
title: string,
width: number,
height: number,
resizable: boolean,
web?,
) => unknown