MewPurPur / GodSVG

A vector graphics application for structured SVG editing, available on all major desktop platforms. Currently in late alpha.
https://godsvg.com
MIT License
1.23k stars 57 forks source link

Implement debug info #705

Closed MewPurPur closed 4 months ago

MewPurPur commented 4 months ago

2 lil extra nodes telling a couple of useful things like FPS and static memory, could make it easier to identify bugs and troubleshoot with users. Triggered with F11.

Changes the codebase to always use TranslationServer.translate() instead of tr(). This is a bit lengthier which is annoying, but it's just a clean translation function, which makes it work in a static context too.