Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).