forked from ir-engine/ir-engine
-
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.
* Add PanResponder stub * Stub CanvasEventHandler * Add license * EventHandler stub * Add inspo * Update gesture events * Add Event Listener to canvas element * Create CustomLocationPage for testing * Render static template * Black background * Import input into CustomLocationPage * Add logging * Use pointer events instead of panresponder * Basic boundingClientRect * Add FlyControlSystem * Start adding joystick * Pass type to CanvasEventHandler * Set target entity * Tweak follow camera settings * Update LocationPage * Add pointer listen events * Add controller back * Revert render system changes * Import the rest of the systems * Add TODO * Comment out unusable ClientModules * use .native files instead of entirely new package * Remove client-core-mobile * Remove projects-mobile * Clean up LocationRoutes reference * revert engine change * Realign with upstream * Remove url search from AvatarSpawnSystem * Add react native basis universal * Start implementing KTX2 loader * Add todos * Import KTX2 loader * Copy from original file * remove nocheck * remove init * Replace worker code * Fix types * fix podfile * add debug logs * Add debug statements * Remove RNBridgeless check * texture loading fixes * Clean up logging * Fix asset type detection * fix sky station skybox type * add todos * Get some materials loading * Add URL polyfill * expo asset patch * add license * clean up unused changes * Add logging for missing meshopt decoder * Begin texture scaling impl * handle imports * Extract createTextureFromImage * Simplify texture loading * Align with web API * Fix texture color * clean up TODOs * Remove unused code * add some todos * Polyfill performance API * check nullish value * Add TODO for FollowCameraComponent * Add moveAvatar todos * Switch to dynamically linked modules * Add physics support * Rapier license * Update texture loading * Strip touch input code * Fix Podfile * Remove unused wasm files
- Loading branch information
Showing
22 changed files
with
693,103 additions
and
82 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ ruby ">= 2.6.10" | |
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1' | ||
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' | ||
gem 'xcodeproj', '< 1.26.0' | ||
gem 'cocoapods-swift-modular-headers', :git => '[email protected]:okwasniewski/cocoapods-swift-modular-headers.git', branch: 'main' |
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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
GIT | ||
remote: [email protected]:okwasniewski/cocoapods-swift-modular-headers.git | ||
revision: 7b9a5e757854557211b8a1adc9a672811f41c423 | ||
branch: main | ||
specs: | ||
cocoapods-swift-modular-headers (0.0.2) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
|
@@ -110,6 +117,7 @@ PLATFORMS | |
DEPENDENCIES | ||
activesupport (>= 6.1.7.5, != 7.1.0) | ||
cocoapods (>= 1.13, != 1.15.1, != 1.15.0) | ||
cocoapods-swift-modular-headers! | ||
xcodeproj (< 1.26.0) | ||
|
||
RUBY VERSION | ||
|
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
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
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.