Skip to content

Commit 681cf61

Browse files
author
dave horner
committed
feat(e_window_hydra): add e_window_hydra demo for grid-aligned Chrome Hydra sketches. Runs a random example from https://hydra.ojack.xyz/?sketch_id=example
- Added `e_window_hydra.rs` binary to launch Chrome with Hydra sketches, pinning the window to a grid-aligned region. NOTE: debugchrome-cdp-rs is must be installed and is not automated. - Implemented `position_grid.rs` for drawing and interacting with character-sized egui grids. - Added `position_grid_manager.rs` to manage grid-to-screen translation and HWND alignment. - Integrated mouse click simulation and window z-order control for precise positioning. - Included `position_grid_demo.rs` as a secondary example of PositionGrid usage.
2 parents a0cec7b + c72a23e commit 681cf61

12 files changed

Lines changed: 1544 additions & 415 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

addendum/e_window/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.11](https://github.com/davehorner/cargo-e/compare/e_window-v0.1.10...e_window-v0.1.11) - 2025-07-16
11+
12+
### Added
13+
14+
- *(e_window_hydra)* add e_window_hydra demo for grid-aligned Chrome Hydra sketches. Runs a random example from https://hydra.ojack.xyz/?sketch_id=example
15+
1016
## [0.1.10](https://github.com/davehorner/cargo-e/compare/e_window-v0.1.9...e_window-v0.1.10) - 2025-07-14
1117

1218
### Added

0 commit comments

Comments
 (0)