Media is too big
VIEW IN TELEGRAM
I have been rendering my planet for a 4K calming orbit ambiance video (full 4K video in comments)
https://redd.it/12ykrzf
@proceduralgeneration
https://redd.it/12ykrzf
@proceduralgeneration
This media is not supported in your browser
VIEW IN TELEGRAM
[Flash Warning] Another experiment w/ image-blends + rotating color-palette
https://redd.it/12z83tr
@proceduralgeneration
https://redd.it/12z83tr
@proceduralgeneration
Chrome Serpents // Me // 2023 // animated version in comments
https://redd.it/12zqzop
@proceduralgeneration
https://redd.it/12zqzop
@proceduralgeneration
Feedback for my dissertation project
Hello r/proceduralgeneration
I have been working on a procedural environment generation application for my dissertation, and would love to recieve some feedback on the environments that the program generates!
The application utilizes WebGL, and uses Marching Cubes to produce the final terrain mesh.
You can download the application from the GitHub repository, and please provide any feedback through the questionnaire.
I understand that some people may not want to download the application so I have provided some example screenshots of the environments that the program generates.
​
Snowy, mountainous-like environment
Desert-like environment
Forest-like environment
https://redd.it/12zrtzt
@proceduralgeneration
Hello r/proceduralgeneration
I have been working on a procedural environment generation application for my dissertation, and would love to recieve some feedback on the environments that the program generates!
The application utilizes WebGL, and uses Marching Cubes to produce the final terrain mesh.
You can download the application from the GitHub repository, and please provide any feedback through the questionnaire.
I understand that some people may not want to download the application so I have provided some example screenshots of the environments that the program generates.
​
Snowy, mountainous-like environment
Desert-like environment
Forest-like environment
https://redd.it/12zrtzt
@proceduralgeneration
GitHub
Release 1.0.0 · Bitheral/webgl-procedural-environment
What's Changed
Demo scene of environment by @Bitheral in #1
Marching cubes integration by @Bitheral in #2
Object scattering by @Bitheral in #3
Object scattering by @Bitheral in #4
Natural scat...
Demo scene of environment by @Bitheral in #1
Marching cubes integration by @Bitheral in #2
Object scattering by @Bitheral in #3
Object scattering by @Bitheral in #4
Natural scat...
Creating a procedural world with varying terrain
Pretty much the title. I have been able to create an infinite world generator using unity but the generated terrain from the noise map is repetitive.
I want to create a noise map capable of creating terrain that varies a lot, creating some terrain that's flat, some that's mountainous, some that's spiky, etc. My current noise map generator just creates repetitive noise of the same terrain type over and over again with no variation.
I've been trying to copy Minecraft's algorithm as an example but to no avail and I'm getting desperate
Thank you, and I appreciate any help
https://redd.it/12zxtby
@proceduralgeneration
Pretty much the title. I have been able to create an infinite world generator using unity but the generated terrain from the noise map is repetitive.
I want to create a noise map capable of creating terrain that varies a lot, creating some terrain that's flat, some that's mountainous, some that's spiky, etc. My current noise map generator just creates repetitive noise of the same terrain type over and over again with no variation.
I've been trying to copy Minecraft's algorithm as an example but to no avail and I'm getting desperate
Thank you, and I appreciate any help
https://redd.it/12zxtby
@proceduralgeneration
Reddit
r/proceduralgeneration on Reddit: Creating a procedural world with varying terrain
Posted by u/squiree98 - No votes and no comments
Recursive cube subdivision and translation (like an L-system) in geometry nodes in Blender
https://redd.it/130krit
@proceduralgeneration
https://redd.it/130krit
@proceduralgeneration
Reddit
r/proceduralgeneration on Reddit: Recursive cube subdivision and translation (like an L-system) in geometry nodes in Blender
Posted by u/kronpano - No votes and no comments
I made a heightmap generator that could create pretty nice-looking fantasy terrain. (Advice wanted)
https://redd.it/130lcn6
@proceduralgeneration
https://redd.it/130lcn6
@proceduralgeneration
Reddit
r/proceduralgeneration on Reddit: I made a heightmap generator that could create pretty nice-looking fantasy terrain. (Advice wanted)
Posted by u/butterenergy - No votes and 1 comment
While working on my game I made a highly optimized Noise Library for C#, I just made it open-source!
It's the fastest implementation of Perlin Noise out there! I commented on all the optimizations I did over standard implementations for anyone who is interested in the details of what I did. krubbles/Icaria-Noise: A highly-optimized C# noise-function library. (github.com)
A screenshot from my game :\) Will be posting more on it soon!
https://redd.it/131h252
@proceduralgeneration
It's the fastest implementation of Perlin Noise out there! I commented on all the optimizations I did over standard implementations for anyone who is interested in the details of what I did. krubbles/Icaria-Noise: A highly-optimized C# noise-function library. (github.com)
A screenshot from my game :\) Will be posting more on it soon!
https://redd.it/131h252
@proceduralgeneration
GitHub
GitHub - krubbles/Icaria-Noise: A highly-optimized C# noise-function library.
A highly-optimized C# noise-function library. . Contribute to krubbles/Icaria-Noise development by creating an account on GitHub.
My game creates planets divided in sectors, and each sector has procedural generated resources, walls, terrain, and many more things are also randomized. Its a planetary exploration company sim inspired in Vampire Survivors: it has unlocks, invent your own weapons by mixing features, and more.
https://redd.it/1326zxz
@proceduralgeneration
https://redd.it/1326zxz
@proceduralgeneration
Composing noise functions to create clouds
https://www.youtube.com/watch?v=MqbRNZc51uo
https://redd.it/132ac91
@proceduralgeneration
https://www.youtube.com/watch?v=MqbRNZc51uo
https://redd.it/132ac91
@proceduralgeneration
YouTube
Composing noise functions to create clouds
Mixing noise functions to create clouds with global cloud cover:
* cubemap for global cloud cover
* 3D Perlin noise sampled on a spherical surface for creating 2D blobs
* multiplied with vertical profile
* remapping using high frequency Worley noise for high…
* cubemap for global cloud cover
* 3D Perlin noise sampled on a spherical surface for creating 2D blobs
* multiplied with vertical profile
* remapping using high frequency Worley noise for high…