C
C#2w ago
03xej

✅ How do i import this nuget

i installed sdl2 nuget from here https://www.nuget.org/packages/sdl2.nuget how do i import it?
sdl2.nuget 2.32.4
Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games. SDL officially support...
No description
3 Replies
03xej
03xejOP2w ago
@ero this one is not for c++ this time https://www.nuget.org/packages/sdl2
sdl2 2.0.5
This is the Simple DirectMedia Layer, a generic API that provides low level access to audio, keyboard, mouse, and display framebuffer across multiple platforms.
03xej
03xejOP2w ago
how do i import it? none of these work
using static SDL2;
using static sdl2;
using static SDL;
using static sdl;
using static SDL2;
using static sdl2;
using static SDL;
using static sdl;
Unknown User
Unknown User2w ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?