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

Expand the usage example in the README to include reading the grid and multithreading #7

Open
lfsalasg opened this issue Apr 22, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers important! Issues that must be a priority to solve
Milestone

Comments

@lfsalasg
Copy link
Owner

The current example is a basic idea on how to create a 3D-Grid that contains Point3D elements, but it misses a lot of basic ideas of this crate such as:

  • Implementation of the common trait: Cardinality
  • Reading and walking through the grid
  • Spatial concepts such as neighbors and bounding cell.
  • The usage of IsoHashGrid for multithreading

All these points are features of the current crate and shoudl be depicted in the front page of the repo and the (future) documentation.

@lfsalasg lfsalasg added documentation Improvements or additions to documentation good first issue Good for newcomers important! Issues that must be a priority to solve labels Apr 22, 2023
@lfsalasg lfsalasg added this to the v0.1.3 milestone May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers important! Issues that must be a priority to solve
Projects
None yet
Development

No branches or pull requests

1 participant