LogoShapes: A Library of NetLogo Vector Graphics 🔶

Hi everyone!

I’m excited to share my new NetLogo project: LogoShapes.

LogoShapes is a library of NetLogo vector graphics. It offers scalable, editable versions of NetLogo’s iconic shapes as well as new designs, enabling you to customize visuals for simulations and educational materials without loss of quality.

How It Works

Shapes are provided in both SVG and NetLogo XML formats. You can browse them in the repository’s svg and xml directories.

The collection features all 230 shapes from NetLogo 7.0.3:

Acorn Shape   Airplane 2 Shape   Airplane Shape   Ambulance Shape   Ant 2 Shape   Ant Shape   Apple Shape   Arrow 2 Shape   Arrow 3 Shape   Arrow Shape   Ball Baseball Shape   Ball Basketball Shape   Ball Football Shape   Ball Tennis Shape   Balloon Shape   Ballpin Shape   Banana Shape   Bee 2 Shape   Bee Shape   Bike Shape   Bird 2 Shape   Bird 3 Shape   Bird Side Shape   Bird Shape   Boat 2 Shape   Boat 3 Shape   Boat Top Shape   Boat Shape   Book Shape   Bottle Shape   Bowling Pin Shape   Box 2 Shape   Box Shape   Bread Shape   Bug Shape   Building Institution Shape   Building Store Shape   Bulldozer Top Shape   Bus Shape   Butterfly 2 Shape   Butterfly Shape   Cactus Shape   Campsite Shape   Cannon Carriage Shape   Cannon Shape   Car Side Shape   Car Top Shape   Car Shape   Cat Shape   Caterpillar Shape   Check Shape   Checker Piece 2 Shape   Checker Piece Shape   Chess Bishop Shape   Chess King Shape   Chess Knight Shape   Chess Pawn Shape   Chess Queen Shape   Chess Rook Shape   Circle 2 Shape   Circle Shape   Clock Shape   Cloud Shape   Coin Heads Shape   Coin Tails Shape   Computer Server Shape   Computer Workstation Shape   Container Shape   Cow Skull Shape   Cow Shape   Crate Shape   Crown Shape   Cylinder Shape   Dart Shape   Default Shape   Die 1 Shape   Die 2 Shape   Die 3 Shape   Die 4 Shape   Die 5 Shape   Die 6 Shape   Dog Shape   Dollar Bill Shape   Dot Shape   Drop Shape   Egg Shape   Electric Outlet Shape   Emblem Shape   Exclamation Shape   Eyeball Shape   Face Happy Shape   Face Neutral Shape   Face Sad Shape   Factory Shape   Fire Department Shape   . . .

Learn more at: GitHub - danielvartan/logoshapes: 🔶 A Library of NetLogo Vector Graphics

GitHub Stars are always appreciated! :star:

Cheers,

Daniel Vartanian

4 Likes

These are fantastic! We plan to support basic SVG in NetLogo’s shape editor in the near future, so when that time comes, it would be great to see these converted shapes make their way into the default shape library!

2 Likes

Here is a .nlogo file with a number of new shapes, referenced in a prior netlogo forum post. -CB

newShapes.nlogo (36.6 KB)

3 Likes

Hi Corey,

I’ve just added your shapes to the library! You can check out the update here.

Thanks again for the contribution!

logolink now includes get_netlogo_shape(), a new utility function that connects to the GitHub API to facilitate downloading shapes from the LogoShapes project.