Initial Commit

This commit is contained in:
Creeper Lv
2025-12-14 00:25:51 +11:00
commit 40c8998552
61 changed files with 1936 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
using Microsoft.Maui.Graphics.Skia;
namespace Progrart.Core
{
public class RenderContext
{
SkiaBitmapExportContext context;
public void Init()
{
}
}
[Serializable]
public class RenderConfig
{
public int Scale;
}
}