SaaSHub helps you find the best software and product alternatives Learn more →
The-Forge Alternatives
Similar projects and alternatives to The-Forge
-
bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
-
DiligentEngine
A modern cross-platform low-level graphics library and rendering framework
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
filament
Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
-
-
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
-
PixiJS
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
-
BabylonJS
Babylon.js is a powerful, beautiful, simple, and open game and rendering engine packed into a friendly JavaScript framework.
-
-
LWJGL
LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
-
-
-
vulkan_best_practice_for_mobile_developers
Vulkan best practice for mobile developers
-
imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
-
Phaser
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
The-Forge reviews and mentions
- Not only Unity...
-
Ask HN: Released games built on FOSS engines?
Oh, I forgot a few major ones:
https://github.com/ConfettiFX/The-Forge was used in No Man's Sky, Hades and Starfield.
https://github.com/jrouwe/JoltPhysics is the physics engine in Horizon Forbidden West.
-
Amnesia TDD HPL2 refactor
This is a toy project that I've been working on for the past few months. Essentially, I've rewritten all the rendering code for the engine using BGFX. This means that all the fixed function OpenGL 1.2 code has been removed from the engine. BGFX supports OpenGL 3.3 and DirectX11, but there are still some rendering artifacts with DirectX11, so the engine still uses OpenGL when running on Windows. I've been considering switching to The Forge (https://github.com/ConfettiFX/The-Forge) if I want to have more control over the rendering pipeline. However, this is a complex topic with significant implications for the codebase. I've already done the hard work of eliminating clumsy abstractions in the engine and simplifying the render pipeline, so it's just a matter of deciding what direction I want to take.
-
Looking for a C++ 2D/3D rendering engine/api.
The-Forge might fit:
- SoLoud - Game Audio Engine ที่ใช้งานง่าย (มาก) และ opensource สำหรับ C++
-
API of Graphics APIs
We’re using The Forge (https://github.com/ConfettiFX/The-Forge) for this.
-
Is there a list of resources which help to abstract over OpenGL and Vulkan, as their as their GLSL dialects? (DirectX and HLSL are also welcomed)
Check out TheForge
-
SDL vs Unreal
Or if you prefer something similar to SDL but little bit high level with support for console and enterprise. There is the forge. https://github.com/ConfettiFX/The-Forge
-
If you DON'T use UE/Unity what is your workflow
How about The Forge as base?
-
What is a good absolutely minimalist game/rendering engine?
Someone recommended The Forge render framework to me, bit I haven't tried it. Seems to already have a lot of platform support.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa34489f0>
www.saashub.com | 3 Dec 2023
Stats
ConfettiFX/The-Forge is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of The-Forge is C++.