MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / main.ts

File main.ts

examples/test3d/main.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { initWindow, windowShouldClose, beginDrawing, endDrawing, clearBackground, setTargetFPS, drawText, drawCube, drawGrid, beginMode3D, endMode3D, Colors } from 'bloom';
2
3initWindow(800, 600, "Bloom 3D Test");
4setTargetFPS(60);

Callers

nothing calls this directly

Calls 11

initWindowFunction · 0.85
setTargetFPSFunction · 0.85
windowShouldCloseFunction · 0.85
beginDrawingFunction · 0.85
clearBackgroundFunction · 0.85
beginMode3DFunction · 0.85
drawCubeFunction · 0.85
drawGridFunction · 0.85
endMode3DFunction · 0.85
drawTextFunction · 0.85
endDrawingFunction · 0.85

Tested by

no test coverage detected