Matt Emson
Matt Emson
Hey, BeOS PowerPC uses PEF and apps built with (for example) CodeWarrior on the Mac that link against the BeOS shared libraries will run under BeOS. I was wondering how...
I've added Reliable Writes for Android to my fork's master branch. I don't want to send you a pull request as I hacked the code a lot to remove the...
I'm using only the Android part of the library code. I have an app that uses "known devices" only, so every device has been explicitly paired to the phone in...
BeOS?
There is currently no emulator that can emulate the PowerPC version of BeOS. If you were to get to the point this boots to MacOS, and emulates a PCI Mac...
This makes the P/Invoke interface work again. No idea is this will be useful, but it really does put things back to working in a pure DNA built on to...
Hi all, I recently had a request to support OSMDroid style map caches. The file format is a sqlite database with a single table in it. The single `tiles` table...
**Mapsui Version** 4.1.3 **Mapsui Platform** WPF (though it probably can happen on other platforms depending on how similar the logic is.) **Device** Windows desktop, and Windows tablets. **Describe the bug**...
This adds in the basic support for Osmdroid format SQLite map files. It probably does not have every possible feature and it also is not fully optimised yet (I have...
I realise these are on the roadmap. I was wondering if there would be a window where the Renderer from [here](https://github.com/memsom/VectorTileRenderer) (derived from [this one](https://github.com/AliFlux/VectorTileRenderer)) could be abstracted to an...