Knowledge requirements

When creating a generative art collection for Genify, you will need to master HTML techniques. When building a collection, you can use p5.js, three.js and other familiar front-end rendering technologies. The entry file for the collection is index.html.

At the same time, when your project is rendering, you need to ensure the same performance under the same genhash. You can use the incoming genhash to construct a deterministic random function. Don't worry if you're new to this technology. We have ready-to-use code snippets for you, just import them at the appropriate location in index.html.

Last updated