doonv / bevy_dev_console

Source-inspired developer console plugin for the Bevy game engine.
Apache License 2.0
112 stars 10 forks source link

Error revamp #17

Closed doonv closed 6 months ago

doonv commented 6 months ago

Objective

Fix https://github.com/doonv/bevy_dev_console/issues/6 and do a bunch of other refactoring changes

Solution

Make ParseError have pretty printing and make it add CommandHints


Breaking Changes