Angga Permana

Results 13 comments of Angga Permana

i already made raylib-cs run on android on [this](https://github.com/anggape/Raylib-cs) repo but i think we need a custom build of raylib, because of [this line](https://github.com/raysan5/raylib/blob/e87caa268784e8947f76bf3f6b45699553337709/src/rcore.c#L698) on raylib source

> @anggape Hi, can you write a guide on how to set up raylib-cs to run on Android? everything is [here](https://github.com/anggape/Raylib-cs/blob/master/Raylib-cs.Android/MainActivity.cs)

also you need to instal android workload documented [here](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-install)

sorry for slow response, i think i accidentally deleted the previous implementation while ago, but i reimplement it again here https://github.com/anggape/Raylib-cs/tree/android

@sdb7 if you use `Raylib-cs.Native` from master branch it does not include android native libraries until #186 finished, you need to manualy download `Raylib-cs.Native.[SOME_VERSION].nupkg` from github artifacts, use https://github.com/anggape/raylib-cs-samples if...

i think https://github.com/civetweb/civetweb is a good fit for this project. it meets all the requirements discussed earlier: MIT license, websocket client + server, mbedtls support, and small size

edit: sorry i reply in the wrong issue

added github actions for building from sources instead of copying native library from raylib releases https://github.com/anggape/Raylib-cs/tree/native-runtimes i also added android build https://github.com/anggape/Raylib-cs/tree/android tag @ChrisDill

should i create new `Raylib-cs.Native` package and move native library there? and maybe turn `Raylib-cs` package into metapackage so user can use custom native library, this would make #169 possible