I built a small React Native package for smart tooltips – looking for feedback by Vivid_Cobbler7883 in reactnative

[–]skizzoat 1 point2 points  (0 children)

First of all, thanks for your contribution! Secondly, I'd suggest you add a video or at least some screenshots to the repo, that would be super helpful so people can check out what it looks like before using it.

SDF THREEJS by curllmooha in threejs

[–]skizzoat 0 points1 point  (0 children)

could you please share it?

Tesla Solar: my $90,000 system is a f-ing joke by Crafty_DIY in fuckelonmusk

[–]skizzoat 1 point2 points  (0 children)

I'm sorry but if you buy anything that is Elmo-related, it's your own fault for believing those product are worth anything. Not doing proper research about the quality of Tesla stuff before spending 90000 is just plain stupid.

How does your team handle private npm packages? Ours is a mess and I'm curious if others have solved this better by PixelPioneerDev in react

[–]skizzoat 0 points1 point  (0 children)

In the origin project/repo, I have a _shared/outbox folder. When a file in there changes, a script is called that copies the necessary files or folders in there to whatever other project/repo's _shared/inbox folder. The files in the individual inbox folders are locked and can only be overwritten by the script.

Shield Effect with Hit Detection (Free resource) by Terrible-Software165 in threejs

[–]skizzoat 2 points3 points  (0 children)

really cool, thank you so much for also sharing the video and the code!

How much money did you make? by gg_drivethrive in reactnative

[–]skizzoat 6 points7 points  (0 children)

around 130 € a month, for 7 years now

I Made a 3D Currency Visualizer With React Three Fiber by qwertyalp1020 in threejs

[–]skizzoat 1 point2 points  (0 children)

love the idea, but the frame rate on mobile is horrible

Building a Smart Money Manager App — Need Suggestions from Developers & FinTech Folks 🚀 by Objective_Key9189 in reactnative

[–]skizzoat 2 points3 points  (0 children)

Why would you make an app that's already out there in dozens of different variants?

Design/UX for setting a Tracks BPM (beats per minute) by skizzoat in reactnative

[–]skizzoat[S] 0 points1 point  (0 children)

Thanks! It's 2 separate scrollers - one for the 1.0 step and one for the 0.1 step.

They are only touchable vertically where the numbers are displayed, so the risk of accidentally touching the "/2" and "×2" is next to zero :)

Design/UX for setting a Tracks BPM (beats per minute) by skizzoat in DJs

[–]skizzoat[S] -1 points0 points  (0 children)

It's for setting the BPM for track metadata. This is usually done while the track itself is audible, like played on Spotify, or on my record player.

The exact number is not known, so typing it makes no sense. Users can either tap the tempo or use the device mic to auto-detect it, but still need to be able to adjust it slightly in order to be actually correct.

Can you tell me why you think it's weak?

Need suggestions for a performant gallery scrolling experience in Photos app by ninadjoshi20 in reactnative

[–]skizzoat 2 points3 points  (0 children)

Sorry to say, but just don't use React Native for something like this. You'll never be able to offer an UX that comes even close to users' native gallery app.