-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port game engine from c++ to Swift (#1)
* Swift game engine working. * Code review feedback. * More code review feedback. * Code review feedback.
- Loading branch information
1 parent
2a596d4
commit da3a56c
Showing
58 changed files
with
1,360 additions
and
2,970 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
Queah.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict/> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 0 additions & 66 deletions
66
Queah.xcodeproj/xcshareddata/xcschemes/QueahEngine-MacOS.xcscheme
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
Queah.xcodeproj/xcshareddata/xcschemes/QueahEngine-iOS.xcscheme
This file was deleted.
Oops, something went wrong.
78 changes: 0 additions & 78 deletions
78
Queah.xcodeproj/xcshareddata/xcschemes/QueahSample.xcscheme
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.