No description
Find a file
Fill84 1aac0a5a4e Add comprehensive references for egui, Rust core best practices, tiny-skia, and wgpu
- Created `egui.md` with detailed setup, app structure, layout system, widgets, custom painting, state management, background work, file dialogs, WASM support, and performance tips.
- Added `rust-core.md` outlining project structure, error handling, ownership, borrowing, structs, enums, traits, async Rust, testing, essential crates, Cargo.toml tips, compiler error patterns, and code style.
- Introduced `tiny-skia.md` covering project setup, core concepts, shapes and paths, text rendering, gradients, image composition, integration with egui, export and saving, and design recipes.
- Established `wgpu.md` detailing project setup, initialization, render pipeline, shaders, buffers, uniforms, render loop, integration with egui, and common patterns.
2026-03-26 01:53:10 +01:00
rust-fullstack-master Add comprehensive references for egui, Rust core best practices, tiny-skia, and wgpu 2026-03-26 01:53:10 +01:00
README.md first commit 2026-03-26 01:47:41 +01:00