{"id":47790670,"url":"https://github.com/deadronos/stellar-shell","last_synced_at":"2026-06-15T22:00:49.485Z","repository":{"id":333836775,"uuid":"1127297721","full_name":"deadronos/stellar-shell","owner":"deadronos","description":"voxel mining and building a dyson sphere","archived":false,"fork":false,"pushed_at":"2026-06-15T19:47:26.000Z","size":1173,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-15T20:22:37.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://deadronos.github.io/stellar-shell/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deadronos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-03T15:43:53.000Z","updated_at":"2026-06-15T19:38:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/deadronos/stellar-shell","commit_stats":null,"previous_names":["deadronos/stellar-shell"],"tags_count":3,"template":false,"template_full_name":"google-gemini/aistudio-repository-template","purl":"pkg:github/deadronos/stellar-shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fstellar-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fstellar-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fstellar-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fstellar-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deadronos","download_url":"https://codeload.github.com/deadronos/stellar-shell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fstellar-shell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34381762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-03T15:36:30.456Z","updated_at":"2026-06-15T22:00:49.478Z","avatar_url":"https://github.com/deadronos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stellar Shell\n\nStellar Shell is a sci-fi voxel automation game where you command a swarm of autonomous drones to strip-mine asteroids and build a megastructure in space.\n\n![License](https://img.shields.io/badge/license-MIT-blue)\n![Version](https://img.shields.io/badge/version-0.0.0-orange)\n\n## 🎮 Gameplay\n\nYou play as an overseer of a drone swarm. Your goal is to gather resources (\"Matter\") and use them to expand your fleet and build structures.\n\n- **Explore**: A procedurally generated voxel asteroid field.\n- **Mine**: Use your laser or command drones to harvest **Matter** from asteroids.\n- **Build**: Place blueprints for structures. Your drones will automatically find tasks and build them using collected matter.\n- **Expand**: Construct more drones to increase your harvesting and building power.\n\n## 🕹️ Controls\n\n- **W, A, S, D**: Move Camera\n- **Space / Shift**: Move Up / Down\n- **Mouse Drag**: Look around\n- **1**: Select Laser tool\n- **2**: Select Frame tool\n- **Left Click**: Mine / interact with the Laser tool\n- **Right Click**: Place a frame blueprint with the build tool\n\n## 🛠️ Features\n\n- **Voxel Engine**: Built on `@astrumforge/bvx-kit` for performant, destructible voxel worlds.\n- **ECS Architecture**: Powered by `miniplex` for managing thousands of entities.\n- **Drone \"Brains\"**: Autonomous behavior for mining and building tasks.\n- **Reactive UI**: Built with React and Zustand.\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js (v18+)\n\n### Installation\n\n1. Clone the repository\n2. Install dependencies (pnpm required):\n\n   ```bash\n   pnpm install\n   ```\n\n### Running Locally\n\n```bash\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser. The dev server is configured to run on port 3000 in `vite.config.ts`.\n\n### GitHub Pages Deployment\n\nProduction builds are configured with the `/stellar-shell/` base path so the app\nloads correctly from `https://deadronos.github.io/stellar-shell/`.\n\n### Package Manager\n\nThis project uses pnpm. Use pnpm 10.29.3 (or newer 10.x) to match the lockfile and CI.\n\n## 🏗️ Tech Stack\n\n- **Framework**: [React 19](https://react.dev) + [Vite](https://vitejs.dev)\n- **3D Engine**: [Three.js](https://threejs.org) + [React Three Fiber](https://docs.pmnd.rs/react-three-fiber)\n- **ECS**: [Miniplex](https://github.com/hmans/miniplex)\n- **State**: [Zustand](https://github.com/pmndrs/zustand)\n- **Styling**: [Tailwind CSS](https://tailwindcss.com)\n\n## 📄 License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadronos%2Fstellar-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeadronos%2Fstellar-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadronos%2Fstellar-shell/lists"}