klassmann / libnoise-csharp

libnoise port to C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibNoise C# - .NET Core

A C# port from C++ libnoise. Almost all modules have been ported, I am working on some changes from the original library, but the goal is to keep the same algorithms, only changing some features like the pipeline between the modules. It is an incomplete project.

There are other libraries but my intention here is to be compatible with the C++ library and learn some of the algorithms.

I am finishing the basic port and after this, I will polish features and add tests.

Work-In-Progress

Requirements

Examples

There are some examples inside the libnoise-demo project folder, I will make a better demo after finishing the port.

For running the demo, go and install the .NET Core CLI and run the command inside the folder:

dotnet build
dotnet run

Some Images

Example1 Example2 Example3

LICENSE

LGPL-2.1

About

libnoise port to C#

License:GNU Lesser General Public License v2.1


Languages

Language:C# 99.5%Language:Smalltalk 0.5%