NetLogo / Teletortoise

NetLogo on the JVM, mirrored to your browser
7 stars 6 forks source link

extensions should be supported #4

Open TheBizzle opened 9 years ago

TheBizzle commented 9 years ago

From @SethTisue on September 26, 2013 22:24

it would be very nice to be able to use the GIS extension, the old and new network extensions, arrays, tables, matrices, etc.

Copied from original issue: NetLogo/Galapagos#69

TheBizzle commented 9 years ago

From @SethTisue on September 26, 2013 22:24

GIS extension in particular is #68

TheBizzle commented 9 years ago

I was able to trivially get extension support going by just making an extensions symlink at the root of the Play project directory. However, stuff like the GIS extension that attempts to load to a data file relative to the model... that's going to take more effort. I suspect that some changes have to be made to the NetLogo extension manager to accommodate for the fact that we're loading models from URLs.

TheBizzle commented 9 years ago

From @SethTisue on September 26, 2013 22:56

I think Git supports adding symlinks to version control? if not, you could add code to the build definition that makes the symlink

TheBizzle commented 9 years ago

Yes, it does support that, and that's fine, but the problem isn't really solved until extra files can be loaded, which isn't something that we can easily handle with symlinks, I think.