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

Objects #16

Merged
merged 2 commits into from
Jul 3, 2023
Merged

Objects #16

merged 2 commits into from
Jul 3, 2023

Conversation

mworzala
Copy link
Contributor

@mworzala mworzala commented Jul 3, 2023

Objects will be Polars answer to entities and any other in-world data which may need to be stored. Currently they are very unstructured, just containing a position, id, and some arbitrary user data.

For now, there will be no builtin handling of world objects, it will require the user to explicitly handle them using a PolarWorldAccess implementation. In the future, there may be some builtin implementation for handling vanilla-style entities.

This change will mean a version bump, though it will not affect backwards compatibility as usual.

@mworzala mworzala added the enhancement New feature or request label Jul 3, 2023
@mworzala mworzala self-assigned this Jul 3, 2023
@mworzala mworzala changed the base branch from main to feat/convert_specific_height_world July 3, 2023 03:16
Base automatically changed from feat/convert_specific_height_world to main July 3, 2023 03:17
@mworzala mworzala added the version bump This change will introduce a new format version label Jul 3, 2023
@mworzala mworzala merged commit 9bafb92 into main Jul 3, 2023
@mworzala mworzala deleted the feat/objects branch July 3, 2023 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request version bump This change will introduce a new format version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant