The-Forge
Veldrid
The-Forge | Veldrid | |
---|---|---|
34 | 12 | |
4,833 | 2,495 | |
0.8% | 0.4% | |
7.5 | 5.5 | |
about 2 months ago | 6 months ago | |
C++ | C# | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
The-Forge
- WebKit Switching to Skia for 2D Graphics Rendering
- 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.
- The Forge 1.53: Steam Deck support, dropped EASTL containers, docking imgui
-
How many semaphores do really I need?
To my understanding, every source I've read says that this should cause issues, but in practice it doesn't. What gives? Did I miss something? Here are multiple examples using the latter approach.
- So this is very likely BGS first game to use DX12
-
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:
-
Some information about the Creation Kit changes for Starfield.
So, I'm not sure if it is widely known, that Starfield is going to be running on a lot of "The Forge." The creators of The Forge says it was added to Creation Kit in 2019. This will open a LOT of new systems for Bethesda games.
- SoLoud - Game Audio Engine ที่ใช้งานง่าย (มาก) และ opensource สำหรับ C++
Veldrid
-
Is there a real time graphics llibrary in c#
I'd recommend Veldrid
-
Question: How to create OpenGL C# Bindings from scratch? (Bear with me please...)
So, for example, Veldrid, a low cross-platform graphics API-agnostic rendering and compute library for .NET, has its own bindings to provide different graphics backends. How were those created? Is it a completely manual process? are tools available? How are those maintained?
-
I need something like Pygame + PyOpenGL or LWJGL, but for C#/.NET
https://github.com/mellinoe/veldrid and https://github.com/dotnet/Silk.NET are nice wrappers around several graphic apis
-
C# voxel dev for mac & windows?
Check out Veldrid.
-
Game engine for programmars
Veldrid is a lower level engine that abstracts away a bunch of backends for you. Youll have to build your own pieces on top.
-
What graphic frameworks you recommend?
Also noteworthy: Veldrid
-
Is modern C# a good choice for writing a Vulkan engine?
in addition to what everyone has said already, take a look at https://github.com/mellinoe/veldrid
-
Custome game engine: what stack ?
Veldrid for graphics although I think SILK.net would also work well.
-
Efficient, cross-platform graphics library?
If you’re interested in C#, You could look into Veldrid. It is 3D however, so im not sure how easy it is to do 2D with it. ImGui.NET is a set of .NET bindings for Dear ImGui, which is one of the best immediate mode gui librarys out there imo. It has a canvas feature which allows you to draw 2D shapes via the gui renderer. Also, the creator of Veldrid and ImGui.NET has an example project for ImGui.NET using veldrid..
-
XNA vs FNA vs Monogame
Veldrid attempts to wrap several graphics api, directx11, metal, opengl, and vulkan. You would have to write most things from scratch but this lib will work cross platform. Probably not consoles though.
What are some alternatives?
bgfx - Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Silk.NET - The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
DiligentEngine - A modern cross-platform low-level graphics library and rendering framework
OpenTK - The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.
filament - Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
ImGui.NET - An ImGui wrapper for .NET.
VulkanSceneGraph - Vulkan & C++17 based Scene Graph Project
Win2D - Win2D is an easy-to-use Windows Runtime API for immediate mode 2D graphics rendering with GPU acceleration. It is available to C#, C++ and VB developers writing apps for the Windows Universal Platform (UWP). It utilizes the power of Direct2D, and integrates seamlessly with XAML and CoreWindow.
Helix Toolkit - Helix Toolkit is a collection of 3D components for .NET.
vulkan-guide - Introductory guide to vulkan.
Vortice.Windows - .NET bindings for Direct3D12, Direct3D11, WIC, Direct2D1, XInput, XAudio, X3DAudio, DXC, Direct3D9 and DirectInput.