| Crates.io | nb2nl |
| lib.rs | nb2nl |
| version | 0.2.0 |
| created_at | 2021-06-14 18:34:24.662944+00 |
| updated_at | 2021-09-12 17:02:03.209128+00 |
| description | A small crate for translating NetsBlox code into Netlogo source. |
| homepage | |
| repository | https://github.com/dragazo/nb2nl |
| max_upload_size | |
| id | 410054 |
| size | 272,446 |
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.