Add octree save/load and sorted chunk queue #2

Closed
opened 2025-06-10 02:28:22 +00:00 by elias · 0 comments
Owner

Originally created by @eliasstepanik on 6/9/2025

Summary

  • enable serializing voxel octrees
  • implement save/load helpers for octree data
  • load chunks around the player in distance order
  • depend on bincode for serialization

Testing

  • cargo check --workspace (fails: The system library alsa required by crate alsa-sys was not found)

https://chatgpt.com/codex/tasks/task_e_6847143cfbbc832696b84c384ccd7af3

*Originally created by @eliasstepanik on 6/9/2025* ## Summary - enable serializing voxel octrees - implement save/load helpers for octree data - load chunks around the player in distance order - depend on bincode for serialization ## Testing - `cargo check --workspace` *(fails: The system library `alsa` required by crate `alsa-sys` was not found)* ------ https://chatgpt.com/codex/tasks/task_e_6847143cfbbc832696b84c384ccd7af3
elias closed this issue 2025-06-10 02:28:22 +00:00
elias added the
codex
codex
labels 2025-06-10 02:28:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: elias/voxel-simulation#2
No description provided.