Files
hakorune/apps/egui-hello/main.hako

10 lines
250 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Minimal Egui demo via Nyash ABI (TypeBox)
// WindowsでEGUI将来: with-egui機能で実ウィンドウ
app = new EguiBox()
app.open(400, 300, "Hello Egui from Nyash")
app.uiLabel("こんにちは、Nyash + egui")
app.run()
app.close()