Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

type

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