WhiteMagic

Results 41 issues of WhiteMagic

Implementation of the response curve UI, i.e. the curve aspect as well as the deadzone. The entire curve rendering aspect needs to be redone as QML handles this differently. Functionality...

major-work
ui
core

major-work
ui
core

R14's profile structure no longer assigns actions directly to inputs but rather assigns library items to actions. The library items are the objects that encode the actions to run. Therefore...

major-work
ui
core

Reimplement the macro action for R14. This mainly is UI work as the macro system itself will be reused as it doesn't need any or only minor changes to address...

major-work
ui

With the addition of a library that allows generating arbitrary PDF files I will be able to render text in arbitrary locations on an image, which will allow me to...

new feature

Currently only physical input axes can be merged via the merge axis option. In certain situations being able to merge vJoy axes of output devices could be useful. As the...

enhancement
medium-work

Implement an action that lists all available actions that can be linked or copied into the given action set. This is the main interface to utilize the library system to...

new feature
medium-work

This will collect all action fixes and improvements.

bug
minor-work

A simple periodic callback function seems to be broken due to some issues with comparison operator for partial functions not existing. A simple example that breaks is the following: ```python...

bug
medium-work

Adding an overarching system to allow attaching callbacks to all sort of events from Gremlin would be ideal. Events can include: - mode change - profile loading - profile activation...

new feature
major-work
core