-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bevy integration #23
base: master
Are you sure you want to change the base?
Bevy integration #23
Conversation
It kinda works, but there's an artifact with the texture, maybe isn't related to bevy, but with how the mesh duplicates the vertices, because I have almost the same issue in blender with the generated meshes (see #27 (comment)) |
Need to figure out how to by pass the issue when compiling amethyst and bevy examples, seems that there is a conflict with the dependencies. See the log below for more details
|
Currently the github build script builds from the workspace level. We could instead for loop and cd into each subspace and build there. That would treat them as isolated. But if a new subspaces is added we'd need to add it the the loop in the github build script |
Maybe we should remove from the workspace the game engine integrations crates but still leave them in the current repo. Also if we do this we should group the agnostic crates (common and 3d) into a folder |
No description provided.