Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Trivial Cocoa application for Mac OS X that loads a dll and renders the NSView it exposes. Allows simple apps and games to be built without needing to create a full XCode Cocoa Application project.

dtebbs/viewplayer

Repository files navigation

Loads a dll, checks for the public symbol

  extern "C" NSView *OYK_MACOSX_GetNSView(NSRect *);

This function is called with the NSRect for the window the returned
NSView is attached to a CocoaWindow.

If the NSView implements a 'shutdown' method, that is called when the
app terminates.

About

Trivial Cocoa application for Mac OS X that loads a dll and renders the NSView it exposes. Allows simple apps and games to be built without needing to create a full XCode Cocoa Application project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published