
What are some good tutorials for making 2D games with C# in ... - Reddit
Mar 10, 2022 · I'm a beginner who's goal is to learn programming through making games, anyone know of some good tutorials/frameworks for making 2d games? (example: platformers, even classic rpg's)
Looking for a lightweight C# 2d game engine : r/csharp - Reddit
Aug 28, 2020 · Greetings, I'm looking for a simple 2d game engine or openGL wrapper for .net (preferably .net standard/core, but it is not that important - see purpose) akin to Java's slick2d. I don't …
What's a good C# graphics library? : r/csharp - Reddit
Apr 6, 2022 · 242K subscribers in the csharp community. All about the object-oriented programming language C#.
Is there a way to utilize the gpu in a C# program? : r/csharp
Dec 25, 2021 · Is there a way to utilize the gpu in a C# program? I'd like to make a benchmarking program which I can benchmark both the cpu and gpu. The cpu is no problem (as that's already what …
Any good open source C# graphing libraries? : r/csharp - Reddit
Dec 10, 2022 · Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. A …
c# 3d graphics lib : r/csharp - Reddit
Oct 20, 2023 · c# 3d graphics lib i am wanting to try out c# 3d but ive found opengl and stuff like that is to hard is there and good 3d libs with a good tutorial
Why am I getting this error about System.Drawing? : r/csharp
Jun 23, 2020 · The System.Drawing types aren't completely included in every project type because: Not every project works with bitmaps, particularly non-GUI apps like Console apps or many ASP .NET …
The most basic way to draw 3D graphics using C#? - Reddit
May 4, 2023 · I would die to have something like this for 3D and in C#, which I know well and love much more than javascript. Just want to start making objects right away, set up camera movement easily, …
What are the Capabilities of C# in 3D graphics : r/csharp - Reddit
May 28, 2020 · So,is it possible to create something on a level of unreal engine for example,in terms of graphics and performance? Iam mostly asking this because of managed code, and jit perspective.
DirectX vs. OpenGL vs. Vulkan as a C# Developer? : r ... - Reddit
It's a viable language to do graphics programming in. I wrote a graphics abstraction library in C# that uses D3D11, Vulkan, Metal, OpenGL, and WebGL. Most of the native wrappers were written …