WIP OSX and TvOS support

This commit is contained in:
2016-01-30 20:13:23 -08:00
parent 3913345a28
commit f356df178f
48 changed files with 1185 additions and 269 deletions

16
kraken_osx/KrakenView.h Normal file
View File

@@ -0,0 +1,16 @@
//
// KrakenView.h
// Kraken
//
// Created by Kearwood Gilbert on 2015-08-07.
// Copyright © 2015 Kearwood Software. All rights reserved.
//
#import <Cocoa/Cocoa.h>
class KRCamera;
@interface KrakenView : NSView
@property (nonatomic, assign) KRCamera *camera;
- (void)drawFrameWithDeltaTime: (float)deltaTime;
@end