Graph support for Hollywood?

Feature requests for future versions of Hollywood can be voiced here
Post Reply
jalih
Posts: 280
Joined: Fri Jun 18, 2010 8:08 pm
Location: Finland

Graph support for Hollywood?

Post by jalih »

How about adding a graph support for Hollywood? It would allow non rectangular game maps easily and handles other useful stuff also.

8th supports graphs and graphs now also support Uniform Cost search (and also A* when heuristic function is given). Here is a sample demo video of a web application using a graph to do floor plan path finding. It uses a simple 8th CGI script to generate a route SVG with just a few lines of code.

I think graph support would make a nice addition to Hollywood!
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Graph support for Hollywood?

Post by airsoftsoftwair »

Well unless there's an open source library that could be used to do this it's very unlikely to come in Hollywood.
Post Reply