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 { Plugin } from "./src/Plugin.ts";export { World } from "./src/World.ts";export type { Renderer } from "./src/renderers/types.ts";export { Scene } from "./src/scenes/mod.ts";export { // Animation, Arne16, Atlas, AtlasSprite, // Audio, // BasicParticle, // Button, C64, CGA, // Circle, Entity, Group, Image, JMP, // Line, MSX, // Particle, // ParticleSystem, PICO8, // Point, // Polygon, Rectangle, Sprite, // Text, TextureSprite,} from "./src/entities/mod.ts";export { TransformMatrix, Vector } from "./src/math/mod.ts";export type { IVectorLike } from "./src/math/mod.ts";export { Keys } from "./src/utils/Keycodes.ts";export type { Frame, KeyEvent, MouseDownEvent, MouseMotionEvent, PixelTexture, RGBA, spriteConfig, WorldOptions, WorldPhysicsOptions,} from "./src/types.ts";
export { hexToRGBA } from "./src/utils/mod.ts";