Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreeNative examples

Sample games built on ThreeNative, one per folder.

Each folder is a complete project as a user would have it: the framework is installed as a dependency, not linked from a monorepo, so what is here is what someone gets after npx create-threenative. Nothing is written at the root of this repository — the root carries the sealed brief for the current build and the package staging, and every game lives one folder deep.

Folder What it is
crate-vault/ Physics puzzle — shove crates onto the pad to light the goal, with a determinism replay on V. Framework arm, on the published @threenative/* 0.2.x
fox-game/ Platformer — run, jump, collect the coin line, reach the goal. Plain Three.js arm, no framework packages

Running one

cd <folder>
pnpm install
pnpm dev

crate-vault installs from npm and is the one to clone. fox-game still points its playtest bridge at a local tarball path from the machine it was built on, so it runs where it was built and not yet anywhere else.

The reference screenshots each build was matched against are third-party images and are not committed; brief.md in each folder describes the target in words.

About

Sample games built on ThreeNative — one folder per game, each a real install rather than a monorepo link.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages