The map generator was inspired by yurkth/stsmapgen. This is a port for use with OpenSiv3D.
- Set two points as start and end point.
- Make a circle with two points as its diameters.
- Set points within a circle by Poisson disk sampling.
- Find the shortest path using Dijkstra's algorithm.
- (permanently) Increase the cost of one edge in the path.
- Repeat steps No.4 to No.5.
stsmapgen_forSiv3D is provided under the MIT License. Please see the LICENCE file for details.
stsmapgen_forSiv3D uses the following MIT licensed library.