Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roziscoding/sierpinski-triangle
https://github.com/roziscoding/sierpinski-triangle
Last synced: about 18 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/roziscoding/sierpinski-triangle
- Owner: roziscoding
- Created: 2022-04-03T01:34:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T18:44:43.000Z (over 2 years ago)
- Last Synced: 2025-01-06T02:12:08.189Z (6 days ago)
- Language: Vue
- Homepage: sierpinski-triangle.vercel.app
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sierpinski Triangle Drawer
Simple tool to draw Sierpinski Triangles by drawing points between the corners of a triangle.
## Live
You can see the latest release at [roz.ninja/triangle](https://roz.ninja/triangle)
## Running
```bash
npm i
``````bash
npm run dev
```## About
Build using [Vite](https://vitejs.dev/), [Vue 3](https://vuejs.org/) and [TypeScript](https://www.typescriptlang.org/)