Skip to content

KelCodesStuff/SceneKitTutorial

 
 

Repository files navigation

The Blog

Build Status

This code is part of my SceneKit Tutorial Series: From Zero to Hero.

Screenshot Part 6

Tutorial

Remarks:

  • Code is now updated to be Swift 4 compliant
  • It's imortant to know that the code is not intented to learn Swift, but to understand learning game development concepts
  • Therefore some things (like unwrapping optionals) are just here to make things simpler

The Game

This tutorial is a companion work I do parallel on the development of my next upcoming 3D Game which uses just SceneKit and it's written entirely with Swift 4.

For who is this Tutorial?

It's not for the absolute beginner or novice, because I assume things like Swift notation, trigonometric know-how etc. On the other hand you don't have to learn all at the begin. Like the terrain class RBTerrain. You can use it just like it is and read the code later again when you have more know-how. The most important is that you understand the principles.

Introduction

It's important for me to start directly with a good and solid base which can be used for real games later. So please don't create a project using the Xcode Project wizard but start directly with the Source on GitHub. Also I don't want to build a step by step tutorial which shows each line, but always cover a chapter of the Game and introduce a new component and show the how and why :)

Screenshots

Tutorial Part 5 Screenshot Part 5

Tutorial Part 4 Screenshot Part 4

Tutorial Part 3 Screenshot Part 3

Tutorial Part 2 Screenshot Part 2

Tutorial Part 1 Screenshot Part 1

Important: Feel free to use this code in every way you want, but please consider also to give esomething back to the community.

I don't own the license rights for the assets used in this tutorials, so before you use them for something else then self-learning, please check by yourself the license behind or even better replace it with your own art. Thank you!

About

SceneKit Tutorial Series - From Zero to Hero

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%