This commit is contained in:
Tom Kidd 2022-10-15 17:38:17 +02:00 committed by GitHub
commit e6a2218939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1636 changed files with 8408 additions and 90759 deletions

12
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1,12 @@
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: schnapple
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

87
.gitignore vendored Normal file
View file

@ -0,0 +1,87 @@
.DS_Store
*xcuserdata/
*build/
*.mode1v3
*.pbxuser
*.xcworkspace
*.moved-aside/
.svn
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
DerivedData/
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
## Playgrounds
timeline.xctimeline
playground.xcworkspace
# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
.build/
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Build
# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
# Code Injection
#
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode
iOSInjectionProject/

29
README.md Normal file
View file

@ -0,0 +1,29 @@
<img align="left" width="100" height="100" src="https://raw.githubusercontent.com/tomkidd/Wolf3D-iOS/master/icon_wolf3d.png">
# Wolfenstein 3D for iOS 11 and tvOS for Apple TV
&nbsp;
This is my update for Wolfenstein 3D for iOS to run on iOS 11, running in modern resolutions including the full width of the iPhone X. I have also made a target and version for tvOS to run on Apple TV
![screenshot](https://raw.githubusercontent.com/tomkidd/Wolf3d-iOS/master/ss_wolf3d.png)
Improvements/Changes
- Compiles and runs in iOS 11 SDK
- Orientation and coordinate system fixed to reflect iOS 8 changes
- C warnings fixed for Xcode 9.3
- Basic MFi controller support
- Deprecated APIs removed and replaced with modern equivalents
- Code locations reorganized and consolodated
- Second project target for tvOS that takes advantage of focus model and removes on-screen controls.
For a rundown of getting the code up and running in iOS 11, I wrote this [lengthy article](http://schnapple.com/wolfenstein-3d-and-doom-on-ios-11/) on the subject. For a rundown of the effort to get it running on tvOS, I wrote a [second lenghty article](http://schnapple.com/wolfenstein-3d-and-doom-on-tvos-for-apple-tv/) on the subject.
[Video of Wolfenstein 3-D running on an iPhone X](https://www.youtube.com/watch?v=O_tC5krFVZ8)
[Video of Wolfenstein 3-D running on an Apple TV](https://www.youtube.com/watch?v=ghkjUi_1Bos)
I have also made apps for [*DOOM*, *DOOM II* and *Final DOOM*](https://github.com/tomkidd/DOOM-iOS), [*Quake*](https://github.com/tomkidd/Quake-iOS), [*Quake II*](https://github.com/tomkidd/Quake2-iOS), [*Quake III: Arena*](https://github.com/tomkidd/Quake3-iOS), [*Return to Castle Wolfenstein*](https://github.com/tomkidd/RTCW-iOS) and [*DOOM 3*](https://github.com/tomkidd/DOOM3-iOS).
Have fun. For any questions I can be reached at tomkidd@gmail.com

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
icon_wolf3d.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
ss_wolf3d.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 KiB

BIN
wolf3d/base/maps/s00.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s01.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s02.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s03.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s04.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s05.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s06.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s07.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s08.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s09.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s10.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s11.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s12.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s13.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s14.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s15.map Executable file

Binary file not shown.

BIN
wolf3d/base/maps/s16.map Executable file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more