TriGen
This is a simple tool designed to generate random triangle-based geometric patterns. This was developed as a tool to generate assets for a group software engineering project at university. The tool was developed using vanilla JavaScript and can be seen in action below.
SC Tri Gen
This project uses the trianglify library to generate the patterns, based on a number of preset configurations (that relate to the project that was being worked on).
The source code for this project can be found by reading the source code for this page using whatever your browsers
development tools are (i.e. right-click and inspect element, Ctrl+Shift+I, etc). The main class is called
TriGen
.