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

Rework asset system to use binary serializing instead of text format #51

Merged
merged 19 commits into from
Apr 2, 2024

Conversation

ChunkTreasure1
Copy link
Owner

This change moves the entire Volt asset system to use compressed binary data for assets instead of relying on text files. This will decrease file sizes quite a bit and make a more unified asset system.

@ChunkTreasure1 ChunkTreasure1 self-assigned this Mar 7, 2024
@ChunkTreasure1 ChunkTreasure1 changed the base branch from main to development March 7, 2024 20:20
Copy link
Collaborator

@Cooltomten Cooltomten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, we talked a bit about possible want to haves and some missing cases to the writer/reader templates.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added include without adding logic in Vertex, possible mistake?

@ChunkTreasure1 ChunkTreasure1 merged commit c896382 into development Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants