Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define an interim 2D-to-3D mapping data format #523

Open
kpreid opened this issue Sep 20, 2024 · 0 comments
Open

Define an interim 2D-to-3D mapping data format #523

kpreid opened this issue Sep 20, 2024 · 0 comments
Labels
area: data Things related to the data structures underlying the world, and the functions that manipulate them. kind: performance Ways to increase performance or efficiency without adding functionality

Comments

@kpreid
Copy link
Owner

kpreid commented Sep 20, 2024

We have many blocks whose voxels are defined by loading a 2D image and applying a function to the image’s pixels (space_from_image()). We should replace those functions with data files which can be stored next to the images. This will hopefully reduce compilation time and make future migrations to better formats easier.

Alternatively, we can just go direct to storing the blocks in a voxel format (preferably an All is Cubes native one), but that's blocked on having adequate voxel editing tools.

@kpreid kpreid added kind: performance Ways to increase performance or efficiency without adding functionality area: data Things related to the data structures underlying the world, and the functions that manipulate them. labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: data Things related to the data structures underlying the world, and the functions that manipulate them. kind: performance Ways to increase performance or efficiency without adding functionality
Projects
None yet
Development

No branches or pull requests

1 participant