You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Alexander Bass de9b6979a7 init 8 months ago
.eslintrc.js init 8 months ago
.gitignore init 8 months ago
LICENSE init 8 months ago
example.png init 8 months ago
index.html init 8 months ago
original.html init 8 months ago
package.json init 8 months ago
readme.md init 8 months ago
script.js init 8 months ago

readme.md

Parallel Color Band Gradient Generator

A program that creates images like this

Or more precisely, a program that creates stacked color bands forming a stepped gradient at a certain angle. You can see it action by running the index.html file. The actual code is in script.js

Setup

None needed! The only reason why this project has a package.json is to use ESlint.

Original

This is a rewrite of a program I made in 2021. I didn't like how it worked internally, or for that matter, how it looked externally so I rewrote it with new knowledge and I like it much better now.

Online

You can try this out on my website: Line Generator

I wrote about this rewrite on my blog(?): Project a Week 2 — Rewriting my First Program