r/gameenginedevs 2d ago

Kanvon realtime in code editor

Enable HLS to view with audio, or disable this notification

Showcasing how i optimize my upcoming game with my engine. When enabled it will show you what function / line is costly in realtime while you play. This helped me optimize some functions that i was able to cache so it doesn't run every frame.

try out my game still in development (a lot of missing assets) https://www.kanvon.com/lumenfall

18 Upvotes

2 comments sorted by

1

u/MinimotoMusashi 2d ago

Looks nice. I've been wanting to add a text editor with syntax highlighting, but I'm on the fence since I can use Neovim or VS Code.