Our great sponsors
-
bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
This new Android game kit is a step in the right direction because now you have less JNI/NDK stuff to deal with, BUT it locks you into the Google ecosystem even more. I would not recommend. Most PC game ported to mobile/other platform use SDL2 to manage the audio/input/file access cross platform. And then use something like bgfx or angle for the rendering back end.
-
This new Android game kit is a step in the right direction because now you have less JNI/NDK stuff to deal with, BUT it locks you into the Google ecosystem even more. I would not recommend. Most PC game ported to mobile/other platform use SDL2 to manage the audio/input/file access cross platform. And then use something like bgfx or angle for the rendering back end.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Related posts
- Are there any game engines or game frameworks that are simple to use and well documented? Anything with c++, python, kotlin, or java support will work. 2d is a must - have.
- Feasibility of a GTK <-> Qt 'transpiler'?
- Do graphics companies ever use C or "C style C++"?
- What would be most beneficial to learn to get back up to speed?
- BGFX DirectX11 "Failed to create vertex shader" over Windows 10x64, but works fine under Win7x86 with d3d9.