in reply to Re^2: GUI challenge: clickable hexagonal tiled grid
in thread GUI challenge: clickable hexagonal tiled grid
It's a PSGI application, so it can be run via a few lines of Apache (mod_perl) configuration, or a three line CGI wrapper script, or save it as "app.psgi" and run plackup app.psgi.
I've gone the mod_perl route here: http://buzzword.org.uk/2012/hextiles/
PS I'll point out that I stole the idea (though not the exact technique) from Tantek Çelik. His is better.
|
|---|