simplex.noise.loop
>> Support a charity (<- a few are listed here) || Support me on -> patreon | ko-fi
>> This program is distributed in the hope that it will be useful, but without any warranty
About
Generate seamless noise loops and export them to a GIF.
In this repository you'll find a few examples on how to create a Simplex Noise Loop with the `[jit.bfg]` object within Max Jitter. The patches further demonstrate how these noise loops can be applied on various geometry such as a line, circle, plane and particle coordinates generated with the `[jit.gl.mesh]` object. Furthermore the patches demonstrate how these noise-loops can be captured with `[jit.record]` to a `.gif` file format, how you can set resolution, fps, loop-length, noisiness, noise-scale and more parameters. Some patches also include some post-processing on the captured texture of the mesh with `[jit.gl.node]` through `[jit.gl.pix]`.
Install
1. download zip
2. unzip
3. Open any of the patches
If you have any questions, comments, bug-reports or suggestions. Please feel free to contact me via info@timohoogland.com or on Github @tmhglnd.
License
The MIT License
The artistic and aesthetic output of the software in the examples is licensed under: Creative Commons Attribution-ShareAlike 4.0 International License
(c) Timo Hoogland 2021-2024
Github
You can also clone the repository from: https://github.com/tmhglnd/simplex-noise-loop
includes