• porphyra 6 months ago

    Some feedback:

    1. I spent a while clicking and dragging and not realizing that it works by scrolling.

    2. There's no way to tell what's clickable.

    At first I just clicked on the guy in the cage which sent me to the 2D website and I thought that was it. I didn't realize that you can scroll down to see other stuff until much later.

    • wccrawford 6 months ago

      Yup, I tried everything but scrolling and gave up, since that isn't a normal function in 3d space.

      • Oia20 6 months ago

        Thanks for the feedback! Planning on adding an indication to scroll, and some sort of effect for clickable items. Also planning to remove the boat/cage taking you to other page, it made sense in a previous version of the site.

        • throw14082020 6 months ago

          If you have to add that indication then it's unintuitive? IMHO you should take the effort to stop making a 3D world scrollable. You've designed a 3D world but are sandboxing the experience to a typical 2D website.

        • undefined 6 months ago
          [deleted]
        • jarebear6expepj 6 months ago

          You know it is going to be good when the laptop turbines start whistling as soon as you click a link ...

          • bboygravity 6 months ago

            It'll do that with any React site, even the 2D boring ones :p

            • nsriv 6 months ago

              It spun up the fans on my Xeon workstation too lol

              • Oia20 6 months ago

                Haha, so true

              • goodells 6 months ago

                I also built a 3D portfolio website[1] using React and react-three-fiber but I took a different approach design-wise, the HTML content is scrollable like a normal website but the 3D scene subtly matches the perspective of the screen as you scroll.

                [1] - https://samuelgoodell.com

              • bnetd 6 months ago

                Does anyone remember that mid-2000s, 3D competitor to Flash? i think the name started with A like Ankh or something like that but I could be wildly off. It had an IDE and basically ran as a plugin in the browser. It died a quiet death.

                This site kinda sorta reminds me of that.

                Forget what it's called - if someone does, please post more info!

                • foota 6 months ago

                  Maybe one of these? https://www.gamedev.net/forums/topic/297894-good-3d-browser-...

                  Your description also made me think of babylon js, but that was later.

                  Also maybe java applets?

                  • thebruce87m 6 months ago
                    • bnetd 6 months ago

                      More than likely this is it. Well done Bruce! Any insider info on it?

                      • thebruce87m 6 months ago

                        None from me - I had never heard of it, thought I’d have a look and got lucky!

                    • matsemann 6 months ago

                      What about 3D Anarchy, later bought becoming Adobe Atmosphere?

                      https://en.m.wikipedia.org/wiki/Adobe_Atmosphere

                      • meiraleal 6 months ago

                        Wasn't it VRML or maybe some tool that generated VRML? What I found with A that generated VRML was 'Avocado'

                        • dieselgate 6 months ago

                          “A frame” was one but likely not what you mean

                          • undefined 6 months ago
                            [deleted]
                            • Oia20 6 months ago

                              Not Adobe shockwave, right?

                              • bnetd 6 months ago

                                No, this was a completely different, but competing product. the IDE was intended for, to some extent, simple 3D modeling/importing of 3D models, and you could launch a browser instance to see the output.

                                • neogodless 6 months ago

                                  Didn't Microsoft have something like that? Sketchflow?

                                  • noduerme 6 months ago

                                    Microsoft had Silverlight, which was a competing platform with Flash.

                            • dvh 6 months ago

                              There are no shadows or transparent textures and only low poly models, yet I only get maybe 2fps. I've built webgl racing game that did >50fps on a $50 phone [1]. There's something seriously wrong with your tech stack.

                              [1] https://www.youtube.com/watch?v=okg61OOFUdQ

                              • SomeoneOnTheWeb 6 months ago

                                This may be a compatibility problem. On my phone it seems to run at 60fps.

                                • zipy124 6 months ago

                                  on my laptop with a top of the line cpu, gpu, storage and ram, i also only get like maybe 10fps....

                                  It's slightly better in chrome/edge at maybe 15,20 fps but still un-pleasant.

                                • Oia20 6 months ago

                                  Nice work on your racing game! I haven’t experienced the low frame rate you’re mentioning on my site across any of my devices (maybe low frame rate on load a few times)

                                  • undefined 6 months ago
                                    [deleted]
                                    • gareth_untether 6 months ago

                                      No one likes a show off. The website does the job and does it well. It got me exploring and clicking to find out more.

                                    • chrysoprace 6 months ago

                                      Cool site, as somebody else has pointed out it's not entirely clear what to do once you land on the site.

                                      I don't know how easy it is to accomplish with React Three Fiber, but something as simple as having paving `cursor: pointer` on links would be great, as well as an indicator that they'll open in a new tab (typically conveyed through the little box with an arrow going top right).

                                      Fun little project though, I've always wanted to try something similar in the browser.

                                      • Oia20 6 months ago

                                        Thanks! Going to work on some features to help with this soon! Something like a scroll indicator, pointer is also a great idea for clickable item! The arrow indicator idea I also like!

                                        • undefined 6 months ago
                                          [deleted]
                                        • Oia20 6 months ago

                                          This has been a work and progress for a while now. A few months back the site used orbital controls, but I realized the UI/UX (Especially for non tech savy users) was unintuitive. Working to settle on a middle ground.

                                          • esperent 6 months ago

                                            It's a nice scene - a bit busy overall but not bad, if I was hiring for an entry level R3F dev this would be a good thing to show me.

                                            However, for me (very familiar with orbit controls) the controls are now very unintuitive. I think it's better to have a combo of orbit controls, perhaps constraining one or more axes, and animating the camera to transition between different pivot points on click (and maybe change the constraints to suit each particular view). Note that Yomotsu's CameraControls (available via Drei) give a lot better control for this kind of thing than the standard OrbitControls.

                                            If you're going for a 3d interface, no matter the control system, some people won't be familiar with it. The best solution is to accept this and go with the thing the largest number of people will be familiar with (so basically orbit controls), not to roll your own interface that now makes it unfamiliar to everyone.

                                            • satvikpendem 6 months ago

                                              Looks good, I was looking into react-three-fiber as well for my site.

                                              *work in progress by the way

                                            • ayaros 6 months ago

                                              God bless you and your beautiful site. I salute you.

                                              As others have said I do think the controls need work; maybe some form of constrained orbit controls would work well.

                                              • Oia20 6 months ago

                                                Thanks so much! Going to play with adding in some constrained orbital controls, and add some other visual indicators to let visitors know how to interact with the site better.

                                              • Oia20 6 months ago

                                                Also check out the projects/about page by clicking on the old mac!

                                                https://jacob.dement.dev

                                                • kelvinjps10 6 months ago

                                                  The projects 2d site is slower than the 3d one

                                                  • Oia20 6 months ago

                                                    Interesting! Likely because the 3D model for the photo on the 2D site is a larger model than any of the models in the 3D scene.

                                                    But what’s extra interesting about that is the 3D page is a vanilla React project while the 2D site is built with Astro SSG, and has all 90+ lighthouse scores.

                                                • chrisco255 6 months ago

                                                  This is fun, cool, interesting. Really love R3F and how easy it makes it to add 3D to websites. Make the web fun again.

                                                  • gus_massa 6 months ago

                                                    Nice, but I really really really wish to use the arrow keys to rotate.

                                                    • ktxyznvda 6 months ago

                                                      I like the vibe but damn did my Dell Precision 5680 get loud

                                                      • z3t4 6 months ago

                                                        You should make it work in VR to get the full immersion.

                                                        • Oia20 6 months ago

                                                          That’s actually sounds like such a fun feature to build.

                                                        • youssef_samwel 6 months ago

                                                          just wow can i know how did you build this ? put me on track also how long it took you to build ?

                                                          • Oia20 6 months ago

                                                            I’m glad you like it!

                                                            I built the initial version in about a week.

                                                            If you’re comfortable with react already you can use React Three Fiber, and a few libraries associated with it like drei. This can also be done with vanilla three.js.

                                                            I would say look for some 3D models you like on a site like sketchfab, and think of what you could build related to the 3D object. Even better, if you have some 3D modeling experience, create a model yourself and maybe a fun little website with it!

                                                            • youssef_samwel 6 months ago

                                                              thank you i will go for it

                                                          • angrydingo 6 months ago

                                                            how did you host the files for the 3d rendering?

                                                            • yieldcrv 6 months ago

                                                              looks fun! screams "junior developer that thinks they need to stand out", peons praise getting a call back to a job application as if getting that is a done deal, but in this industry you'll still have to pass the technical interview which is the real make or break

                                                              I've heard about the frictions with getting call backs in the entry level part of the market, and I think its just best to cosplay as senior developer, as its mostly a mindset. you'll lose some roles for your mistakes but there is no passported reputation here, just get employed, wait for some of your coworkers to leave so they can be your collection of references, and keep applying to other jobs.

                                                              to get the first jobs, form an LLC and say you work for that, for some time if it works better to get to the hiring manager

                                                              I mean, you were building some stuff through college after all right? so its true, backdate it back to your sophomore year, bam 3 years experience. such ambitious, much wow

                                                              launder real experience on top of it and replace your resume with that professional validation

                                                              • Oia20 6 months ago

                                                                I don't think I "need to stand out", but I do think standing out is a good thing.

                                                                • undefined 6 months ago
                                                                  [deleted]
                                                                  • tcfunk 6 months ago

                                                                    Who hurt you?

                                                                  • 2bit 6 months ago

                                                                    Cool idea, using shapen.com you could quickly generate all the 3d models