Our great sponsors
-
Not sure if you mean games or drivers, but AMDVLK uses C++ for it's usermode driver, it disables features like exceptions, RTTI etc. From my experience, games are generally the same. The kernel is still C though.
-
bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
BGFX is a somewhat popular cross-platform rendering library that is written in C-style C++ (the author calls it Orthodox C++ ).
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Starting a new Project in 2022, Vulkan or OpenGL?
- 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'?
- 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.