Stats
Basic The-Forge repo stats
1
2,289
4.4
3 months ago
ConfettiFX/The-Forge is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The-Forge Alternatives
Similar projects and alternatives to The-Forge
-
bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
-
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
-
cute_headers
Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
-
olcPixelGameEngine
The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts.
Hence, a higher number means a better The-Forge alternative or higher similarity.
Posts
Posts where The-Forge has been mentioned. We have used some of these posts to build our list of alternatives and similar projects - the last one was on 2021-03-29.
-
Looking for code only game engine
The Forge might be worth looking at: https://github.com/ConfettiFX/The-Forge
- What Enginetooling Was Used To Create Hades
-
How to optimize shadows in your rendering engine?
I wonder how efficient shadow mapping would be on the GPU (with and without RTX) using (screen space) ray casts with early exit and using (special tailored) BVHs. Iirc The Forge engineers implemented one which was pretty good. I'm curious if it'll be experimented with by AAA studios.