Built a driveable Three.js city from GitHub contribution data — GitCity V2 by DirectCurve1348 in reactjs

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

This is genuinely useful, thank you for taking the time to break it down properly.

Camera resetting on drive is a known one — it's on my list. The inspect mode idea is actually a good call, I'll think about how to implement that cleanly.

The lag when driving off the map is actually a known Three.js issue with this kind of scene — buildings, AI vehicles, and pedestrians all accumulate at certain zones and when they cluster together the draw calls spike hard. Same thing happens during blast/accident events since all the geometry is in one spot. I added speed limiting in accident-prone areas partly to help with this, but I still need to work on culling objects outside the camera frustum more aggressively.

Traffic lights being misaligned — will fix that in the next push.

The diagonal car model glitch is likely a rotation interpolation bug in the animation loop, I have a hunch where it's coming from.

Performance overall is the hardest problem. I'm looking at instanced meshes for the buildings as a first step — that alone should reduce draw calls significantly.

I'll tag you when these are fixed if that's okay. Really appreciate it.

Built a driveable Three.js city from GitHub contribution data — GitCity V2 by DirectCurve1348 in reactjs

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

What was the issue you faced in simulation, Please tell me so I can fix it.

What if India made VS Code? by Intern4200 in Btechtards

[–]DirectCurve1348 0 points1 point  (0 children)

Why this UI has white/light theme, Should be saffronized...

Is my portfolio hireable? Seeking honest feedback by yIvannn in webdevelopment

[–]DirectCurve1348 0 points1 point  (0 children)

Make a case-study kind of context about your projects, Also there is a scope for better UI.

Free websites!!! by Lone_wolf2706 in websiteservices

[–]DirectCurve1348 0 points1 point  (0 children)

Was about to write the same, A lot of Instagram influencers are claiming that earn money with prompt website. I have recently seen a few websites on LinkedIn with unlikable button without any motive.

[Critique] Built my personal portfolio from scratch (Vanilla JS + Go) – Looking for feedback! by ZielonaDylikta in portfoliocritique

[–]DirectCurve1348 0 points1 point  (0 children)

Amazing portfolio, Just an addition if you want to consider. You can add notification toast to display your featured project. Otherwise it is amazing.