KdotJPG / Noise-ExtrasLinks
Noise & procedural generation code pieces that I didn't feel needed whole repos all to themselves.
☆33Updated last year
Alternatives and similar repositories for Noise-Extras
Users that are interested in Noise-Extras are comparing it to the libraries listed below
Sorting:
- Successors to OpenSimplex Noise, plus updated OpenSimplex.☆630Updated last year
- Smooth transitions over biome borders using scattered point evaluations.☆23Updated 4 years ago
- Greedy meshing for complex voxel data☆171Updated 8 years ago
- FastNoise Java Version☆76Updated 4 years ago
- Noise generation library for Java, based on the libnoise C++ library. It is used to generate coherent noise, a type of smoothly-changing …☆112Updated 2 weeks ago
- A Minecraft clone demo (master thesis)☆246Updated 2 years ago
- Rewrites terrain generation components in Minecraft to improve their visual results.☆34Updated 7 months ago
- The Realistic Terrain Generation mod for Minecraft.☆247Updated last year
- Optimised voxel mesh generation, written in C# and open sourced from the Vercidium Engine.☆116Updated last year
- A Perlin's Simplex Noise C++ Implementation (1D, 2D, 3D)☆342Updated 4 years ago
- Minecraft Terrain Generator for Bukkit/Spigot/Forge☆206Updated last month
- Optimised particle system, written in C#, rendered with OpenGL and open sourced from the Vercidium Engine.☆19Updated 4 years ago
- OpenGL & Java Voxel Engine☆15Updated 2 months ago
- Public repository for all the game code for Seed of Andromeda.☆330Updated 4 years ago
- A Fabric mod to generate new and more interesting terrain!☆55Updated 4 years ago
- cave generation using worley noise☆19Updated 3 years ago
- ☆250Updated 5 months ago
- A Library that allows you to generate noise using different algorithms.☆65Updated last year
- 3D rendered proc-gen world test. C++ homebrew voxel engine for agent-driven prodedural generation / world simulation☆375Updated 2 years ago
- An advanced Java library for GLSL parsing, program transformation, and printing that uses ANTLR4. Developed and maintained by @douira.☆55Updated last week
- Pure Java random generator for planets☆47Updated 6 years ago
- Custom voxel engine written in C++ and OpenGL☆79Updated 2 years ago
- ☆224Updated 8 years ago
- Adds realistic terrain to minecraft☆51Updated last year
- Modular node graph based noise generation library using SIMD, C++17 and templates☆1,200Updated 2 weeks ago
- C++ SIMD Noise Library☆619Updated 4 years ago
- Java JNI bindings for Nvidia PhysX☆113Updated 2 months ago
- Use this to start any new mod. It already has code to do many common things such as creating new blocks, items, entities, tileentities, c…