This commit is contained in:
2026-04-04 12:26:39 +08:00
parent 836f199ffa
commit 636f3f146d
5 changed files with 221 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ namespace CMLeonOS.Gui.Apps
new AppMetadata("Mandelbrot", () => { return new Apps.Demos.Mandelbrot(); }, Icons.Icon_Mandelbrot, Color.Black ),
new AppMetadata("Cube3D (OSGD)", () => { return new Apps.Demos.Cube3D(); }, AppManager.DefaultAppIcon, Color.Black ),
new AppMetadata("Pyramid3D (OSGD)", () => { return new Apps.Demos.Pyramid3D(); }, AppManager.DefaultAppIcon, Color.Black ),
new AppMetadata("GLXGears (OSGD)", () => { return new Apps.Demos.GLXGears(); }, AppManager.DefaultAppIcon, Color.Black ),
};
private const string message = "Demo Launcher";