8000 GitHub - haawa799/Metal-Flaps: Flappy bird done with Metal and swift
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

haawa799/Metal-Flaps

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0