Skip to content
/ nb2nl Public

A rust lib/cli tool for transpiling a NetsBlox project xml file into Netlogo source

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.txt
MIT
LICENSE-MIT.txt
Notifications You must be signed in to change notification settings

dragazo/nb2nl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nb2nl

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.

About

A rust lib/cli tool for transpiling a NetsBlox project xml file into Netlogo source

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.txt
MIT
LICENSE-MIT.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages