CalSch / texture-generator

A website that generates many type of textures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

texture-generator

It's a website that generates textures

plan for file structure

Each type of texture is contained in a script in a folder, each one has a class that extends a base class. Each class specifies the options, a function to add the options to the config, and a render function that changes an ImageData variable.

plan for textures

  • white noise
  • blue noise
  • voronoi noise
  • perlin noise
  • fractal sine waves

About

A website that generates many type of textures

License:GNU General Public License v3.0


Languages

Language:HTML 39.0%Language:JavaScript 36.9%Language:CSS 24.1%