No description
- Rust 98.7%
- WGSL 1.3%
|
|
||
|---|---|---|
| .cargo | ||
| assets | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| clippy.toml | ||
| LICENSE | ||
| README.md | ||
PROJECT-THALLO
Built with:
Overview
Desktop OS Sim ARG - bevy + egui retro future horror aestheic Made for nihil universe
Features
- Virtual File System
- Chat Dialogue with even triggers
- Interactive Desktop & Windows
- In-game toy terminal
- CRT/chromatic abberation shaders
Getting Started
Prerequisites
- Install Rust
- Bevy CLI (Optional)
Running Locally
Run Project from local repository
With Cargo
- Native :
cargo run --release
With Bevy CLI
- Native :
bevy run --release
- Web :
bevy run --release web --bundle