Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stephenguanqi/ios-swift3-learning
- Owner: StephenGuanqi
- Created: 2017-07-04T03:14:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T03:24:53.000Z (over 7 years ago)
- Last Synced: 2024-11-09T16:17:07.241Z (2 months ago)
- Topics: ios, ios-tutorial, scenekit, swift, swift-3
- Language: Swift
- Size: 854 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)