Yann BOYER
❔ Visual Studio thinks SDL2(using SDL2;) doesn't exists but package is installed(via NuGet).
Yes, or maybe I can use a alternative lib, what do you recommend for a lib that can draw shapes(pixels as rectangle/square) on a gui(which is multi-platform) ?
I want to make a Chip8 Emulator in C# to improve my skills in C#.
23 replies
❔ Visual Studio thinks SDL2(using SDL2;) doesn't exists but package is installed(via NuGet).
Yes, I could use this instead, but.. it seems that the project is no longer maintained(latest commit in the github page is January 2023 and it doesn't wrap the latest version of sdl2).
23 replies
❔ Visual Studio thinks SDL2(using SDL2;) doesn't exists but package is installed(via NuGet).
https://github.com/cspspemu/cspspemu/blob/master/CSPspEmu.Frontend.SDL/Program.cs
This code, written in C# use this lib(found in the .csproj).
This is a little bit weird. 🤔
23 replies