Files
llimphi/llimphi-hal
Sergio ccab39f140 refresh: stack al día (vello 0.7 / wgpu 27 / parley 0.6) + motor 3D voxel
Re-sincroniza las fuentes desde el monorepo (estaba en vello 0.5/wgpu 24 y con la
estructura vieja de eventloop) y suma el 3D:

- bump del workspace a vello 0.7 / wgpu 27 / parley 0.6, + accesskit 0.24 /
  accesskit_winit 0.33 / vello_hybrid 0.0.9.
- nuevos crates: llimphi-3d (voxels ray-march + mallas en un depth compartido,
  montable dentro de un View 2D vía set_viewport+scissor) y llimphi-voxel
  (world-gen, personajes, director de escenas) + shared/foreign-vox (puente .vox).
- README: sección "Not just 2D — a 3D voxel engine" + GIF (docs/llimphi_voxel.gif).
- excluido modules/allichay (arrastra deps fuera del alcance del front-door).
- cargo check --workspace: verde.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-18 14:40:00 +00:00
..

llimphi-hal

Surface abstraction of llimphi. Multi-platform.

Surface trait that abstracts window/framebuffer/canvas. Implementations: winit (Linux/macOS/Windows desktop), android (NDK), wawa (kernel framebuffer). The rest of the llimphi stack talks to Surface; moving Wayland → Wawa is swapping the HAL, not the scene tree.

Deps

  • winit, raw-window-handle
  • serde, wgpu (re-export so widgets can paint_with)