Logo
Explore Help
Register Sign In
tomoaki/hakorune
1
0
Fork 0
You've already forked hakorune
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
ceb22b6c18a275c06ef9957ec7c70160a4af6b59
hakorune/apps/egui-hello/main.nyash

10 lines
250 B
Plaintext
Raw Normal View History

gui: add EguiBox TypeBox plugin (Windows egui stub)\n\n- plugins: add nyash-egui-plugin with TypeBox (resolve/invoke_id), Windows path for real window via eframe; stub on other OS\n- apps: add apps/egui-hello sample (open→uiLabel→run→close)\n- loader: improve Windows DLL resolution (target triples: x86_64/aarch64 msvc) and lib→dll mapping\n- tests: expand TypeBox vs TLV diff tests up to FileBox; all green\n- docs: update CURRENT_TASK checklist (diff tests completed)\n- config: nyash.toml add EguiBox (type_id=70), plugin registry and methods
2025-09-03 13:58:52 +09:00
// 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()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 17ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API