amithm3 / nPerlinNoise

A robust open source implementation of Perlin Noise Algorithm for N-Dimensions in Python
https://pypi.org/project/nPerlinNoise/
MIT License
21 stars 2 forks source link

Create an interactive website #14

Open Amith225 opened 2 years ago

Amith225 commented 2 years ago

maybe use reactjs, mui, pyodide

ELIJAHJOHNNY commented 2 years ago

Hi! Amith.... Is there any specification of what type of website you expect?

Amith225 commented 2 years ago

@ELIJAHJOHNNY it should have numeric inputs, sliders etc for various parameters of Noise, Gradients, LinearColorGradient any time it changes it should do an API call to nPerlinNoise, maybe through pyodide(client side) and display the image

Amith225 commented 2 years ago

refer #19