AerialodSlopefield
Slopefield data generator for Aerialod
What is this?
See the main AerialodSlopefield website.
What you need
- This code;
- .NET Core 3.1 SDK – make sure to download the SDK for .NET Core, not the Runtime, and neither .NET Framework;
- Aerialod
How to use it
- Open a console in folder
AerialodSlopefield
and execute the following:dotnet run -- -f test.asc
- Start Aerialod and open or drag file
AerialodSlopefield/test.asc
in that window - Experiment and enjoy
- Edit file
AerialodSlopefield/RenderFunction.cs
, alter the function as you wish, and start over from the top - Execute
dotnet run -- --help
to learn about the various options, and start over from the top