Robert Campbell

Results 28 comments of Robert Campbell

> As compared to bgfx/LLGL/Diligent, wouldn't IGL be akin to Google's Filament? No, IGL is low level like Diligent/LLGL/bgfx. Filament is a high level renderer implementing a scene graph, PBR,...

> You can take look here for sdl3 bindings: https://github.com/amerkoleci/Alimer.Bindings.SDL Thanks! I'll check it out. Ultraviolet currently uses a patched build of SDL2 for Android. I'll either needs to drop...

I'll also need bindings for the gesture detection functionality that was dropped in SDL3. Perhaps that could be implemented in C# instead of bindings. https://github.com/libsdl-org/SDL_gesture

@tlgkccampbell Do you remember why you patched SDL instead of using the standard SDL main?

Thanks! I will look into this in the next week or so. It would be ideal if I could drop the patch, but the patch is very small so it's...

https://github.com/dotnet/Silk.NET looks like this project uses an unpatched version of SDL for Android. I'll check out how they do it there.

The second option is what I think will be more useful.

You can look at O3DE as an example of how something like this could be organized. For example, with their AzCore library (equivalent of Foundation in ez), https://github.com/o3de/o3de/tree/development/Code/Framework/AzCore there's that...