Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dkvilo/dk_console

DK Console is a super simple drop in dev console for your raylib game/engine.
https://github.com/dkvilo/dk_console

Last synced: 3 months ago
JSON representation

DK Console is a super simple drop in dev console for your raylib game/engine.

Awesome Lists containing this project

README

        

# Dev Console

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

[DEMO VIDEO](https://www.youtube.com/watch?v=c6IXiEBWHXk)

## Usage

1. Copy the `dk_console.h` and `dk_ui.h` files into your project.
2. Include the header in your main file.
3. Follow the example integration in `source/main.c`

Happy coding!