Initial commit

This commit is contained in:
Brendan Szymanski 2026-08-04 01:30:57 -04:00
commit 2b88f739f1
10 changed files with 69613 additions and 0 deletions

View file

@ -0,0 +1,33 @@
//
// Luminate.swift
//
// Copyright 2026 Brendan Szymanski <hello@bscubed.dev>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//
// SPDX-License-Identifier: GPL-3.0-or-later
//
import Portico
@main
struct Luminate: App {
var applicationId: String? { "dev.bscubed.Luminate" }
var body: some Scene {
ApplicationWindow { _ in
Label("Hello, world!")
}
}
}

View file

@ -0,0 +1,22 @@
//
// LuminateAPI.swift
//
// Copyright 2026 Brendan Szymanski <hello@bscubed.dev>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//
// SPDX-License-Identifier: GPL-3.0-or-later
//
public enum LuminateAPI {}

View file

@ -0,0 +1,5 @@
generate:
- types
- client
accessModifier: public
namingStrategy: idiomatic

File diff suppressed because it is too large Load diff