On Sun, Mar 13, 2016 at 12:16 AM,  <[email protected]> wrote:
> Hello everyone,
> I am studying "modeling and simulation" course in my university and I chose 
> Netlogo as a simulator example, i want to understand its source code so that 
> i can add extensions and API's.
> I don't know Scala, and i am not used to analyze such bug projects source 
> codes.
> i will be grateful if anyone helped me to go through this.

Developer documentation is in https://github.com/netlogo/netlogo/wiki.
Some architecture docs are in
https://github.com/NetLogo/NetLogo/wiki/Architecture and other pages
in the wiki.

The full source code is huge — wrapping your head around all of it
takes months, if not years. So you shouldn't even try. It's better to
approach it with a task in mind and then learn whatever ends up being
required by the task.

One good way to start is to write some code of your own that uses the
Extensions API or the NetLogo API.

You can ask questions here and at https://gitter.im/NetLogo/NetLogo.

good luck,
Seth

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to