> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hilbert Curve Generator

> AI context for Hilbert Curve Generator. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/DaveMakesStuff/hilbert-curve-generator).

> **Community submission — not verified by nTop.** This package was submitted by an outside community member and has not been reviewed or verified by nTop. Treat its accuracy, safety, and compatibility claims with appropriate caution.

## Summary

Create a Hilbert Curve polycurve of up to eight iterations.

## Package Details

| Field            | Value                                                                 |
| ---------------- | --------------------------------------------------------------------- |
| **ID**           | `hilbert-curve-generator`                                             |
| **Type**         | Block                                                                 |
| **Author**       | DaveMakesStuff                                                        |
| **Version**      | 0.1.0                                                                 |
| **nTop Version** | 4.12+                                                                 |
| **Domain**       | Geometry                                                              |
| **Complexity**   | Intermediate                                                          |
| **Tags**         | `Hilbert`, `Hilbert curve`, `polycurve`, `space-filling curve`, `SFC` |
| **License**      | MIT                                                                   |
| **Verified**     | No                                                                    |

***

Create a Hilbert Curve polycurve of up to eight iterations.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities-community.git
```

The package lives at `packages/DaveMakesStuff/hilbert-curve-generator/`.

## Usage

1. Open the provided `.ntop` file in nTop 4.12+.
2. Input the edge length of the square that will contain the Hilbert Curve
3. Select iterations from 1 to 8

## Inputs & outputs

| Name          | Type         | Notes                                                         |
| ------------- | ------------ | ------------------------------------------------------------- |
| `Edge Length` | Scalar value | Edge length of the square that will contain the Hilbert Curve |
| `Iterations`  | Choice       | Select iterations from 1 to 8                                 |
| `Output`      | Polycurve    | Output Hilbert Curve                                          |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/DaveMakesStuff/hilbert-curve-generator](https://community.ntop.com/packages/DaveMakesStuff/hilbert-curve-generator)
