Rico

Results 16 comments of Rico

maybe the readme can be updated to make it clearer that there is extra setup needed and people don't go "ugh, this doesn't work" ^^

nice issue for adding a super cool fractal. @greenfan do you want to tackle this? :upside_down_face:

if you look at the shader code setup for the Mandelbrot Set and the pseudo-code at the Wikipedia page you linked this should be 100% doable :+1:

+1 from me as well. This would be super awesome.

are there any workarounds that you found?

wow, this meshamorphosis project looks *sick*. is it open source?

just curious, is there any discussion around this in the drei repository somewhere? Or what is the status of this?

for future reference in case somebody else tries to make InstancedMesh2 happen in r3f the three-ez InstancedMesh2 page links to an example from [it's examples page](https://github.com/agargaro/instanced-mesh?tab=readme-ov-file#-live-examples). https://stackblitz.com/edit/vitejs-vite-zahmbaan?file=src%2FInstancedMesh2.tsx

heyo, I'm working on a Flutter app at the moment and built a simple widget that seems to be working alright with my current server implementation. looks something like this:...

ok, updated the code a little more, now the styling also looks halfway decent: ```dart import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; import 'dart:convert'; import 'package:crypto/crypto.dart'; import 'package:flutter_svg/flutter_svg.dart'; class AltchaWidget extends...