Aarav90-cpu 6e8d86ec38 Fixed UI Issues. Added Keyboard and Mouse Support. Added 4K viewing for text (partial). UEFI Is Broken in this commit using it is not suggested. Fixed Issues and bugs and warnings! Patched Black Screen and RGB Falshing. 1 ヶ月 前
..
ExampleApp 6e8d86ec38 Fixed UI Issues. Added Keyboard and Mouse Support. Added 4K viewing for text (partial). UEFI Is Broken in this commit using it is not suggested. Fixed Issues and bugs and warnings! Patched Black Screen and RGB Falshing. 1 ヶ月 前
Tuist 6e8d86ec38 Fixed UI Issues. Added Keyboard and Mouse Support. Added 4K viewing for text (partial). UEFI Is Broken in this commit using it is not suggested. Fixed Issues and bugs and warnings! Patched Black Screen and RGB Falshing. 1 ヶ月 前
.gitignore 9e91a953cf Add All new UI files Updates! Remove Swfit Network Splash! Add new arkrt updates! Add Display Service 1 ヶ月 前
Package.swift 6e8d86ec38 Fixed UI Issues. Added Keyboard and Mouse Support. Added 4K viewing for text (partial). UEFI Is Broken in this commit using it is not suggested. Fixed Issues and bugs and warnings! Patched Black Screen and RGB Falshing. 1 ヶ月 前
Project.swift 6e8d86ec38 Fixed UI Issues. Added Keyboard and Mouse Support. Added 4K viewing for text (partial). UEFI Is Broken in this commit using it is not suggested. Fixed Issues and bugs and warnings! Patched Black Screen and RGB Falshing. 1 ヶ月 前
README.md 9e91a953cf Add All new UI files Updates! Remove Swfit Network Splash! Add new arkrt updates! Add Display Service 1 ヶ月 前
Tuist.swift 6e8d86ec38 Fixed UI Issues. Added Keyboard and Mouse Support. Added 4K viewing for text (partial). UEFI Is Broken in this commit using it is not suggested. Fixed Issues and bugs and warnings! Patched Black Screen and RGB Falshing. 1 ヶ月 前
open-xcode.sh 6e8d86ec38 Fixed UI Issues. Added Keyboard and Mouse Support. Added 4K viewing for text (partial). UEFI Is Broken in this commit using it is not suggested. Fixed Issues and bugs and warnings! Patched Black Screen and RGB Falshing. 1 ヶ月 前
run-example.sh 6e8d86ec38 Fixed UI Issues. Added Keyboard and Mouse Support. Added 4K viewing for text (partial). UEFI Is Broken in this commit using it is not suggested. Fixed Issues and bugs and warnings! Patched Black Screen and RGB Falshing. 1 ヶ月 前

README.md

Stdout Renderer

This directory contains a minimal OpenSwiftUI app with the stdout renderer enabled. The Swift package depends on the local OpenSwiftUI checkout at ../...

CLI

./run-example.sh

The script selects AttributeGraph on macOS and Compute on other platforms, then runs swift run ExampleApp.

macOS Xcode

Use the Tuist project when running the demo from Xcode on macOS:

./open-xcode.sh

The script runs tuist install, generates the workspace without opening during generation, then opens StdoutRenderer.xcworkspace. If mise is available, the script uses the repository-pinned Tuist version.

The Tuist project uses local OpenSwiftUI, OpenAttributeGraph, OpenRenderBox, and DarwinPrivateFrameworks dependencies so Xcode does not need to open the Swift package directly. Its package settings mirror the generated Example project's local OpenSwiftUI product destinations, keeping AttributeGraph enabled on macOS while preserving valid generated target platforms.

The example configures the app renderer with:

@_spi(StdoutRenderer) import OpenSwiftUI

static var rendererConfiguration: _RendererConfiguration? { .stdout() }