Gianmarco
Gianmarco
```jsx import { DietSpriteUnit } from 'diet-sprite/sc' import { useDietSprite } from 'diet-sprite/r3f' ... const texture = useTexture(...) const [geometry, dataTexture] = useDietSprite(...) ... position: DietSpriteUnit( VertexID, dataTexture ), color:...
Much like environments and matcap textures, add an easy way to get LUTs for quick prototyping LUT Example for three.js https://threejs.org/examples/?q=lut#webgl_postprocessing_3dlut 1. Download three's example LUTs 2. Rehost them on...
Hey! I need to fetch some user data in `authToken: (roomId) => {}` and I'd like to do this without intertwining my auth code - since it'd have to expose...
If an animation is happening, it restarts from frame one every time you use the slider to change the number of vertices or any other option. This is a bug,...
Use turborepo and TSDown. Make sure tsdown ignores .turbo files. Take this as an example: https://github.com/gsimone/tailwind-styles-embed
Stitches is no longer maintained and TW is here to stay, move after #41 and check this minimal example: https://github.com/gsimone/tailwind-styles-embed
**TODO** - [ ] apply the same fixes to Interval slider