Walgelijk 0.30.0

dotnet add package Walgelijk --version 0.30.0                
NuGet\Install-Package Walgelijk -Version 0.30.0                
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.30.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Walgelijk --version 0.30.0                
#r "nuget: Walgelijk, 0.30.0"                
#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.30.0

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

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. 
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.Physics

Query and collision functionality

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.30.0 138 12/9/2024
0.29.12 133 12/1/2024
0.29.11 118 11/27/2024
0.29.10 151 11/12/2024
0.29.9 130 11/7/2024
0.29.8 151 10/13/2024
0.29.7 124 10/11/2024
0.29.6 249 9/24/2024
0.29.5 148 9/22/2024
0.29.4 177 9/22/2024
0.29.3 156 9/21/2024
0.29.2 237 9/12/2024
0.29.1 362 9/7/2024
0.29.0 318 9/4/2024
0.27.0 117 8/28/2024
0.26.2 169 8/24/2024
0.26.1 138 8/23/2024
0.26.0 200 8/23/2024
0.25.0 170 8/19/2024
0.24.6 226 7/3/2024
0.24.5 105 7/3/2024
0.24.4 131 6/6/2024
0.24.3 119 6/5/2024
0.24.2 113 6/4/2024
0.24.1 122 6/2/2024
0.24.0 202 5/26/2024
0.23.7 116 5/22/2024
0.23.6 159 4/27/2024
0.23.5 239 4/22/2024
0.23.4 289 4/20/2024
0.23.3 204 4/4/2024
0.23.2 191 4/3/2024
0.23.1 121 4/2/2024
0.23.0 128 3/27/2024
0.22.0 187 3/17/2024
0.21.9 142 3/4/2024
0.21.8 167 3/2/2024
0.21.7 221 2/21/2024
0.21.4 124 2/21/2024
0.21.3 212 1/29/2024
0.21.2 146 1/29/2024
0.21.1 124 1/29/2024
0.21.0 179 1/29/2024
0.20.0 179 1/28/2024
0.19.5 179 1/27/2024
0.19.4 128 1/27/2024
0.19.3 145 1/26/2024
0.19.2 286 1/24/2024
0.19.1 110 1/24/2024
0.19.0 155 1/23/2024
0.18.10 367 12/20/2023
0.18.9 124 12/11/2023
0.18.8 361 11/17/2023
0.18.7 142 11/10/2023
0.18.6 318 11/4/2023
0.18.5 191 10/31/2023
0.18.4 142 10/31/2023
0.18.3 138 10/31/2023
0.18.2 119 10/31/2023
0.18.1 277 10/30/2023
0.17.0 178 10/10/2023
0.16.7 176 10/28/2023
0.16.5 130 10/12/2023
0.16.4 152 10/10/2023
0.16.3 301 10/9/2023
0.16.0 307 9/27/2023
0.15.2 225 9/25/2023
0.15.1 217 9/23/2023
0.15.0 283 9/23/2023
0.14.0 170 9/23/2023
0.13.5 359 8/24/2023
0.13.4 321 8/15/2023
0.13.3 314 7/31/2023
0.13.2 303 6/25/2023
0.13.1 143 6/23/2023
0.13.0 161 6/22/2023
0.12.1 156 6/19/2023
0.12.0 250 6/17/2023
0.11.2 171 6/14/2023
0.11.1 218 6/2/2023
0.10.11 333 5/20/2023
0.10.10 316 5/18/2023
0.10.9 296 5/15/2023
0.10.8 199 5/13/2023
0.10.7 189 5/5/2023
0.10.6 251 5/2/2023
0.10.5 161 5/2/2023
0.10.4 149 5/2/2023
0.10.3 248 4/29/2023
0.10.1 166 4/29/2023
0.10.0 410 4/29/2023
0.9.17 270 4/26/2023
0.9.16 194 4/25/2023
0.9.15 227 4/25/2023
0.9.14 193 4/24/2023
0.9.11 192 4/23/2023
0.9.10 185 4/23/2023
0.9.9 457 4/22/2023