researching what happened for window management with sierra upgrading to high sierra
Uebersicht, actually reached the layer that I want on the latest OperatingSystems.
https://github.com/MichaelDimmitt/ubersicht-starter-package
- Majority of the code is objective-c
- more to come.
Tiling window manager for IOS https://github.com/koekeishiya/chunkwm
https://koekeishiya.github.io/chunkwm/
Starting at the ScreenSaver Documentation, which inherits from NS_View.
https://developer.apple.com/documentation/screensaver
Moving on to learning about NS_View, looking for the window operating system layers so that background windows can be put on the desktop section of the operating system.
https://developer.apple.com/documentation/appkit/nsview
Helpful Keywords: "Managing the View’s Layer"
IOS view and window architecture
Human interface guidelines macOS views
OSX window architecture stackoverflow1
old_ applications that can modify different parts of operating system
https://www.raywenderlich.com/3246-calayers/lessons/1
https://iscreensaver.com/help/notes/high_sierra/high_sierra.shtml
Desktop Background view layer.
Kernal might be helpful later the others are not helpful because they are app related and my fix is not needed for an app but rather an operating system program.
The Role of View Controllers Ios
The Role of View Controllers Ios_legacy
I do not have an app with infrustructure to make use of this thread same