Walgelijk 0.31.1

dotnet add package Walgelijk --version 0.31.1                
NuGet\Install-Package Walgelijk -Version 0.31.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.31.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Walgelijk --version 0.31.1                
#r "nuget: Walgelijk, 0.31.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.
// Install Walgelijk as a Cake Addin
#addin nuget:?package=Walgelijk&version=0.31.1

// Install Walgelijk as a Cake Tool
#tool nuget:?package=Walgelijk&version=0.31.1                

logo

Nuget

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.31.1 0 1/25/2025
0.30.0 168 12/9/2024
0.29.12 148 12/1/2024
0.29.11 125 11/27/2024
0.29.10 173 11/12/2024
0.29.9 148 11/7/2024
0.29.8 166 10/13/2024
0.29.7 131 10/11/2024
0.29.6 255 9/24/2024
0.29.5 153 9/22/2024
0.29.4 185 9/22/2024
0.29.3 173 9/21/2024
0.29.2 240 9/12/2024
0.29.1 374 9/7/2024
0.29.0 331 9/4/2024
0.27.0 122 8/28/2024
0.26.2 172 8/24/2024
0.26.1 143 8/23/2024
0.26.0 215 8/23/2024
0.25.0 175 8/19/2024
0.24.6 232 7/3/2024
0.24.5 111 7/3/2024
0.24.4 135 6/6/2024
0.24.3 123 6/5/2024
0.24.2 118 6/4/2024
0.24.1 127 6/2/2024
0.24.0 208 5/26/2024
0.23.7 120 5/22/2024
0.23.6 163 4/27/2024
0.23.5 243 4/22/2024
0.23.4 293 4/20/2024
0.23.3 208 4/4/2024
0.23.2 195 4/3/2024
0.23.1 125 4/2/2024
0.23.0 132 3/27/2024
0.22.0 192 3/17/2024
0.21.9 147 3/4/2024
0.21.8 171 3/2/2024
0.21.7 225 2/21/2024
0.21.4 128 2/21/2024
0.21.3 216 1/29/2024
0.21.2 150 1/29/2024
0.21.1 128 1/29/2024
0.21.0 184 1/29/2024
0.20.0 183 1/28/2024
0.19.5 183 1/27/2024
0.19.4 132 1/27/2024
0.19.3 150 1/26/2024
0.19.2 292 1/24/2024
0.19.1 114 1/24/2024
0.19.0 159 1/23/2024
0.18.10 372 12/20/2023
0.18.9 128 12/11/2023
0.18.8 365 11/17/2023
0.18.7 146 11/10/2023
0.18.6 322 11/4/2023
0.18.5 195 10/31/2023
0.18.4 147 10/31/2023
0.18.3 142 10/31/2023
0.18.2 124 10/31/2023
0.18.1 281 10/30/2023
0.17.0 182 10/10/2023
0.16.7 180 10/28/2023
0.16.5 134 10/12/2023
0.16.4 156 10/10/2023
0.16.3 305 10/9/2023
0.16.0 311 9/27/2023
0.15.2 229 9/25/2023
0.15.1 222 9/23/2023
0.15.0 287 9/23/2023
0.14.0 174 9/23/2023
0.13.5 363 8/24/2023
0.13.4 327 8/15/2023
0.13.3 318 7/31/2023
0.13.2 307 6/25/2023
0.13.1 147 6/23/2023
0.13.0 165 6/22/2023
0.12.1 160 6/19/2023
0.12.0 254 6/17/2023
0.11.2 175 6/14/2023
0.11.1 222 6/2/2023
0.10.11 339 5/20/2023
0.10.10 321 5/18/2023
0.10.9 301 5/15/2023
0.10.8 203 5/13/2023
0.10.7 193 5/5/2023
0.10.6 256 5/2/2023
0.10.5 165 5/2/2023
0.10.4 153 5/2/2023
0.10.3 253 4/29/2023
0.10.1 170 4/29/2023
0.10.0 414 4/29/2023
0.9.17 274 4/26/2023
0.9.16 198 4/25/2023
0.9.15 231 4/25/2023
0.9.14 199 4/24/2023
0.9.11 196 4/23/2023
0.9.10 189 4/23/2023
0.9.9 461 4/22/2023