Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephenguanqi/ios-swift3-learning

Repo for demo projects I have made during iOS learning process.
https://github.com/stephenguanqi/ios-swift3-learning

ios ios-tutorial scenekit swift swift-3

Last synced: 5 days ago
JSON representation

Repo for demo projects I have made during iOS learning process.

Awesome Lists containing this project

README

        

# iOS-swift3-learning
Repo for demo projects I have made during iOS learning process.

## PitchPerfect

Demo app that can record user's audio and save it to local file. The it provides various choose option for users to change their recorded voice to interesting track using Vader or Chipmunk voice.

![image](https://raw.githubusercontent.com/StephenGuanqi/AVResources/iOS-swift3-learning/pitch1.PNG)
![image](https://raw.githubusercontent.com/StephenGuanqi/AVResources/iOS-swift3-learning/pitch2.PNG)

## Simple3D

Simple 3D demo app implemented in SceneKit. Pyramid is added to the 3-d world according to random coordinates, and physical movements are added.

![image](https://raw.githubusercontent.com/StephenGuanqi/AVResources/iOS-swift3-learning/simple3d.gif)