Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 484 Bytes

File metadata and controls

9 lines (6 loc) · 484 Bytes

Angular XWindow

This is a funny project where I try to mimic the bahaviors of an X Server with Angular.
I'm on the experimentation phase and most of the code should not be usable as-is.

The WindowManagerComponent handle the instantiation/destruction of the Components and their positions in the Window.

Each WindowComponent define its own size and allow the WindowManagerComponent to try to resize it based on their own limitation and resize implementation.