Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dkvilo/dk_console
- Owner: dkvilo
- License: unlicense
- Created: 2022-10-26T13:15:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T18:43:02.000Z (7 months ago)
- Last Synced: 2024-04-25T20:55:54.483Z (7 months ago)
- Language: C
- Homepage: https://dkvilo.github.io/dk_console/wasm-build/console.html
- Size: 1.56 MB
- Stars: 28
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-raylib - dk_console
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!