Moved to OpenTK

This commit is contained in:
2026-02-17 20:27:18 -05:00
parent abbfe285b6
commit 3c2ad05cab
21 changed files with 475 additions and 319 deletions

View File

@@ -3,7 +3,9 @@ using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
namespace Awperative;
namespace AwperativeKernel;
/// <summary>
/// Base class for all Awperative Entities. Responsible for Managing hierarchy between Components and Scenes, has Extensive Component Manipulation Available.