dsrw / enu

A Logo-like 3D environment, implemented in Nim
http://getenu.com
MIT License
449 stars 15 forks source link

REPL #31

Open dsrw opened 7 months ago

dsrw commented 7 months ago

The console should take input that can be evaluated in the context of the player object, or, if the code tool is selected and an object is highlighted, it should be evaluated in the context of the highlighted object.

Also some basic utility commands should be added, so the console can be used to quit, make basic queries about the world, change levels, or connect to servers.