Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sketchpunklabs/irregular_grid
Examples of generating and using irregular grids
https://github.com/sketchpunklabs/irregular_grid
procedural threejs
Last synced: 1 day 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T17:02:49.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T21:32:07.971Z (6 days ago)
- Topics: procedural, threejs
- Language: JavaScript
- Homepage:
- Size: 546 KB
- Stars: 42
- Watchers: 1
- Forks: 3
- 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
[![twitter](https://img.shields.io/badge/Twitter-profile-blue?style=flat-square&logo=twitter)](https://twitter.com/SketchpunkLabs)
[![npm](https://img.shields.io/badge/Github-donate-blue?style=flat-square&logo=github)](https://github.com/sponsors/sketchpunklabs)
[![youtube](https://img.shields.io/badge/Youtube-subscribe-red?style=flat-square&logo=youtube)](https://youtube.com/c/sketchpunklabs)
[![Patreon](https://img.shields.io/badge/Patreon-donate-red?style=flat-square&logo=youtube)](https://www.patreon.com/sketchpunk)
[![Ko-Fi](https://img.shields.io/badge/Ko_Fi-donate-orange?style=flat-square&logo=youtube)](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
```