Skip to content

Releases: donneko/window-system

WindowSystem v0.1.0-alpha

04 Dec 06:50
8dc8d92

Choose a tag to compare

Pre-release

WindowSystem v0.1.0-alpha

This is the first public release of WindowSystem.
Basic window features are implemented, but the API and internal architecture are still under development.


🆕 Added

  • Window creation and deletion
  • Dragging support
  • Resizing support
  • Front/back control via Z-index
  • iframe loading (URL / HTML / Blob)
  • Transparent window mode
  • Window title and icon options
  • Development debug overlay

⚠️ Known Issues

  • Performance may drop when handling many windows
  • Debug overlay may visually overlap in certain cases
  • Event-related APIs are not yet implemented
  • iframe content does not display on 404 errors
  • Z-index initialization logic not implemented
  • Demo and documentation are still in progress

📌 Notes

This is an alpha release.
APIs may change in future versions.



日本語版(Japanese Version)

これは WindowSystem の最初の公開リリースです。
基本的なウィンドウ機能は実装されていますが、API と内部構造はまだ開発中の段階です。


🆕 追加機能

  • ウィンドウの作成と削除
  • ドラッグ移動
  • サイズ変更(リサイズ)
  • Z-index による前面/背面制御
  • iframe 読み込み(URL/HTML/Blob)
  • 透明ウィンドウモード
  • ウィンドウタイトル・アイコン表示設定
  • 開発用デバッグオーバーレイ

⚠️ 既知の問題

  • ウィンドウ数が多い場合にパフォーマンスが低下することがある
  • デバッグオーバーレイが重なって表示される場合がある
  • イベント系 API が未実装
  • iframe が 404 の場合、エラー画面が表示されない
  • Z-index 初期化処理が未実装
  • デモページ・ドキュメントはまだ開発中

📌 注意事項

これは アルファ版リリースです。
API は今後のバージョンで変更される可能性があります。