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 { Arne16, Atlas, AtlasSprite, C64, CGA, JMP, MSX, Entity, Image, Line, 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 { KeyEvent, MouseDownEvent, PixelTexture, spriteConfig, Frame, RGBA, WorldOptions, WorldPhysicsOptions} from "./src/types.ts";