Rafael Oliveira
Rafael Oliveira
This issue is related to the scrolling of the html elements? or is only related to the scrollbars? I tried to implement the scroll using the scrollTop of the elements...
great, thanks for all the information! I will look everything. Yesterday I compiled haxe 3.2 to the PI with the help of some people in the OpenFL forum (starting here...
https://github.com/AndrewFromMelbourne/raspidmx https://jan.newmarch.name/RPi/ (complete free ebook about programming with the gpu)
Robert did a livestream where he implemented the window initialization and graphics on the Pi. https://www.twitch.tv/robdangerous/v/54008949 (the video has 4h of duration) the code is mostly here https://github.com/KTXSoftware/Kore/blob/master/Backends/Pi/Sources/Kore/System.cpp but the...
I found this library that implements input using evdev. The library is very small, the code could be copied (if permited). I tried to compile the example but the makefile...
@RobDangerous the keycodes for the keyboard are in linux/input.h (as #define).
Rendering video in OpenGL with OpenMAX https://jan.newmarch.name/RPi/OpenMAX/EGL/ this is part of a online ebook https://jan.newmarch.name/RPi/index.html
@gepatto Could you show in your SDL fork where the input is implemented? Keyboard is implemented in Kha, the code was ported from this library https://github.com/progschj/pigu. Now I'm trying to...
The ShaderTool class is being used in the shader filters. It is class to create custom shaders to use with kha.Graphics2. The class is very portable, there is nothing specific...
It seems Kha wasn't added properly. I'm not good to deal with problems in submodules, so I will show a different way. First download this repo and unpack in your...