update headless example README

This commit is contained in:
Nick Fisher
2025-06-18 13:10:49 +08:00
parent 21e8cf0d11
commit 3c4bedd43b

View File

@@ -1,3 +1,9 @@
# cli_headless
An example of Thermion running via Dart CLI with no hardware accelerated rendering surface.
A simple headless Dart CLI app using Thermion to render to a bitmap.
To run:
`dart --enable-experiment=native-assets run bin/example.dart`
Currently, this will probably only work on a non-virtualized macOS host.