Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pome-ta/pysta-scenekitarkit-test
https://github.com/pome-ta/pysta-scenekitarkit-test
arkit ios python3 pythonista pythonista-ios pythonista3 scenekit
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pome-ta/pysta-scenekitarkit-test
- Owner: pome-ta
- License: mit
- Created: 2019-11-18T07:05:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T15:09:16.000Z (about 2 years ago)
- Last Synced: 2024-04-21T11:17:12.558Z (9 months ago)
- Topics: arkit, ios, python3, pythonista, pythonista-ios, pythonista3, scenekit
- Language: Python
- Size: 5.32 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pysta-SceneKitARKit-test
> 2020/08/25 update
> 2019/11/18 1st
## What is this?
[Pythonista 3](http://omz-software.com/pythonista/) App Test Script.
It may be a test script of the wrong method. Forgive me 🥺
### todo:
- 色々なサンプルを追加
- ゴリゴリ日本語で解説入れた ver.準備
- 全体的なリファクタリング## By assets ...
- `./scenekit/assets/ship.scn`
- [sceneKit-wrapper-for-Pythonista](https://github.com/pulbrich/sceneKit-wrapper-for-Pythonista/blob/master/sceneKit%20demo/01_ship/ship.scn)- `./scenekit/assets/Background_sky.png`
- [Fox 2: SceneKit WWDC 2017 sample code](https://developer.apple.com/library/archive/samplecode/scenekit-2017/Introduction/Intro.html)
- `Fox2SceneKitWWDC2017samplecode/Assets/Art.scnassets/textures/Background_sky.png`## By reference ...
- [Pythonista document - objc_util](http://omz-software.com/pythonista/docs/ios/objc_util.html)
- [Apple Developer Documentation](https://developer.apple.com/documentation)
- [SceneKit](https://developer.apple.com/documentation/scenekit?language=objc)
- [ARKit](https://developer.apple.com/documentation/arkit?language=objc)- [Apple ARKit by Example](https://blog.markdaws.net/apple-arkit-by-example-ef1c8578fb59)
- [Apple Engine - Apple, iPhone, iOS, その周辺のことについて -](https://appleengine.hatenablog.com/archive/category/SceneKit)
- [pulbrich/sceneKit-wrapper-for-Pythonista](https://github.com/pulbrich/sceneKit-wrapper-for-Pythonista)
- [Brun0oO/Pythonista](https://github.com/Brun0oO/Pythonista/tree/master/arkit)