Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/SceneView/sceneview-android

SceneView is a 3D and AR Android Composable and View with Google Filament and ARCore. This is a Sceneform replacement in Kotlin
https://github.com/SceneView/sceneview-android

Release 0.8.0

367764c6846ec8180f42c750a0b2aa22838c375c authored over 2 years ago
Fixed ViewNode being not rendered (#126)

691e0cb37a23f777f6ba999d0e4bfb89654c034e authored over 2 years ago
Update README.md

27eb591a78f1f72f4b618174ef69942d9d33be33 authored over 2 years ago
Fix IndirectLight double destroy

848a95831d895a9c61143dc042195632f5505199 authored over 2 years ago
Fix LightEstimator default mode

c81a52cbc3994151b2749a57444fadc154c2b961 authored over 2 years ago
Fix wrong rendering order

f58c90cf23a8d8e369ef31f8da7b5c8cd38ddb70 authored over 2 years ago
Introduce Node transformEntity to handle Filament positioning within a Node with previous frame positioning compare

456a9b0ac4945f5af31cde402a577c31ae2998f9 authored over 2 years ago
RIP Renderer + Updated light estimation + ArCore features overridable

4b8a3b115a1cc5e8cf6453ba35fd4f2887160f5f authored over 2 years ago
RIP LightInstance

04790391f7bef1a288f8c0d5c7bdbeb6a4d13409 authored over 2 years ago
Refactor Camera -> CameraNode

b2a8e6211d12c3ecb2f1fd7de2f015c3c0e661a0 authored over 2 years ago
Added SceneView surface recorder start/stop directly to SceneView

1510b90335c11dfba0a344c8a98c56df7a0dc9ec authored over 2 years ago
Introduce separated SurfaceCopier instead of Renderer one

301b0455fb80886d99f0d1b35793759986d91a53 authored over 2 years ago
Changed Renderable and RenderableInstance link to SceneView instead of Renderer

c43ac0b15636618584dd0129ba25b39d312ceb75 authored over 2 years ago
Apply isFrontFaceWindingInverted at onArSessionConfigChanged instead of onArSessionCreated

f6100d07e80885f054a1d71ec869f7dcf53a7e01 authored over 2 years ago
Moved isFrontFaceWindingInverted to SceneView

36043cde670609d6becee917a33a731f7f24a5af authored over 2 years ago
Refactor

69f8f4989f39e8b8c46c4fbd107e31674d7256af authored over 2 years ago
Delete old node selection visualizer

d50fc965e2fb930c48833695c43a0f24ce62260a authored over 2 years ago
Refactor package name: interaction -> gesture

60e3a5c529275dde37d249b75108446f79c9f22d authored over 2 years ago
Added Node Transform Animator

a6a20b6598c4d24bb7454bd4e6abad4462ff410b authored over 2 years ago
Added lookAt and lookAtDirection to Node (#121)

* :sparkles: Added lookAt and lookAtDirection to Node.

* :sparkles: Added lookAt with targetNod...

5498efd8125ab0df472b2d29b00f50f19bb0c8bb authored over 2 years ago
Updated Filament to 1.25.1 (#122)

8a3a73b336f8244c1df40f5ee89075eab9fa1f19 authored over 2 years ago
Fixed setting scale in Node with constructor (#118)

7e7a78b8950ce72a726556dd480099c3bd8d5f2f authored over 2 years ago
Fixed gesture detection (#113)

* Fixed rotation gesture detection

* Fixed scale gesture

49dc6d1a3dfcb4b7667698c449a75fcdf08ca1de authored over 2 years ago
Better Geospatial (#114)

0687148fa08a7828acae3b7162cd06bd6f5e5704 authored over 2 years ago
Update to Filament 1.23.1 (#105)

* Update to Filament 1.23.1

* Removed unused constructor with deprecated code

Co-authored-by: ...

f66f9bc7f735696308a4c4546525802380e63d61 authored over 2 years ago
Removed local Maven repository (#108)

996112e1ac321901235c685d211c252d11469fce authored over 2 years ago
Change node.anchor() return to the created anchor instead of Boolean

4c1dd3f0d9faab2820cd75fb1d2571a18924a75c authored over 2 years ago
Update README.md

85cc663bd421947b1461866ea768b5317ed3000c authored over 2 years ago
Update README.md

02349b371d97b0488fd3d23a66935af12864963f authored over 2 years ago
Fixes

6b6a8653d4e45885a8f1fe2db8a2482252a1a4fa authored over 2 years ago
Move Filament engine and OpenGL context to weak reference

7c76f39d0a01480312f2feb77fae972959b76720 authored over 2 years ago
Renew the 3D ModelViewer sample

30b7ce95e6a9994279388c88e3b5d09f21dd2c6c authored over 2 years ago
Renew the ArModelViewer sample

6b404a3334eab30636e74bb7b68f0595d2ef46db authored over 2 years ago
New Node selection system with multiple or single

820571a4434e6d9dfd689bace0637f0952aa2d35 authored over 2 years ago
Fixed slerp

0027a6ddcc30a0dd2b4f890c2cac66548eb1ac21 authored over 2 years ago
Refactor Gesture detectors and listeners

ca308fe56dc4a42d6798769d0ec8c2f070022fc5 authored over 2 years ago
Refactor from isFocusabe to isSelectable

f062ba878fc89777da37033d9c143edf6e6a812f authored over 2 years ago
Add ArModelNode and ArNode possible override of pose and hit result changing + Fix pose not updated on not tracked hit result + Fix null pose not resetting transform

a01a942aa5a2016574651645a397a98491ce2a6c authored over 2 years ago
Add ArNode possibility to enable or not the AR positioning and rotation

dd0f40f557ab8412757f2a5b34183a2c707aef6d authored over 2 years ago
Fix Node wrong model transform equals between setter and getter

aa65dfe807440ce942dd600bc62c6c72c76858af authored over 2 years ago
Update kotlin-math

40ec63dd1a3a7500800e224e039fc5d13c425120 authored over 2 years ago
Fix half model scale + Change autoScale to units scale value

df7cffb5225a2347a038ec9751e0c104b91f9f9b authored over 2 years ago
Fix Node wrong transform equals between setter and getter + Fix Smooth not ending

77a33d2f0ff3af11f978a067bbbf369abad6152d authored over 2 years ago
Change the Camera default position to match the Filament one and so the CameraManipulator one

dd89b59e741c99387bea8b749806adbec95d86fb authored over 2 years ago
Fixed removing children (#106)

37ee6a35411dc9bc791fab402ce5cf3051e7823f authored over 2 years ago
Fixed removing children (#106)

aca6da836d351fd8d01e97230a993ea43f039dab authored over 2 years ago
Destroy all resources to fix crashes in Material

0a4c8fb6a7e7b6f5f6b10cb619e928683cb7f610 authored over 2 years ago
Add Node smooth scale and smooth transform

937204a187c399b5562b99be7dd06e14200914d5 authored over 2 years ago
Fix mainLight and environment not applied to the Scene

ce7d2504768327ce13d7f3c8929184a3e343edac authored over 2 years ago
Remove the SearchPlaneInfoNode animator

bff7f24ebd9d59673908bf1e5e81bd3aa75b5739 authored over 2 years ago
Release 0.7.0

00a08e648773e27f6ae8be514e3be74129e0247d authored over 2 years ago
Fix onAnchorChanged ArNode parameter

6260bf716f43d7359dc667673fc1ded66c991234 authored over 2 years ago
Add TextureLoader.loadImageTexture()

f7247805f720ab7842ffd463bd23bff5f853fedc authored over 2 years ago
Documentation

8c62a47adb2b43ff3f72aa592530a7c8e85afa64 authored over 2 years ago
Move Sceneform Material to Filament MaterialInstance

ddd63ccbfc001780510703a0bbf6402c84429431 authored over 2 years ago
Fixed small errors (#102)

* Fixed build

* Fixed small errors

* Use an explicit exception

* Revert "Frame time int...

cda702e6963b51f31d69fa3d0d9bf5ed07616a46 authored over 2 years ago
Update README.md

d7a8890dea9ac9aac1c828174d50fea8879937a8 authored over 2 years ago
Update README.md

41c6a30c63487de2c5028120e638565f47cd6d4e authored over 2 years ago
Update README.md

5d15b6721dc26e3da656e943f3272ca84798a35b authored over 2 years ago
Update README.md

3dae0c48520bee287b0041fb460815f442a5aedb authored over 2 years ago
Update README.md

42628f597e05a76c6ba6b7f3d74eeb72d2319ce2 authored over 2 years ago
Update README.md

d1cf3d120a346e058702d5e50b641e9c7b381831 authored over 2 years ago
Update README.md

b339baa8bfdb90c0ee5fbbff5d0af737b6df7c09 authored over 2 years ago
Update README.md

f2a4ca73a50fe80da52093548b104b93ca8a2926 authored over 2 years ago
Fix move gesture (#99)

* Use real tapped position

* Review comments to endTransform

* Rename *Transform to *Trans...

2d877de5b72ab381cac5b34191e03d36e8bd40d7 authored over 2 years ago
Rollback to ARCore 1.30.0 instead of 1.31.0 because of lags and killing app introduced issues

5cef08d9c7d491e2fa128a379891434c66362020 authored over 2 years ago
Fixes

77332d6e015e2ab226797a7cc8b8e897fde3472a authored over 2 years ago
ArModelNode : Change namings for better comprehension + Add followHitPosition flag + Add maxHitTestPerSecond + Fixes + Doc

8e2ed2a36a1b5bde4fef07415bb2284f5a52a17f authored over 2 years ago
Change autoAnchor -> instantAnchor

eb9bb44e95d0345f7aae8f41d2a6bbe863b952c8 authored over 2 years ago
Add PlaneRenderer maxHitPerSecond (default 10) to limit frame hit testing

9d31efcbaaff918069ee084b1335fe9cb9809f13 authored over 2 years ago
Default Anchor pose update interval is set to null (no anchor pose update)

+ smoothPose -> isSmoothPoseEnable
+ Doc
+ Cleanup

12c35017f7c6b65711388e9013d9bf0ea5b249ee authored over 2 years ago
Add Pose transform retrieve

5f54a976769bdb5fd5f3b121e95f4bf85e0f3299 authored over 2 years ago
Move AR Model Viewer sample to Activity instead of Fragment

89b9695fce0825a8d137e189d45bf9cc1a5fcd8d authored over 2 years ago
Frame time interval returns abs value

7eeae3104e0559711c3cf723b26970478a3f631c authored over 2 years ago
Add ModelNode onModelChanged listener + Doc + Cleanup code

78956a9495e4c07588c910305e90ebaddcdcf4b3 authored over 2 years ago
Add Node onSmoothEnd listener

dfb53c48bf8db28f5306dcbf64abb6ff5a773729 authored over 2 years ago
Fix smooth position and rotation never reached if position and rotation are set before smooth end

+ Add smooth transform

bda0df3318e90fe1101ede9f43f5f97bc442ec86 authored over 2 years ago
createMaterial always return a MaterialInstance or throw exception if it can't be loaded

a53ac0f08aae3e15b5e713e321313c55f86faf40 authored over 2 years ago
Material Instance setter and getter

9496710c0e7a9772bbf802daa0f88441aa32adb1 authored over 2 years ago
Fix setting of isShadowCaster and isShadowReceiver

608dfa68d6e6202d79dedf5a3df023718c274e1a authored over 2 years ago
Fix plane visualizer destroy

a3e49a77c71e624cc1c8a9e18218ea42f767848b authored over 2 years ago
Fixed tap events (#96)

* Fixed tap events

* Improved node selection

* Pass taps to parent nodes

a83fc3c53d455971deb497ece64395b46641fbe6 authored over 2 years ago
Restore old VideoNode

1dc6308cea0cd44e7232e1c710bd3bdc66c65e20 authored over 2 years ago
Fix resourceLoading from Android resources

1ad1102ed9ca2f5c9ff18a283c7ab9bf139d4bf3 authored over 2 years ago
Node default position is now (0,0,0) instead of (0,0,-4) because of child Node usage

66b5bf5114afe23c32c88fbc615ef91795d89ed6 authored over 2 years ago
Gradle 7.1.2 -> 7.2.0

6b88628a005b22ae7c6ea7949b78ea2e602c652a authored over 2 years ago
Multiple onAugmentedImageUpdate listeners

6db90080154714d276980b1ca42a6bbe9bc69601 authored over 2 years ago
ModelNode and ArModelNode glTF model constructors

ebe0a91c5c980bbe1c38684c0852adb84efd6ccd authored over 2 years ago
CursorNode configurable clickDuration

a1815eca78b4605a44ff4b7311a9b422a8dcb84a authored over 2 years ago
ArNode.onTrackingChanged -> ArNode.onPoseChanged

684663178cdf59cebf8ae3098013bff8ce1cf5b2 authored over 2 years ago
Nullable lifecycle on certain resources

17483db9858afe5378251baf1686852ca72a6305 authored over 2 years ago
Start cleaning old Sceneform Material

075a3a83bdd52658c0b4935a53028aa27d8f9ebc authored over 2 years ago
Fixed synchronization of 3D scene state and camera frames using Frame.getCameraTextureName (#95)

800734806b0a7b895f56b25cbcecf1f58468ab78 authored over 2 years ago
Fix model pick: Inverted y coordinate for picking (#93)

* Inverted y coordinate for picking

* Removed rounding of MotionEvent coordinates

f00bcf5d04edc2977c42e36968c02aabda31b4bd authored over 2 years ago
Make pan gesture configurable (#82)

* Make pan gesture configurable

* Rename panSupported to isPanEnabled

Co-authored-by: Stev...

e691d24ccdf7cee37fb4df2cc0a9e44dece8a9ad authored over 2 years ago
Release 0.6.0

2c8b61de13e6c1a36a7f33fb805a5fba23f45e51 authored over 2 years ago
ARCore 1.31.0

3ea9cce95e41860c71ef1716fb1aa66b37a18106 authored over 2 years ago
Update README.md

ee945c612270de3430621cfc0854dd93d5724741 authored over 2 years ago
Release 0.5.2

ad72d97a29135c3cf5c2c5456e593620cdd74462 authored over 2 years ago
Improve rotation (#78)

Co-authored-by: Steven Mohr <[email protected]>

eec63420c4236db0aaaa074edf62490b2fd1b414 authored over 2 years ago