Commit Graph

8 Commits

Author SHA1 Message Date
elm
5be6380474 Fix message loop handling and improve BrowserProcessHandler (#15)
* add: implement MessagePumpChecker for message loop management

* update: refactor message loop handling and improve MessagePumpChecker

* update: refactor message loop handling to use MessageLoopTimer and improve BrowserProcessHandler

* update: reorganize imports and enhance browser process handler integration

* update: support Bevy 0.18 and improve message loop handling

* update: remove unused FpsOverlayPlugin and clean up dependencies

* update: simplify cef and cef-dll-sys version specifications in Cargo.toml

---------

Co-authored-by: not-elm <elmgameinfo@gmail.com>
2026-02-01 12:00:56 +09:00
elm
edf9e064b9 Support Bevy 0.17 (#11)
* update: modify for 0.17

* update: enhance webview functionality and improve plugin implementation

* update: refactor webview system and improve binding group usage

* update: refactor command triggering for webview events and enhance Receive struct

* update: refactor command triggering for webview dev tools

* update: refactor render process handler and improve webview handling

* update: refactor webview browser handling and improve IME caret management

* clippy

* fmt

* update: improve README formatting and clarify version compatibility

* update: support Bevy 0.17 and enhance permissions in settings

* update: enhance CI configuration by adding Wayland and XKB dependencies

* delete: settings.json

* update: refactor shader imports and improve binding group definitions

* update: refactor devtool command triggers for improved clarity

* update: modify LibraryLoader initialization for improved path handling on macOS

* fmt

---------

Co-authored-by: not-elm <elmgameinfo@gmail.com>
2025-10-26 16:55:03 +09:00
elm
0bb9b58fae Enable gpu when debugging (#8)
* add: enable GPU for debugging and update installation instructions

* update: modify Makefile to use variable for binary path in install target

---------

Co-authored-by: not-elm <elmgameinfo@gmail.com>
2025-08-30 18:12:00 +09:00
elm
38b2f09365 fix: avoid crash on update_cursor_icon (#7) 2025-08-19 20:20:22 +09:00
elm
6031e1c9d4 add: preload scripts (#6) 2025-08-19 19:54:19 +09:00
elm
291f06e74b Remove auto install debugging tools (#5)
Please refer to README.md and install manually from now on.
2025-08-19 12:58:30 +09:00
elm
e42a9beacd fix: mesh pointer (#4)
Fixed so that webview can detect pointers correctly even if it is not the root entity.
2025-08-19 12:45:27 +09:00
not-elm
bbbf841bfe add: changelog 2025-08-10 23:47:42 +09:00