Skip to main content
Module

x/caviar/mod.ts

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
File
export { World } from './src/World.ts';export { Entity, Rectangle, Line, Point, Sprite, Text } from './src/entities/mod.ts';export { Keys } from './src/utils/Keycodes.ts';export type { KeyEvent } from "./src/types.ts"