haawa799 / Metal-Flaps

Flappy bird done with Metal and swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metal-Flaps

Flappy bird done with Metal and Swift.

Demo here: http://www.youtube.com/watch?v=F_9bwQBv3Zo&feature=youtu.be

screenshot

SimpleMetal

Bundle of classes I wrote for use as a small game engine. Contents: MetalView, MetalViewController, Scene , Node and some helper classes.

Usage: Drag-And-Drop this folder to your project and start using it. You should create MetalViewController subclass, make sure it got MetalView as it's .view property.

All drawing must be done using Scene object. You should subclass it and add Nodes to it.

!Note: Requires -Ofast compiler flag to build

I also added script to import blender models to Metal game, more info on that here https://github.com/haawa799/METAL_Playground

For more info please check how MetalFlaps - Flappy Bird clone was done or ask me on twitter @haawa799.

About

Flappy bird done with Metal and swift

License:MIT License


Languages

Language:Swift 53.6%Language:Objective-C 32.6%Language:Python 7.8%Language:Metal 6.0%