Redsandy dfe445349b Add raven animation feature with SVG assets and Three.js integration
- Introduced a new SVG asset for the raven silhouette.
- Updated CSS to position and style the raven animation layer.
- Implemented `RavenBurstCanvas` and `RavenFlock` components for rendering animated ravens using Three.js.
- Enhanced `GateTransitProvider` to manage raven animation state and integrate with existing transition logic.
- Added `ravenFx` type and default values for controlling raven animation properties.
- Adjusted transform origins and z-index for improved visual alignment during transitions.
2026-08-12 12:41:12 +03:00

Vyryi Front

React (Vite + TypeScript) Telegram Mini App UI for Vyryi.

Stack

  • React 19 + React Router
  • Local auth via backend POST /auth/dev-login
  • Dark folk visual style matching the project logo

Screens

  1. / — logo + user agreement gate
  2. /home — balance, stub deposit, slot stubs
  3. /games/:slug — game placeholder

Quick start

cd vyryi-front
npm install
copy .env.example .env
npm run dev

Open http://127.0.0.1:5173 — backend must be running on port 8000.

Env

VITE_API_URL=http://127.0.0.1:8000
Description
No description provided
Readme 316 KiB
Languages
TypeScript 78%
CSS 21.6%
HTML 0.4%