Custom primitives example#13795
Merged
alice-i-cecile merged 5 commits intobevyengine:mainfrom Jun 10, 2024
Merged
Conversation
HackerFoo
approved these changes
Jun 10, 2024
Contributor
HackerFoo
left a comment
There was a problem hiding this comment.
Other than tweaking the shape a bit, it looks good.
Chubercik
suggested changes
Jun 10, 2024
Co-authored-by: Jakub Marcowski <37378746+Chubercik@users.noreply.github.com>
alice-i-cecile
approved these changes
Jun 10, 2024
mockersf
pushed a commit
that referenced
this pull request
Jun 11, 2024
# Objective - Add a new example showcasing how to add custom primitives and what you can do with them. ## Solution - Added a new example `custom_primitives` with a 2D heart shape primitive highlighting - `Bounded2d` by implementing and visualising bounding shapes, - `Measured2d` by implementing it, - `Meshable` to show the shape on the screen - The example also includes an `Extrusion<Heart>` implementing - `Measured3d`, - `Bounded3d` using the `BoundedExtrusion` trait and - meshing using the `Extrudable` trait. ## Additional information Here are two images of the heart and its extrusion:   --------- Co-authored-by: Jakub Marcowski <37378746+Chubercik@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objective
Solution
custom_primitiveswith a 2D heart shape primitive highlightingBounded2dby implementing and visualising bounding shapes,Measured2dby implementing it,Meshableto show the shape on the screenExtrusion<Heart>implementingMeasured3d,Bounded3dusing theBoundedExtrusiontrait andExtrudabletrait.Additional information
Here are two images of the heart and its extrusion:

