1 Star 0 Fork 0

ChildhoodAndy / SwiftProcessing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 2.67 KB
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
jjkaufman 提交于 2021-08-26 09:09 . Update README.md

SwiftProcessing

Welcome to the beautiful world of Swift Processing.

Swift Processing is being developed to enable students, artists, designers, and programmers of all skill levels to create creative iOS experiences.

Playgrounds

Learn how to creative code with Swift Processing in the fully interfactive Swift Processing Xcode playgrounds.

  1. Download Xcode
  2. Download Playgrounds

Video Guide

https://www.youtube.com/watch?v=vAjp61gQHoE

Installation Guide

  1. Install Xcode through the App Store
  2. Open Terminal (press Command + Space and type in terminal)
  3. Download and install the Swift Processing Xcode project template by copying and pasting the following into the terminal.
curl -LO https://github.com/jjkaufman/SwiftProcessingProjectTemplate/archive/master.zip
unzip master.zip
cp -R SwiftProcessingProjectTemplate-master/ ~/Library/Developer/Xcode/Templates

Hello Swift World Project

  1. Follow the Installation Guide above

  2. Open Xcode (press Command + Space and type in Xcode)

  3. On the top toolbar, click File -> New -> Project

  1. Scroll down and select the Swift Processing project template
  1. Type into Product Name "HelloSwiftWorld" and click next. Select the folder you want the project in.
  1. Finally, we will need to add the Swift Processing dependency into our project. On the top toolbar, click File -> Swift Packages -> Add Package Dependency
  1. Paste in the Swift Processing github link (https://github.com/jjkaufman/SwiftProcessing) and click next.
  1. Select the "master" option on the options screen and click next. On the next page, click finish.
  1. With an iPhone simulator selected, press the play button in the top-left. The iPhone simulator will bootup (be patient) and display a single red circle. Experiment with the MySketch.swift file. Can you get a second red circle to appear in a different location?

Get Involved

SwiftProcessing is an open source project. If you'd let to get involved, join our slack.

https://join.slack.com/t/swiftprocessing/shared_invite/enQtODE1MTE0ODg2NjI3LTJjZjBmOWVkNzk5NDQ4MWQyNGVhZTA1MmRkYThhMzQ2MTM2NWE3NjYxNDgyMjkzYzQyZGRlZGNhNTcwMGFiOTY

Swift
1
https://gitee.com/Childhood/SwiftProcessing.git
git@gitee.com:Childhood/SwiftProcessing.git
Childhood
SwiftProcessing
SwiftProcessing
main

搜索帮助