Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uberswe/triangulate
This was the source code for triangulate.xyz which is used to create computer generated art. Written with Golang and ReactJS.
https://github.com/uberswe/triangulate
computer-generated-art golang reactjs
Last synced: 2 months ago
JSON representation
This was the source code for triangulate.xyz which is used to create computer generated art. Written with Golang and ReactJS.
- Host: GitHub
- URL: https://github.com/uberswe/triangulate
- Owner: uberswe
- License: mit
- Archived: true
- Created: 2021-04-23T17:12:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T04:16:57.000Z (over 1 year ago)
- Last Synced: 2024-07-31T19:36:19.719Z (5 months ago)
- Topics: computer-generated-art, golang, reactjs
- Language: JavaScript
- Homepage:
- Size: 12.3 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Triangulate.xyz
This was the source code for Triangulate.xyz which allows you to create computer generated art.
I created this project to learn ReactJS, this was my first project. I also wanted to make a backend in Golang and learn how to integrate Stripe for payments.
Begin by copying the `.example.env` file to `.env` and make any needed changes. To run the project simply type the following in the root folder:
`yarn --cwd=assets build && go run cmd/triangulate/main.go`
This project takes a lot of concepts and code from [generative-art-in-go](https://github.com/preslavrachev/generative-art-in-go) and [triangle](https://github.com/esimov/triangle).
## LICENSE
All code falls under the MIT license unless otherwise specified.
Please see [LICENSE](LICENSE)## Security
Please see [Security.md](SECURITY.md).