Compare commits
No commits in common. "master" and "v1.0.0" have entirely different histories.
@ -6,14 +6,10 @@
|
|||||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||||
<Authors>Thorsten Sommer</Authors>
|
<Authors>Thorsten Sommer</Authors>
|
||||||
<Copyright>Thorsten Sommer</Copyright>
|
<Copyright>Thorsten Sommer</Copyright>
|
||||||
<PackageProjectUrl>https://github.com/SommerEngineering/NoiseEngine</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/SommerEngineering/CubicNoise</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/SommerEngineering/NoiseEngine</RepositoryUrl>
|
<RepositoryUrl>https://github.com/SommerEngineering/CubicNoise</RepositoryUrl>
|
||||||
<PackageTags>Noise, Procedural Generation, Cubic Noise</PackageTags>
|
<PackageTags>Noise, Procedural Generation, Cubic Noise</PackageTags>
|
||||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
|
||||||
<FileVersion>1.0.0.0</FileVersion>
|
|
||||||
<Version>1.0.0.1</Version>
|
|
||||||
<Description />
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
|
@ -7,10 +7,5 @@ This library was implemented especially for .NET Core 3.1 and newer. It is there
|
|||||||
# Acknowledgments
|
# Acknowledgments
|
||||||
I thank Job Talle for his cubic noise algorithm. In [his article](https://jobtalle.com/cubic_noise.html) you can read more about the algorithm and its properties. My implementation is based on [the implementation of Job](https://github.com/jobtalle/CubicNoise).
|
I thank Job Talle for his cubic noise algorithm. In [his article](https://jobtalle.com/cubic_noise.html) you can read more about the algorithm and its properties. My implementation is based on [the implementation of Job](https://github.com/jobtalle/CubicNoise).
|
||||||
|
|
||||||
# Citation
|
|
||||||
The library can also be cited in scientific works, for example as follows:
|
|
||||||
|
|
||||||
*Sommer, Thorsten (2020): NoiseEngine. Github: https://github.com/SommerEngineering/NoiseEngine, DOI: [doi.org/10.5281/zenodo.3605397](https://doi.org/10.5281/zenodo.3605397)*
|
|
||||||
|
|
||||||
# License
|
# License
|
||||||
This library uses the BSD 3-clause license.
|
This library uses the BSD 3-clause license.
|
Loading…
Reference in New Issue
Block a user