An interactive, visual flowchart calculator for crafting recipes in the MMORPG Project Gorgon. This application shows recipes in a dynamic node-based tree, allowing players to easily understand the full raw material requirements and multi-step processes for complex crafts.
- Dynamic Flowcharts: Visualizes complex crafting chains (e.g., Alchemy, Fletching, Cooking) using SvelteFlow.
- Recursive Material Calculation: Automatically calculates the base raw materials needed for intermediate nested outputs.
- Live Search & Filtering: Quickly find specific recipes by name or filter by entirely by crafting skill.
- Frontend: SvelteKit, TypeScript, SvelteFlow (for diagramming), Dagre (for auto-layout).
- Node.js (v18+)
- Clone the repository and navigate into the directory.
- Install the frontend dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser to
http://localhost:5173/.
