Results 1 to 5 of 5

Thread: How do I automate "web"-based map

  1. #1

    Default How do I automate "web"-based map

    Hello everyone,

    Firstly, I would like to thank you for all that content. It allows creators to greatly expand their ideas.

    Context :

    I'm actually building up an artistic collective based on the idea of the "rhizome". It comes from french philosophers Deleuze & Guattari and express a system that aren't based on a "root". Instead of a center, there's multiple lines that draw movement & path. It's a very interesting concept that can be found in the book "A thousand plateaus" for the one who're interested in.

    Question :

    To materialize this concept, we're building up an internet website. To be more clear, I want to make a visual representation of that concept : it could looks like a "web", or a "galactic sky", with points & lines spread apart and connected to each other. I know how to "handcraft" it with THE GIMP, but :

    1. Is there a way to automate the process ? i.e. something that could generate these kind of patterns.
    2. A 2 dimensional picture would be great, but at some point we imagine this as an animated 3d picture. Is there a tool that can do that ?

    Thanks.

    Click image for larger version. 

Name:	a3103054479_16.jpg 
Views:	25 
Size:	124.2 KB 
ID:	107778

  2. #2
    Guild Artisan Guild Supporter Tenia's Avatar
    Join Date
    Dec 2016
    Location
    France
    Posts
    621

    Default

    Hi Fractale and welcome ! I might be out of line but you could look at (social) network analysis softwares... One out of many that comes to mind is Gephi (https://gephi.org/) Yed editor which I use at work has also good features (but less graphical capacities) and accept many input and output formats.

  3. #3

    Default

    Awesome, thanks. Seems interesting for my project.

  4. #4
    Administrator Redrobes's Avatar
    Join Date
    Dec 2007
    Location
    England
    Posts
    7,201
    Blog Entries
    8

    Default

    Image Magick and some kind of scripting language like python or perl could do it. You could run the script offline and generate all of the images and serve them in a normal web server or you could run the script as part of CGI or PHP based thing on a web server that could serve up the images dynamically. If the content is only lines and circles, like in the image above, then you could do it with a scripting language and then use it to write SVG graphics and the local machine browser would render them dynamically. Finally you could use browser based WebGL to do it.

    The ability for it to be animated comes down to processing speed of a local machine if the content is dynamic or the amount of images and the bandwidth if you render the images offline.

  5. #5

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •