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

Printing fixes, add precompilation workload #6

Merged
merged 4 commits into from
Nov 10, 2023

Conversation

serenity4
Copy link
Contributor

I noticed a bug with MIME"text/plain"() printing for ZVector, due to isassigned(A, i, j) which had to be extended in order to have the generic vector pretty-printing work; before, it showed #undef values because it thought vector elements were not defined.

I also added some precompilation workload, as I observed long compile times due to all the JSON3/StructTypes machinery working under the hood. The (lightweight) DamagedHelmet.gltf sample used for that purpose is from https://github.com/KhronosGroup/glTF-Sample-Models.

@serenity4
Copy link
Contributor Author

cc @Gnimuc

@Gnimuc Gnimuc merged commit 0b05189 into Gnimuc:master Nov 10, 2023
@Gnimuc
Copy link
Owner

Gnimuc commented Nov 10, 2023

thx!

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