No description
  • Rust 98.7%
  • WGSL 1.3%
Find a file
2026-05-08 08:28:04 +05:30
.cargo first commit 2026-04-17 13:24:52 +05:30
assets shader stuffs 2026-05-05 09:02:57 +05:30
src pallete update 2026-05-08 04:45:09 +05:30
.gitignore first commit 2026-04-17 13:24:52 +05:30
Cargo.lock act2 scaffold 2026-04-29 18:29:31 +05:30
Cargo.toml act2 scaffold 2026-04-29 18:29:31 +05:30
clippy.toml first commit 2026-04-17 13:24:52 +05:30
LICENSE first commit 2026-04-17 13:24:52 +05:30
README.md chat ui 2026-05-06 06:12:38 +05:30

PROJECT-THALLO

Built with:

Rust Bevy

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

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