angelovAlex
angelovAlex
Did you find any solution? Another UI library? Seems that mouse/keyboard/etc events in ruby2d are implemented using simple2d library. I checked simple2d project and it has 'in progress' pull request...
It turned out that developer of simple2d and ruby2d is the same person :)
So since I really needed touch support I had to add it manually. The funny thing is that only 10 lines of code is missing to add basic touch up/down...
Just open those files with any hex editor that can show you ASCII values of bytes and you will see a pattern. All information is stored in raw binary structure,...
I believe there's also an information of how to calculate the actual value (for example, it can say that value should be multiplied by 0.25, but it didnt really looked...
Found something? I designed a board with this mcu, planing to use a panel with i8080 too. I did no receive hardware yet, but checked software. In this repo, in...
There're actually templates for Xcode. You need to install them from ``` /System/Library/Frameworks/NetworkExtension.framework/Versions/A/Resources/NEProviderTargetTemplates.pkg ``` But I have not found the way of how to activate a vpn. As there's no...
In README.md it says: ``` The NEProvider family of APIs require the following entitlement: com.apple.developer.networking.networkextension packet-tunnel-provider app-proxy-provider content-filter-provider The SimpleTunnel.app and the provider extensions will not run if they are...