Coder Social home page Coder Social logo

unrealfastnoise's Introduction

UnrealFastNoise

Modular, Blueprint-friendly noise generation for UE4

Consists of a wrapper and blueprint utility functions around noise generation code from https://github.com/Auburns/FastNoise.

Provides a modular system for mixing noise generators in Blueprint.

Note that the returned noisegenerator UOBJECT must be held in a variable to about being GC'ed.

Modules :

  • NoiseGenerator - The main noise generator.
  • SelectModule - Select from two different modules using a 3rd as a mask. Supports interpolation.
  • 3SelectModule - Select from 3 different modules using a 4th as a mask.
  • BlendModule - Blends between two different modules using a 3rd.
  • ScaleBiasModule - Multiplies/Adds values from input module.
  • WarpModule - Applies domain warping to the input module.
  • AddModule - Adds two input module values together.
  • ConstantModule - Returns a constant value.
  • Simple/Fractal/Cellular Modules - More focused versions of NoiseGenerator (same code, just simpler nodes)
  • RadialModule - Blends between 2 input modules based on distance from a given point.

unrealfastnoise's People

Contributors

drezil avatar michaeltchapman avatar midgen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.