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

x/caviar/src/types.ts>WorldOptions

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
interface WorldOptions
import { type WorldOptions } from "https://deno.land/x/caviar@2.6.6/src/types.ts";

Properties

title: string
width: number
height: number
optional
visible: boolean
optional
resizable: boolean
optional
maximized: boolean
optional
minimized: boolean
optional
focused: boolean
optional
autoExitEventLoop: boolean
optional
glVersion: [number, number]
optional
gles: boolean
optional
vsync: boolean
optional
noClientAPI: boolean
optional
removeDecorations: boolean
optional
transparent: boolean
optional
floating: boolean