Immediate-mode GUI development in Octant using egui and eframe. Covers AppAction event dispatching, dimension sliders, colormap palettes, and animation timelines. Use when modifying src/ui/ or src/app/ui.rs.
원문 언어: 영어
메뉴
SkillsMP는 lazarusA/octant에서 4개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 4개 중 4개를 표시합니다.
Immediate-mode GUI development in Octant using egui and eframe. Covers AppAction event dispatching, dimension sliders, colormap palettes, and animation timelines. Use when modifying src/ui/ or src/app/ui.rs.
원문 언어: 영어
Guidelines for WGPU rendering pipelines, WGSL shaders, uniform buffer alignments, and egui-wgpu paint callbacks in Octant. Use when modifying or creating renderers in src/plots/.
원문 언어: 영어
Deep domain knowledge for Octant's N-dimensional data system, storage backends (Zarr, Icechunk), OctantBlock slicing, LRU caching (BlockCache), and background prefetching (BlockPrefetcher). Use when modifying or debugging src/data/.
원문 언어: 영어
Essential workflows for building, testing, linting, formatting, running with logs, and compiling for WebAssembly or desktop in Octant. Use when running checks, tests, or build commands.
원문 언어: 영어