Search found 2 matches

by vubinaz
Mon Dec 19, 2016 8:18 am
Forum: Libraries and Tools
Topic: Planar graph generation
Replies: 3
Views: 3302

Re: Planar graph generation

Thanks!

Also, it is possible to use to generate galaxy maps or something like that ;)
by vubinaz
Sun Dec 18, 2016 8:06 pm
Forum: Libraries and Tools
Topic: Planar graph generation
Replies: 3
Views: 3302

Planar graph generation

Hey, everyone! I've worked on generating some planar graph, thought it might be useful for someone else. ;) Hope you'll find it useful. Demo (filmed 10fps, that's why it's laggy) demo.gif function love.load() points = {} hostPoints = {} connections = {} minDistance = 30 maxDistance = 60 -- Number of...