Mithi Sevilla
Mithi Sevilla
Hi everyone, I was just thinking, since `useMedia` isn't really the focus here, the focus of the video is `useDebugValue`, wouldn't it be easier to replace it with a hook...
Hi @fuddl , thanks your the input, here's the plugin if anyone's interested: https://github.com/fuddl/bare-minimum-quadratic-bezier it would be nice if it's possible to draw circles that are "angled" in 3d space,...
I think you can use this function - rotateXYZmatrix const rotateXYZmatrix = (euler: { x: number; y: number; z: number }): matrix4x4 to pass the angles in degrees on the...
I think it is better to be more explicit with the types and to be more explicit on the algorithm that will be used based on the type. Also I...
> Did you plan other primitive types? I only planned one other type which is a 3d circle.. see also: https://github.com/mithi/bare-minimum-3d/issues/6
@fuddl If you also think that you need to reuse the the built `DataRenderer`, feel free to modify `bare-minimum-3d` to expose it so that your custom plugin / data renderer...
> you are suggesting plug-ins should look like this? No. `renderScene` converts `3d` data to `2d` data. For example, this is the input ```js const dataInput3d = [{ color: "#FC427B",...
Hi Muhammad! Thanks for your interest. Please let me know what exercise it is you thought of including and explain why you think such exercise is important enough to be...
Syntax Highlighting Issue: In JSX components, spreading props breaks component's syntax highlighting
Fixed by https://github.com/PrismJS/prism/pull/2754
Syntax Highlighting Issue: In JSX components, spreading props breaks component's syntax highlighting
Turns out this hasn't been released, so I have to wait for it