-
Notifications
You must be signed in to change notification settings - Fork 409
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
C++ Example setup, examples for point3d/arrow3d/disconnectedspace #2908
Merged
Conversation
This file contains 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
Wumpf
commented
Aug 4, 2023
teh-cmc
approved these changes
Aug 4, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
4a06863
to
4abc3b1
Compare
Base automatically changed from
andreas/cpp/include-and-namespace-change
to
main
August 4, 2023 09:24
…fix single field assignment
e65020d
to
83276b7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🌊 C++ API
C/C++ API specific
🧑💻 dev experience
developer experience (excluding CI)
📖 documentation
Improvements or additions to documentation
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.
What
Adds C++ example build setup and examples for:
Point{2|3}D
migration to archetypes #2789Arrow3D
migration to archetypes #2785Transform3D
+DisconnectedTransform
migration to archetypes #2791as before Point2D example is blocked on rects for the moment.
Generating a bunch more methods now for better usability. Still lacking user extensions though, in particular Point3D construction is poor right now
Examples can be built in bulk with
./tests/cpp/build_all_doc_examples.sh
Then run with
./build/tests/cpp/doc_example_point3d_EXAMPLE_NAME
They all connect to localhost on default port for now.
Point3D Simple:

Point3D Random:

Arrow3D:

Disconnected Space:

Dependent on #2906
Checklist