Skip to content

Commit f1d5836

Browse files
authored
doc: add references section to user guide (#61)
1 parent 8de91c6 commit f1d5836

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

honeycomb-guide/src/index.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,22 @@ at your preference.
8989
The [SPDX](https://spdx.dev) license identifier for this project is `MIT OR Apache-2.0`.
9090

9191
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as
92-
defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
92+
defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
93+
94+
## References
95+
96+
### Combinatorial Maps
97+
98+
- Damiand, Guillaume, and Pascal Lienhardt. *Combinatorial Maps: Efficient Data Structures for Computer Graphics and
99+
Image Processing*. Chapman&Hall/CRC, 2015.
100+
- Provides an in-depth presentation of the structure and its variants
101+
- [Link](https://hal.science/hal-01090890v1)
102+
- The CGAL Project. *CGAL User and Reference Manual*. CGAL Editorial Board, 5.6.1 edition, 2024.
103+
- Provides concrete examples as well as code snippets of the CGAL implementation of the structure. The CGAL
104+
implementation uses a different approach than ours, & support N-dimensionnal map.
105+
- [Link](https://doc.cgal.org/latest/Combinatorial_map/)
106+
107+
### Integration
108+
109+
- The repository structure and workspace system is heavily inspired by
110+
the [wgpu repository](https://github.com/gfx-rs/wgpu)

0 commit comments

Comments
 (0)