Patrick Gutlich
Patrick Gutlich
I'm having the same issue in aminogfx-gl. I copied the rssFeed demo from aminogfx-core and made the changes to have it work with aminogfx-gl. I always see the 'blank' when...
Hey Josh, here is a link to a simple example showing the issue using aminogfx-gl (so maybe i should at this issue to the other repo) https://gist.github.com/gepatto/2cb357b025d43ee9cd72 AminoNodes underneath the...
I don't think these are hxcpp issues. I am using hxcpp 4.2.1 from haxelib on my Pi4, not a git version. mesa drm is not part of haxe or hxcpp,...
> I'm talking about `lime build rpi` on a regular machine. Result not work on Pi 4 That's right, you would need to setup cross compiling tools on win/linux/mac to...
> What depends? I got all the apt depends on the lime gh page except for multilib since their not in apt. Maybe you could try building a armhf Friday...
I have been testing PI4 support for lime on a private fork of Lime. KMSDRM support requires a newer version of SDL that is still being developed. I think that...
Hey Guys, I have been working on raspberry pi support for OpenFL. Basically I managed to get SDL working specifically for the rpi. I know Kore is not using SDL...
SDL is using alsa for audio. Maybe that's less work than openmax? On the raspberry pi opengl(es) in x11 is only possible with experimental drivers at the moment and there's...
@RafaelOliveira, my SDL fork isn't really relevant anymore, everything has now been implemented in lime's SDL https://github.com/native-toolkit/sdl Input devices are scanned with UDEV mouse is detected here: https://github.com/native-toolkit/sdl/blob/master/src/core/linux/SDL_udev.c#L348 And input...
Awesome. If you need me to do some testing let me know.