Walgelijk 0.29.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Walgelijk --version 0.29.0
NuGet\Install-Package Walgelijk -Version 0.29.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.29.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Walgelijk --version 0.29.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Walgelijk, 0.29.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.29.0 // Install Walgelijk as a Cake Tool #tool nuget:?package=Walgelijk&version=0.29.0
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 | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.Extensions.Logging (>= 8.0.0)
- Microsoft.Extensions.Logging.Console (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- SkiaSharp (>= 2.88.8)
- 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.Physics
Query and collision functionality |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.29.9 | 63 | 11/7/2024 |
0.29.8 | 132 | 10/13/2024 |
0.29.7 | 114 | 10/11/2024 |
0.29.6 | 237 | 9/24/2024 |
0.29.5 | 140 | 9/22/2024 |
0.29.4 | 168 | 9/22/2024 |
0.29.3 | 134 | 9/21/2024 |
0.29.2 | 229 | 9/12/2024 |
0.29.1 | 341 | 9/7/2024 |
0.29.0 | 300 | 9/4/2024 |
0.27.0 | 110 | 8/28/2024 |
0.26.2 | 160 | 8/24/2024 |
0.26.1 | 132 | 8/23/2024 |
0.26.0 | 176 | 8/23/2024 |
0.25.0 | 161 | 8/19/2024 |
0.24.6 | 219 | 7/3/2024 |
0.24.5 | 96 | 7/3/2024 |
0.24.4 | 125 | 6/6/2024 |
0.24.3 | 112 | 6/5/2024 |
0.24.2 | 108 | 6/4/2024 |
0.24.1 | 114 | 6/2/2024 |
0.24.0 | 196 | 5/26/2024 |
0.23.7 | 109 | 5/22/2024 |
0.23.6 | 150 | 4/27/2024 |
0.23.5 | 231 | 4/22/2024 |
0.23.4 | 284 | 4/20/2024 |
0.23.3 | 199 | 4/4/2024 |
0.23.2 | 187 | 4/3/2024 |
0.23.1 | 117 | 4/2/2024 |
0.23.0 | 124 | 3/27/2024 |
0.22.0 | 183 | 3/17/2024 |
0.21.9 | 138 | 3/4/2024 |
0.21.8 | 161 | 3/2/2024 |
0.21.7 | 213 | 2/21/2024 |
0.21.4 | 119 | 2/21/2024 |
0.21.3 | 206 | 1/29/2024 |
0.21.2 | 140 | 1/29/2024 |
0.21.1 | 120 | 1/29/2024 |
0.21.0 | 175 | 1/29/2024 |
0.20.0 | 175 | 1/28/2024 |
0.19.5 | 172 | 1/27/2024 |
0.19.4 | 121 | 1/27/2024 |
0.19.3 | 139 | 1/26/2024 |
0.19.2 | 282 | 1/24/2024 |
0.19.1 | 106 | 1/24/2024 |
0.19.0 | 151 | 1/23/2024 |
0.18.10 | 361 | 12/20/2023 |
0.18.9 | 116 | 12/11/2023 |
0.18.8 | 357 | 11/17/2023 |
0.18.7 | 136 | 11/10/2023 |
0.18.6 | 312 | 11/4/2023 |
0.18.5 | 185 | 10/31/2023 |
0.18.4 | 133 | 10/31/2023 |
0.18.3 | 134 | 10/31/2023 |
0.18.2 | 113 | 10/31/2023 |
0.18.1 | 271 | 10/30/2023 |
0.17.0 | 172 | 10/10/2023 |
0.16.7 | 171 | 10/28/2023 |
0.16.5 | 126 | 10/12/2023 |
0.16.4 | 148 | 10/10/2023 |
0.16.3 | 297 | 10/9/2023 |
0.16.0 | 303 | 9/27/2023 |
0.15.2 | 221 | 9/25/2023 |
0.15.1 | 213 | 9/23/2023 |
0.15.0 | 279 | 9/23/2023 |
0.14.0 | 166 | 9/23/2023 |
0.13.5 | 355 | 8/24/2023 |
0.13.4 | 317 | 8/15/2023 |
0.13.3 | 310 | 7/31/2023 |
0.13.2 | 296 | 6/25/2023 |
0.13.1 | 139 | 6/23/2023 |
0.13.0 | 157 | 6/22/2023 |
0.12.1 | 150 | 6/19/2023 |
0.12.0 | 242 | 6/17/2023 |
0.11.2 | 167 | 6/14/2023 |
0.11.1 | 212 | 6/2/2023 |
0.10.11 | 324 | 5/20/2023 |
0.10.10 | 310 | 5/18/2023 |
0.10.9 | 292 | 5/15/2023 |
0.10.8 | 195 | 5/13/2023 |
0.10.7 | 185 | 5/5/2023 |
0.10.6 | 245 | 5/2/2023 |
0.10.5 | 157 | 5/2/2023 |
0.10.4 | 145 | 5/2/2023 |
0.10.3 | 244 | 4/29/2023 |
0.10.1 | 162 | 4/29/2023 |
0.10.0 | 406 | 4/29/2023 |
0.9.17 | 266 | 4/26/2023 |
0.9.16 | 190 | 4/25/2023 |
0.9.15 | 223 | 4/25/2023 |
0.9.14 | 187 | 4/24/2023 |
0.9.11 | 188 | 4/23/2023 |
0.9.10 | 179 | 4/23/2023 |
0.9.9 | 452 | 4/22/2023 |