Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjarnel/arkit-smb-homage
An implementation of a Super Mario Bros-like game in augmented reality with ARKit and SceneKit.
https://github.com/bjarnel/arkit-smb-homage
arkit scenekit supermariobros swift
Last synced: 3 months ago
JSON representation
An implementation of a Super Mario Bros-like game in augmented reality with ARKit and SceneKit.
- Host: GitHub
- URL: https://github.com/bjarnel/arkit-smb-homage
- Owner: bjarnel
- License: apache-2.0
- Created: 2017-08-16T11:34:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T12:01:43.000Z (over 4 years ago)
- Last Synced: 2024-08-02T07:13:25.690Z (6 months ago)
- Topics: arkit, scenekit, supermariobros, swift
- Language: Swift
- Homepage:
- Size: 44.9 MB
- Stars: 258
- Watchers: 13
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-AR - Super Mario Bros
- awesome - arkit-smb-homage - An implementation of a Super Mario Bros-like game in augmented reality with ARKit and SceneKit. (OOM-Leaks-Crash / AR-VR)
- awesome - arkit-smb-homage - An implementation of a Super Mario Bros-like game in augmented reality with ARKit and SceneKit. (OOM-Leaks-Crash / AR-VR)
README
# arkit-smb-homage
Bjarne Lundgren / [email protected] / [@bjarnel](https://twitter.com/bjarnel)This project is a homage to Super Mario Bros. It does not, however, contain ANY original Nintendo content, nor is it an exact implementation of Super Mario Bros.
The goal is to get a somewhat working Super Mario-like DEMO implemented with ARKit and SceneKit.
Why was this made? For fun :)
In this project I have experimented a bit with displacement maps (a new iOS 11 BETA feature of SceneKit).
This obviously requires, Xcode 9 (BETA), iOS 11 (BETA) and a relatively recent iOS device.
You can pretty much do want you want with the code, but please provide attribution, also if you use it to create a video.
Unedited gameplay video (youtube):
[![Super Mario with ARKit](https://raw.githubusercontent.com/bjarnel/arkit-smb-homage/master/img/youtube_vid.png)](https://www.youtube.com/watch?v=Q15ertkV0gc&feature=youtu.be "Super Mario with ARKit")
Screenshots (click for bigger version:
[![Beginning of level](https://raw.githubusercontent.com/bjarnel/arkit-smb-homage/master/img/screenshot-beginning-thumbnail.png)](https://raw.githubusercontent.com/bjarnel/arkit-smb-homage/master/img/screenshot-beginning.png "Beginning of level")
[![Some blocks](https://raw.githubusercontent.com/bjarnel/arkit-smb-homage/master/img/screenshot-blocks-thumbnail.png)](https://raw.githubusercontent.com/bjarnel/arkit-smb-homage/master/img/screenshot-blocks.png "Some blocks")
[![Some tubes](https://raw.githubusercontent.com/bjarnel/arkit-smb-homage/master/img/screenshot-tubes-thumbnail.png)](https://raw.githubusercontent.com/bjarnel/arkit-smb-homage/master/img/screenshot-tubes.png "Some tubes")[![Lava pit](https://raw.githubusercontent.com/bjarnel/arkit-smb-homage/master/img/screenshot-lavapit-thumbnail.png)](https://raw.githubusercontent.com/bjarnel/arkit-smb-homage/master/img/screenshot-lavapit.png "Lava pit")
[![Flag pole](https://raw.githubusercontent.com/bjarnel/arkit-smb-homage/master/img/screenshot-flag-thumbnail.png)](https://raw.githubusercontent.com/bjarnel/arkit-smb-homage/master/img/screenshot-flag.png "Flag pole")
[![Level complete](https://raw.githubusercontent.com/bjarnel/arkit-smb-homage/master/img/screenshot-levelcomplete-thumbnail.png)](https://raw.githubusercontent.com/bjarnel/arkit-smb-homage/master/img/screenshot-levelcomplete.png "Level complete")Contributions
=======
The code was written by your truly, however _some_ of the textures and the sound effects were created by other people.Textures: Bjarne Lundgren, deviantart bhaskar655, deviantart jojo_ojoj, Mads Vester and probably some others as well (all assumed to be legally useable in this opensource project)
Sound effects are all from freesound.org, by the following users: vortencho12, runningmind, thedweebman, greenhourglass, taira-komori and lulyc.
Font used: Emulogic by Freaky Fonts
Thanks to Sam at [@ARKitweekly](https://twitter.com/arkitweekly) for feedback & creative input
License
=======
The code written in this project is covered by the Apache License, however the different 3rd party artworks/textures and sound effects are covered by their own original licenses - in most cases this means a non-commercial use.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 athttp://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.