Skip to content

Toolbox for geometry functions, procedural generation, perlin noise, voronoi diagrams

Notifications You must be signed in to change notification settings

voidshard/cartographer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What

Toolbox of geometry & noise functions, 2d map utils, procedural map generation logic etc.

Packages

  • geo: operations using our shapes (bezier curves, convex hulls, dividing polygons to triangles etc)
  • landscape: generates simple landscape maps (collections of 2d greyscale images) using pkg tools
  • perlin: package for creating perlin noise images
  • rand: simple util for creating random shapes, points, voronoi diagrams etc
  • shapes: holds simple shapes used throughout the lib (polygon, point etc)
  • voronoi: generates voronoi diagrams from points, also includes pathing calculation logic (dijkstra)

About

Toolbox for geometry functions, procedural generation, perlin noise, voronoi diagrams

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages