BuggusMageevers / SwiftOpenGLTutorials

Sequential OpenGL targets to be used as tutorials in learning OpenGL with Swift.
11 stars 2 forks source link

UI: Respondable and Instructable #15

Closed BuggusMageevers closed 7 years ago

BuggusMageevers commented 7 years ago

Implement a sustainable UI that allows for global change, and object specific change. I shall incorporate a POP approach using two main protocols: Respondable and Instructable. A set keyboard key maps will be used for context sensitive input--a given VC may respond differently than another to the same key stroke.

BuggusMageevers commented 7 years ago

Accidentally merged prematurely. New pull request made and Milestone adjusted.