
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#.
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. …
What are some good tutorials for making 2D games with C# in
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 …
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 …
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 …
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
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 …
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 …
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 …
how do i code graphics with no Library : r/C_Programming - Reddit
Nov 4, 2022 · Some terminal emulators support graphics character sets or bitmappy things like Sixel (in which case, your program won’t directly use any extra libraries, but only because the …