home.social

#perlinnoise — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #perlinnoise, aggregated by home.social.

fetched live
  1. Perlin's Noise Algorithm? 🤔 More like Perlin's Guide to Random Gibberish. 📚🔍 Who knew generating noise could be so noisy? 🙄 Just another day in the life of a self-proclaimed tech wizard. 🧙‍♂️✨
    blog.jaysmito.dev/blog/02-perl #PerlinNoise #RandomGibberish #TechWizard #CodingHumor #AlgorithmFun #HackerNews #ngated

  2. 🎨🤖 "I made 25 squiggly doodles with Perlin noise and now consider myself an Artist™. Marvel at my 'genius' as I find enlightenment in the 'refreshing' simplicity of code that anyone with a calculator watch could replicate. Check out my #GitHub to witness this 'innovative' chaos born from PhD procrastination. 📈💤"
    sighack.com/post/getting-creat #artificialintelligence #generativeart #coding #creativity #PerlinNoise #HackerNews #ngated

  3. How do you programmatically generate non-uniform, natural forms? Perlin noise is a foundational algorithm for this task.

    This Silphium Design guide provides a technical walkthrough for using Perlin noise in JavaScript to create animated 3D mountain terrain. It covers 2D heightmaps, fractal noise (fBm), and 3D implementation.

    A solid resource for generative art and digital biophilia.

    Read the guide: silphiumdesign.com/natural-for

    #JavaScript #PerlinNoise #GenerativeArt #ProcGen #p5js #Threejs

  4. Entspannungsprogrammieren am Abend.

    Perlin-Rauschen gibt es auch in höheren Dimensionen – hier animiert auf nur einem von 3 Parametern.

    #javascript #perlinnoise #creativecoding

  5. Meu corretor ortográfico sugeriu "Pernil" noise... deve estar com fome. (#PerlinNoise)

  6. 🎲🖥️ Behold the "comprehensive" #guide to Perlin noise, where you too can learn to turn #randomness into majestic... #blobs. James Wilkins bravely ventures into the treacherous terrain of explaining the obvious, ensuring even the hills and caves are bored to tears by his thoroughness. 🌄💤
    jdhwilkins.com/mountains-cliff #PerlinNoise #GamingTech #ProgrammingHumor #HackerNews #ngated

  7. #genuary27 - Code for one hour

    I spent an hour playing with Perlin Noise. Each color is based on the same noise field but with higher octaves added.

    #genuary #perlinnoise #perlin #generativeart

  8. #genuary21 - "Use a library that you haven't used before".

    Believe it or not, I've never used the Processing library, so I tried it out and generated this image of flow through a Perlin noise field. It does seem nice, but I probably won't adopt it regularly simply because I've already built up my own library of similar graphics functions over the years, and that's what I'm used to using now. I guess I like doing things the hard way.

    #genuary #processing #perlinnoise #vectorfield

  9. So, if your #Python team needs some #TeamBuilding "creative" activities, and your firm has a budget for that, you can call me to teach some terrible coding stuff, like how to create plant-like self-similar shapes with #LSystem (en.wikipedia.org/wiki/L-system). Or maybe some #PerlinNoise textures? There is no better way of spending corporate money than contracting me to show dubious graphics code that is almost impossible to test! Don't waste this opportunity!

  10. Im on the hunt for procedural noise that I can give an x and y and it gives me a value between 0 and 1 that would be good for rivers. Please drop some names of algorithms

    #Noise #PerlinNoise #ProcGen

  11. Is it possible to have #PerlinNoise generate a pattern that will seamlessly loop?


    I.E. if I generate a square I want to be able to tile it and have it match seamlessly
  12. is a noise implementation in .

    noise is an n-dimensional noise generation algorithm that creates noise that follows a natural gradient according to several parameters. OpenSimplex noise is not patented, and has a very simple API with good performance and coherent results without artifacts.

    Website 🔗️: github.com/smcameron/open-simp

  13. Perlin Noise Helps Make Trippy Typographic Art - Perlin noise is best explained in visual terms: if a 2D slice of truly random noise looks like even ... - hackaday.com/2021/03/10/perlin #perlinnoise #generative #processing #vectorart #art

  14. Rainbow Perlin Noise Worm (Update)

    Ich habe mir noch einmal den in den Farben des Regenbogens umherirrenden, in Processing.py, dem #Python-Mode von #Processing, programmierten Perlin-Noise-Wurm vorgenommen und dabei festgestellt: Wenn man auf dumme Tippfehler verzichtet, dann funktioniert auch beginDraw() mit dem so nützlichen with-Statement. Das korrigierte Code-Schnipsel sieht also nun so aus: blog.schockwellenreiter.de/202 #ProcessingPy #CreativeCoding #TheNatureOfCode #PerlinNoise