Acknex-Configuration

Posted By: 3run

Acknex-Configuration - 06/21/21 16:39

My goal was to create configuration window similar to Unity's Configuration window.
I wanted to be able to set screen resolution, display mode, quality and input keybindings right before the game starts.

This tool uses imgui wrapper/plugin which was originally made by Patrick Jendral (jenGs), edited by forum members Txesmi and EVO.
Original sources can be found here: https://github.com/pjen/imgui-Lite-C-integration and here: https://github.com/txesmi/imgui-Lite-C-integration

This tool IS NOT a standalone tool, but a 'template' that shows how to setup imgui in order to configure your game settings.
This tool uses WinAPI to find all supported resolutions of the primary monitor (big thanks to forum members Superku and Emre).

Known issues:
Quote
- no gamepad support for keybindings (only mouse+keyboard) as I don't own xinput device. I might add support in future;
- video resolution in windowed mode can't be higher than the desktop resolution.

Screenshots:
[Linked Image]
[Linked Image]

Download from repository:
https://github.com/3RUN/Acknex-Configuration

Best regards!
© 2024 lite-C Forums