bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.12k stars 156 forks source link

Does Gaia need a mutable world binding any more? #788

Closed bryanedds closed 5 months ago

bryanedds commented 5 months ago

Talking it over today in the meet and I think I realized we may not need this global mutable binding any more. Might be able to just thread it through like normal Nu code. It does already appear that it will continue to need its other global mutables, like world pasts and futures and other editor state that is independent of undo / redo operations.

bryanedds commented 5 months ago

It don't.