Jannik Vogel
Jannik Vogel
I'm cross-compiling and getting the following: ``` $ make install [...] [100%] Linking C static library libkissfft-float.a [100%] Built target kissfft Install the project... -- Install configuration: "" -- Installing:...
I'm trying to extend https://github.com/rfc2822/GfxTablet with cross-platform support, but pynput can't do pressure yet. Some material that could be relevant for API design or implementation: - For uinput, see https://github.com/rfc2822/GfxTablet/blob/128060d724fd58a6d5b922b2c94422252c613fa8/driver-uinput/networktablet.c#L31-L51...
I was trying to use pynput to set the mouse-coordinates on macOS. However, the coordinate system on the multi-monitor setup wasn't clear to me (i.e. the image is split across...
``` BoostTuple.java:117: error: constructor DemangledDataType in class ghidra.app.util.demangler.DemangledDataType cannot be applied to given types; DemangledDataType ddt = new DemangledDataType(matcher.group(1)); ^ required: java.lang.String,java.lang.String,java.lang.String found: java.lang.String reason: actual and formal argument lists...
These are things I've observed while doing a hacky port to Linux (as a halfway point while porting to original Xbox): - I assume the last parameter of `GPU_SetUniform` is...
There's currently no build-system. The README recommends to copy https://github.com/Ryzee119/lvgl-sdl/blob/master/example/CMakeLists.txt Additionally, that makefile adds a manual build-system for lvgl, which should not be necessary. This is not how CMake usually...
To my surprise lvgl also has SDL support built into it for the simulators: - Each of https://github.com/lvgl?q=lv_sim&type=&language=&sort= seems to use it - `MONITOR_SDL_INCLUDE_PATH` in driver configuration controls it? What...
I did notice that https://github.com/denetii/io_thps_scene/blob/4ca99033f44103d1130f5b2ca237b8237a2fc3fa/import_thps2.py#L46-L50 uses the same value twice. This makes it impossible for `VERSION_NUM_THPS2X` to be used. Additionally, nothing ever checks for `VERSION_NUM_THPS2X`. I have recently worked on...
I believe that the old TRG format is not supported. See https://github.com/JayFoxRox/thps2-tools for a partially working stand-alone implementation.
I think the example code should be moved elsewhere; similar as for the https://github.com/grame-cncm/faustlibraries.git submodule. CI systems could either download a zip for the latest files, or developers can synchronize...