3d browser cursor rules

13 tagged 3d browser, measured the same way as everything else here.

Browse within: 3d-games 13ai-builder 13r3f 13react-three-fiber 13three 13

003-systems

01

instructa/viber3d

Cursor rule Cursor

// Standard system pattern export function movementSystem(world: World) { const time = world.get(Time) if (!time) return world.query(Transform, Velocity).updateEach(([t, v]) => { t.position.addScaledVector(v.vector, time.delta) }) }.

623 1y ago A 0 tokens original MIT

004-actions

02

instructa/viber3d

Cursor rule Cursor

Write all creation, destruction, or major trait updates in these functions.

623 1y ago A 0 tokens original MIT

005-traits

03

instructa/viber3d

Cursor rule Cursor

Cursor rule "005-traits" from instructa/viber3d, covering trait definitions, core practices, examples, relationships and best practices.

623 1y ago A 0 tokens original MIT