Crate nb2nl[][src]

Expand description

nb2nl is a small crate for translating NetsBlox code into Netlogo source.

NetsBlox is a block-based programming environment based on Snap!. By using sprites and clones, NetsBlox can simulate complex multi-agent behavior; however, this is quite slow at scale. Netlogo is a specialized tool for simulating relatively large multi-agent systems in a similar manner. This crate serves as a translation bridge so that projects can be written in simple block-based NetsBlox code, but can be translated into and run by Netlogo.

Structs

Netlogo

Holds information about translated Netlogo code.

Enums

ParseError

Possible errors for the NetsBlox to Netlogo conversion.