Skip to content

macncrash/meethos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meethos

A multi-scale simulation library — and Earth(3), the game built on it.


meethos is the umbrella for a universe-scale simulation layer and the game that drives it.

  • earth3/ — Earth(3)  ·  the game. A living universe you fall through in one continuous zoom — from the cosmic web, into the Milky Way, down to the Solar System, onto Earth, and into a city — with a comet-defense survival mode and cross-scale consequences. Headed for earth3.app.

  • packages/ — meethos (library)  ·  (forthcoming) the reusable simulation layer extracted from the game over time: a multi-scale universe simulator, the beginnings of stellar cartography (procedural galaxies, star systems, planets), deterministic RNG, Keplerian orbits, and the floating-origin / regime machinery. Engine DNA borrowed from ethersim.ai.

The game lives at the top of the tree for now; the library components graduate into packages/ as they solidify, until meethos can stand on its own.

Layout

meethos/
├── earth3/      the Earth(3) game (TypeScript · Vite · Three.js)
├── packages/    (reserved) the meethos library, extracted from the game over time
├── LICENSE-MIT · LICENSE-APACHE

Run the game

cd earth3
bun install
bun run dev        # http://localhost:5174

See earth3/README.md for the game itself.

License

Dual-licensed under MIT or Apache-2.0. Engine patterns adapted from ethersim (MIT).

About

Meeethoos is where the universe meets the edge of our reality?

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors