This project is a two-page web application demonstrating a Rust/WASM calculator and an AI-driven text-to-shader generator, built with React, Rust, and Elixir.
-
Tab 1: Rust Calculator: Client-side mathematical expressions handled by Rust/WASM.
-
Tab 2: Text-to-Shader: User input sent to Elixir backend, which uses an LLM to generate WebGL shader code for display.
Frontend: React, Rust, WebAssembly (WASM), Tailwind CSS, WebGL Backend: Elixir, Phoenix Framework, LLM API (e.g., Google Gemini API)