Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.11 KB

skNoise

The ultimate noise addon

Get on skUnity

SkriptHubViewTheDocs


Welcome to the repository of skNoise, everything is documented on Skript Hub (Located above).

skNoise adds a bunch of cool number generators to use for anything that uses pseudo numbers, some use cases could be:

  • Land Generators
  • Chest Reward Generators
  • Seeded Random Number Generation
  • Smooth Random Particles
  • And much more!

Open Source Projects

Here's a list of all open source projects that use skNoise:

  • None yet! You can add your project here with a pull request :)

Developers

There is nothing special to building skNoise, the project uses Maven, with no special configurations or jars imported.

To Contribute

  • Clone the repository to your local machine
  • Open the project in your preferred IDE
  • Change what you would like to
  • Propose the changes with details about what you changed.