OmegaEngine.Templates 1.2.2

dotnet new install OmegaEngine.Templates::1.2.2
                    
This package contains a .NET Template Package you can call from the shell/command line.

OmegaEngine project templates

The OmegaEngine project templates help you create C# projects that use OmegaEngine, OmegaGUI and AlphaFramework.

These templates use the dotnet new command. To install them, run:

dotnet new install OmegaEngine.Templates

WinForms

A Windows Forms application that embeds a surface with 3D rendering via the OmegaEngine.

mkdir MyApp
cd MyApp
dotnet new omegaengine-winforms

Fullscreen

A fullscreen application with 3D rendering via the OmegaEngine.

mkdir MyApp
cd MyApp
dotnet new omegaengine-fullscreen

AlphaFramework

The AlphaFramework supplies a common base for building and rendering game worlds as well as an IDE-like Editor. The OmegaEngine provides the actual rendering functionality.

mkdir MyGame
cd MyGame
dotnet new omegaengine-alphaframework

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.2 121 8/18/2025
1.2.1 103 8/17/2025
1.2.0 107 8/17/2025
1.1.0 38 8/2/2025