Skip to content

Custom NSWindow with CALayer backing... without any Cocoa!

License

Notifications You must be signed in to change notification settings

sammyblaack/DIYWindows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIYWindows

Utilizing CGSInternal and GraphicsServices for macOS (both great projects from @CodaFi), this is a quick demo as to what is possible - a completely native non-Cocoa window with a CALayer-backing, that supports all typical interaction. Lots must be done if one wishes to turn this into something like a UIView, however. There are a few bugs - see if you can fix them!

About

Custom NSWindow with CALayer backing... without any Cocoa!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.0%
  • C 28.5%
  • Objective-C 5.5%