Skip to content
Jens Eckervogt edited this page Apr 24, 2023 · 1 revision

Welcome to the DeafMan1983.Interop.SDL3 wiki!

If you downloaded from nuget.org then you need download Conversion for string and sbyte * click here

And you can develop your game launch:

namespace YourGame;

using System;

// string and sbyte * conversion functions:
using static DeafMan1983.ConvFunctions;

// SDL3 for C#
using DeafMan1983.Interop.SDL3;
using static DeafMan1983.Interop.SDL3.SDL3;

unsafe class Program
{
    // For variable

    // Add Startup or Run function

    static void Main()
    {
        // Add for Startup() or Run();
    }
}

And continue ...

Clone this wiki locally