All Projects → bjarnel → Arkit Tictactoe

bjarnel / Arkit Tictactoe

Licence: apache-2.0
Tic-Tac-Toe implemented using ARKit+Scenekit

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Arkit Tictactoe

Argithubcommits
Show your GitHub commit records in 3D with ARKit and SceneKit. 用 ARKit 展示你的 GitHub 提交图
Stars: ✭ 280 (-26.7%)
Mutual labels:  arkit, scenekit
Arkit Scnpath
Create paths for your Augmented Reality environments using just points to represent the centre of the path.
Stars: ✭ 312 (-18.32%)
Mutual labels:  arkit, scenekit
ARKitSceneKitExample
Simple AR app made with ARKit and SceneKit
Stars: ✭ 53 (-86.13%)
Mutual labels:  scenekit, arkit
SCNNodeVisualDebugger
A simple visual debugger for SceneKit
Stars: ✭ 18 (-95.29%)
Mutual labels:  scenekit, arkit
Arkit
ARKit Base Project. Place virtual objects based on WWDC example project
Stars: ✭ 297 (-22.25%)
Mutual labels:  arkit, scenekit
GVRSCNRenderer
SceneKit Rendering and ARKit 6DOF Tracking for Google Cardboard
Stars: ✭ 19 (-95.03%)
Mutual labels:  scenekit, arkit
ARVoxelKit
Voxel graphics framework using ARKit + SceneKit
Stars: ✭ 74 (-80.63%)
Mutual labels:  scenekit, arkit
arkit-graffiti
A demo that shows painting on walls with ARKit+SceneKit
Stars: ✭ 49 (-87.17%)
Mutual labels:  scenekit, arkit
ARBlockTower
Submission for WWDC 2018 Scholarship formatted into an iOS app
Stars: ✭ 24 (-93.72%)
Mutual labels:  scenekit, arkit
ARKitPlusVR
Make VR with SceneKit & ARKit.
Stars: ✭ 83 (-78.27%)
Mutual labels:  scenekit, arkit
SCNRecorder
The best way to record your AR experience!
Stars: ✭ 136 (-64.4%)
Mutual labels:  scenekit, arkit
Arkit Occlusion
A demonstration of vertical planes "tracking" and occlusions with ARKit+Scenekit
Stars: ✭ 341 (-10.73%)
Mutual labels:  arkit, scenekit
Unity-ARKit-Plugin
Modified plugin source and Add custom ARKit projects implement on Unity
Stars: ✭ 83 (-78.27%)
Mutual labels:  scenekit, arkit
ARKit-SceneKIit Course
learning resource (SceneKit)
Stars: ✭ 102 (-73.3%)
Mutual labels:  scenekit, arkit
avantindietro
Sample Swift iOS ARKit project which shows how to implement an Undo feature for ARKit/SceneKit apps.
Stars: ✭ 16 (-95.81%)
Mutual labels:  scenekit, arkit
ARKit-SceneKit-Paint-Tiltbrush-Demo
Demo paint app with ARKit and SceneKit
Stars: ✭ 33 (-91.36%)
Mutual labels:  scenekit, arkit
aruco-arkit-opencv
This iOS app detects aruco markers in a live view. v4.4
Stars: ✭ 19 (-95.03%)
Mutual labels:  scenekit, arkit
TheLaughingMan-ARKit
Use ARKit to become the infamous Laughing Man from Ghost in the Shell
Stars: ✭ 26 (-93.19%)
Mutual labels:  scenekit, arkit
ARKit-Sample-ObjC
ARKit sample application is written in Objective C with features of Add, Remove, Scale, Move, Snapshot for single and multiple objects with plane/surface detection, reset session and AR support checking.
Stars: ✭ 72 (-81.15%)
Mutual labels:  scenekit, arkit
SCNHighlight
Scale-invariant highlight effect for SCNNodes based on SCNTechnique
Stars: ✭ 20 (-94.76%)
Mutual labels:  scenekit, arkit

arkit-tictactoe

Bjarne Lundgren / [email protected] / @bjarnel

In this example I have taken the simple scenekit tic-tac-toe (another of my repositories), and tried to put it in ARKit:)

The game also includes a decent AI opponent.

It works.. somewhat

The aim is this project is just to improve my knowledge of SceneKit and ARKit.

This obviously requires, Xcode 9 (BETA), iOS 11 (BETA) and a relatively recent iOS device.

I know there are numerous positioning bugs around, and that the scene itself is badly organized. Will improve in time:)

Instructions: You put pieces by tapping where you want them to be. You move pieces by dragging and dropping.

Tac-Tac-Toe with ARKit

Screenshots:

alt text alt text

License

Some content comes from freepbr.com or Apple Demo app, this content have their own license. It is generally noted in the code and/or in included text files which content this is.

Copyright 2017 Bjarne Lundgren

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].