DK Console is a super simple drop-in dev console for your Raylib game/engine.
Webassembly Demo: https://dkvilo.github.io/dk_console/wasm-build/console.html
- Copy the
dk_console.h
anddk_ui.h
files into your project. - Include the header in your main file.
- Follow the example integration in
source/main.c
Happy coding!