Jonathan Chemla

Results 159 issues of Jonathan Chemla

Add drei Editable Control Types to [defaultEditableFactoryConfig.ts](https://github.com/theatre-js/theatre/blob/main/packages/r3f/src/main/defaultEditableFactoryConfig.ts#L62) drei specific - [ ] [CameraControls](https://github.com/pmndrs/drei?tab=readme-ov-file#cameracontrols) Standard threejs controls - [ ] [OrbitControls](https://threejs.org/docs/examples/en/controls/OrbitControls.html) - [ ] [FlyControls](https://threejs.org/docs/examples/en/controls/FlyControls.html) - [ ] [MapControls](https://threejs.org/docs/examples/en/controls/MapControls.html) - [...

### Feature description Following discussion here https://github.com/qgis/QGIS/issues/54772#issuecomment-2109040026 regarding implementing the gradient ramps legend symbols for Vector layers, implementation for heatmaps has been completed by @nyalldawson (thanks!) It can make sense...

Feature Request

Hey there, First of all, really neat UI for the awesome-self-hosted data, impressive work! A welcome addition would be to add more filters/sort options on the list, like - most...

When using the docker-compose workflow at the bottom of the portainer-backup readme, no backup is generated by cron job. The following error can be seen in the container logs: ```...

First of all, thanks for this great library and docs! Two quick questions: - Could you implement better z-depth based occlusion for multiple splats in the same scene? Might not...

It would be great if the [BasicNumberInput](https://github.com/theatre-js/theatre/blob/main/packages/studio/src/uiComponents/form/BasicNumberInput.tsx) could support dragging for touchscreen/touch events the same way we can drag these number inputs with the mouse to increase/decrease the prop like...

## Motivation On the android and ios SDKs, there is a `tileRequestsDelay` parameter that can be enforced. This avoids loading too many unuseful tiles during animations - especially flyTo -...

feature :green_apple:

Hi there, I've got a use-case of an r3f app where I'd like users to be able to upload gltf files and parse them on the fly to JSX react...

I stumbled upon the below error setting up a React project with Vite and trying to use the `gltfjsx` parser standalone. ```bash npm create vite@latest my-app --template react ``` The...

Simply added this section to the readme within a details note: ```js optionalConfig = { debug: true, // User content keepnames: true, keepgroups: true, meta: true, header: 'Header', // User...