setzer22 / blackjack

A procedural, node-based modelling tool, made in rust 🦀
Mozilla Public License 2.0
1.41k stars 59 forks source link

Copy & Paste #73

Closed setzer22 closed 1 year ago

setzer22 commented 1 year ago

This PR brings Copy&Paste! It's a simple, but effective implementation. It builds on top of the serialization system introduced in #62, and works by serializing a portion of the graph as a text snippet.

Text snippets can then be pasted across multiple blackjack windows, or even shared by pasting them in your favourite chat application!

copy_paste

This PR also brings several additional improvements! Scroll down below for details.