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 { Renderer } from "./src/Renderer.ts";export { Scene } from "./src/scenes/mod.ts";export { Animation, Arne16, Atlas, AtlasSprite, Audio, Button, C64, CGA, Entity, Group, Image, JMP, Line, MSX, PICO8, Point, Rectangle, Sprite, Text, TextureSprite,} from "./src/entities/mod.ts";export { GravityForce, NormalForce } from "./src/physics/mod.ts";export { Vector } from "./src/math/mod.ts";export { Keys } from "./src/utils/Keycodes.ts";export type { Frame, KeyEvent, MouseDownEvent, PixelTexture, RGBA, spriteConfig, WorldOptions, WorldPhysicsOptions,} from "./src/types.ts";