https://github.com/sketchpunklabs/irregular_grid
Examples of generating and using irregular grids
https://github.com/sketchpunklabs/irregular_grid
procedural threejs
Last synced: 11 months ago
JSON representation
Examples of generating and using irregular grids
- Host: GitHub
- URL: https://github.com/sketchpunklabs/irregular_grid
- Owner: sketchpunklabs
- License: mit
- Created: 2022-06-10T18:55:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T21:20:50.000Z (about 1 year ago)
- Last Synced: 2025-03-25T19:53:38.709Z (12 months ago)
- Topics: procedural, threejs
- Language: JavaScript
- Homepage:
- Size: 551 KB
- Stars: 47
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-game-engine-dev - irregular-grid - Examples of generating and using irregular grids. [[Demos](https://sketchpunklabs.github.io/irregular_grid/)] (Libraries / JavaScript)
README
# Irregular Grid
[](https://twitter.com/SketchpunkLabs)
[](https://github.com/sponsors/sketchpunklabs)
[](https://youtube.com/c/sketchpunklabs)
[](https://www.patreon.com/sketchpunk)
[](https://ko-fi.com/sketchpunk)

Demos : https://sketchpunklabs.github.io/irregular_grid/
### Development Setup ###
```
git clone --depth=1 https://github.com/sketchpunklabs/irregular_grid
cd irregular_grid
npm install
npm run start
```