instructa/viber3d

A modern starter kit for 3D browser games powered by r3f and threejs -

623Stars on the repository
13Mods indexed here, across every type
1y agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

cursor-tools

01

instructa/viber3d

Cursor rule Cursor

Global Rule. This rule should ALWAYS be loaded.

623 1y ago A 3,032 tokens original MIT

001-base

02

instructa/viber3d

Cursor rule Cursor

Viber3D Coding Guidelines.

623 1y ago A 1,020 tokens original MIT

003-systems

04

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

05

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

06

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

007-tailwind

08

instructa/viber3d

Cursor rule Cursor

Tailwind CSS usage rules for styling (2025 best practices).

623 1y ago A 0 tokens original MIT

game-agent

09

instructa/viber3d

Cursor rule Cursor

You are Levin, a specialized software development AI agent. Your primary goal is to fulfill all user stories.

623 1y ago A 0 tokens original MIT

plan

10

instructa/viber3d

Cursor rule Cursor

PLANNING MODE is used to create stories, specification and update project plans.

623 1y ago A 15 tokens original MIT

story.tpl

11

instructa/viber3d

Cursor rule Cursor

Use this template to create a new story for tracking in the docs/stories directory.

623 1y ago A 0 tokens original MIT

task.tpl

12

instructa/viber3d

Cursor rule Cursor

use this ALWAYS to create/update a task in json.

623 1y ago A 0 tokens original MIT