Walgelijk 0.32.1
dotnet add package Walgelijk --version 0.32.1
NuGet\Install-Package Walgelijk -Version 0.32.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Walgelijk" Version="0.32.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Walgelijk" Version="0.32.1" />
<PackageReference Include="Walgelijk" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Walgelijk --version 0.32.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Walgelijk, 0.32.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Walgelijk@0.32.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Walgelijk&version=0.32.1
#tool nuget:?package=Walgelijk&version=0.32.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Een kleine, simpele 2D game engine
var game = new Game(
new OpenTKWindow("Videogame", new Vector2(-1), new Vector2(1280, 720)),
new OpenALAudioRenderer()
);
game.UpdateRate = 120;
game.FixedUpdateRate = 60;
game.Window.VSync = false;
TextureLoader.Settings.FilterMode = FilterMode.Linear;
Resources.SetBasePathForType<FixedAudioData>("audio");
Resources.SetBasePathForType<StreamAudioData>("audio");
Resources.SetBasePathForType<Texture>("textures");
Resources.SetBasePathForType<Font>("fonts");
game.Scene = new Scene(game);
scene.AddSystem(new CameraSystem());
scene.AddSystem(new TransformSystem());
var camera = scene.CreateEntity();
scene.AttachComponent(camera, new TransformComponent());
scene.AttachComponent(camera, new CameraComponent
{
PixelsPerUnit = 1,
OrthographicSize = 1,
ClearColour = new Color("#a8a3c1")
});
#if DEBUG
game.DevelopmentMode = true;
game.Console.DrawConsoleNotification = true;
#else
game.DevelopmentMode = false;
game.Console.DrawConsoleNotification = false;
#endif
game.Window.SetIcon(Resources.Load<Texture>("icon.png"));
game.Profiling.DrawQuickProfiler = false;
game.Start();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- Microsoft.Extensions.Logging (>= 9.0.8)
- Microsoft.Extensions.Logging.Console (>= 9.0.8)
- Newtonsoft.Json (>= 13.0.3)
- SkiaSharp (>= 3.119.0)
- TextCopy (>= 6.2.1)
NuGet packages (11)
Showing the top 5 NuGet packages that depend on Walgelijk:
Package | Downloads |
---|---|
Walgelijk.Onion
IMGUI module for Walgelijk |
|
Walgelijk.OpenTK
Windowing, input, video, and audio interface for Walgelijk using OpenTK |
|
Walgelijk.SimpleDrawing
Immediate-mode drawing API |
|
Walgelijk.AssetManager
Provides support for asset packages |
|
Walgelijk.OpenTK.MotionTK
Adds video playback functionality to the Walgelijk.OpenTK package using a modified version of MotionTK |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Walgelijk:
Repository | Stars |
---|---|
studio-minus/madness-interactive-reloaded
Moddable videogame based on Madness Combat
|
Version | Downloads | Last Updated |
---|---|---|
0.32.1 | 95 | 8/15/2025 |
0.32.0 | 218 | 2/12/2025 |
0.31.1 | 151 | 1/25/2025 |
0.30.0 | 336 | 12/9/2024 |
0.29.12 | 172 | 12/1/2024 |
0.29.11 | 146 | 11/27/2024 |
0.29.10 | 200 | 11/12/2024 |
0.29.9 | 170 | 11/7/2024 |
0.29.8 | 185 | 10/13/2024 |
0.29.7 | 150 | 10/11/2024 |
0.29.6 | 274 | 9/24/2024 |
0.29.5 | 179 | 9/22/2024 |
0.29.4 | 204 | 9/22/2024 |
0.29.3 | 193 | 9/21/2024 |
0.29.2 | 258 | 9/12/2024 |
0.29.1 | 396 | 9/7/2024 |
0.29.0 | 356 | 9/4/2024 |
0.27.0 | 141 | 8/28/2024 |
0.26.2 | 193 | 8/24/2024 |
0.26.1 | 161 | 8/23/2024 |
0.26.0 | 238 | 8/23/2024 |
0.25.0 | 193 | 8/19/2024 |
0.24.6 | 250 | 7/3/2024 |
0.24.5 | 131 | 7/3/2024 |
0.24.4 | 151 | 6/6/2024 |
0.24.3 | 140 | 6/5/2024 |
0.24.2 | 134 | 6/4/2024 |
0.24.1 | 145 | 6/2/2024 |
0.24.0 | 228 | 5/26/2024 |
0.23.7 | 139 | 5/22/2024 |
0.23.6 | 179 | 4/27/2024 |
0.23.5 | 260 | 4/22/2024 |
0.23.4 | 310 | 4/20/2024 |
0.23.3 | 223 | 4/4/2024 |
0.23.2 | 212 | 4/3/2024 |
0.23.1 | 142 | 4/2/2024 |
0.23.0 | 150 | 3/27/2024 |
0.22.0 | 210 | 3/17/2024 |
0.21.9 | 164 | 3/4/2024 |
0.21.8 | 189 | 3/2/2024 |
0.21.7 | 245 | 2/21/2024 |
0.21.4 | 148 | 2/21/2024 |
0.21.3 | 230 | 1/29/2024 |
0.21.2 | 164 | 1/29/2024 |
0.21.1 | 143 | 1/29/2024 |
0.21.0 | 200 | 1/29/2024 |
0.20.0 | 198 | 1/28/2024 |
0.19.5 | 197 | 1/27/2024 |
0.19.4 | 146 | 1/27/2024 |
0.19.3 | 169 | 1/26/2024 |
0.19.2 | 310 | 1/24/2024 |
0.19.1 | 129 | 1/24/2024 |
0.19.0 | 174 | 1/23/2024 |
0.18.10 | 387 | 12/20/2023 |
0.18.9 | 143 | 12/11/2023 |
0.18.8 | 380 | 11/17/2023 |
0.18.7 | 161 | 11/10/2023 |
0.18.6 | 337 | 11/4/2023 |
0.18.5 | 213 | 10/31/2023 |
0.18.4 | 162 | 10/31/2023 |
0.18.3 | 159 | 10/31/2023 |
0.18.2 | 141 | 10/31/2023 |
0.18.1 | 297 | 10/30/2023 |
0.17.0 | 204 | 10/10/2023 |
0.16.7 | 197 | 10/28/2023 |
0.16.5 | 154 | 10/12/2023 |
0.16.4 | 178 | 10/10/2023 |
0.16.3 | 330 | 10/9/2023 |
0.16.0 | 335 | 9/27/2023 |
0.15.2 | 250 | 9/25/2023 |
0.15.1 | 243 | 9/23/2023 |
0.15.0 | 308 | 9/23/2023 |
0.14.0 | 196 | 9/23/2023 |
0.13.5 | 401 | 8/24/2023 |
0.13.4 | 367 | 8/15/2023 |
0.13.3 | 360 | 7/31/2023 |
0.13.2 | 354 | 6/25/2023 |
0.13.1 | 190 | 6/23/2023 |
0.13.0 | 207 | 6/22/2023 |
0.12.1 | 203 | 6/19/2023 |
0.12.0 | 304 | 6/17/2023 |
0.11.2 | 222 | 6/14/2023 |
0.11.1 | 273 | 6/2/2023 |
0.10.11 | 391 | 5/20/2023 |
0.10.10 | 376 | 5/18/2023 |
0.10.9 | 354 | 5/15/2023 |
0.10.8 | 256 | 5/13/2023 |
0.10.7 | 248 | 5/5/2023 |
0.10.6 | 311 | 5/2/2023 |
0.10.5 | 220 | 5/2/2023 |
0.10.4 | 208 | 5/2/2023 |
0.10.3 | 308 | 4/29/2023 |
0.10.1 | 224 | 4/29/2023 |
0.10.0 | 472 | 4/29/2023 |
0.9.17 | 328 | 4/26/2023 |
0.9.16 | 252 | 4/25/2023 |
0.9.15 | 285 | 4/25/2023 |
0.9.14 | 256 | 4/24/2023 |
0.9.11 | 248 | 4/23/2023 |
0.9.10 | 242 | 4/23/2023 |
0.9.9 | 513 | 4/22/2023 |