Salzzeit 3D Online Museum (not in SNS)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024
  • This is for inspiration would be great to have something like SNS for Browser- and is it possible and does it make sense?
    salzzeit.animi...
    This is a 3D online museum made in three.js, react three fiber.

ความคิดเห็น • 6

  • @Intellegensters
    @Intellegensters 19 วันที่ผ่านมา

    Hey there, can i have some code base of this project?

    • @animiti4300
      @animiti4300  18 วันที่ผ่านมา

      I can’t share the entire code. What would interest you? When I finished the project, I thought I’d make a couple of videos about how I did it and how to generally build something like this but dont know if people are interested.

    • @Intellegensters
      @Intellegensters 18 วันที่ผ่านมา

      @@animiti4300 what you have built is just amazing, I have got a project in my company where I work, there we have something similar idea to create a building to showcase some products and enter in a different lobby based on the category.

    • @Intellegensters
      @Intellegensters 18 วันที่ผ่านมา

      I need to learn lot of things about the control, you build and different part of the code.

    • @Intellegensters
      @Intellegensters 18 วันที่ผ่านมา

      Just let me know if it'll need any cost.

    • @animiti4300
      @animiti4300  18 วันที่ผ่านมา

      @@Intellegensters Thank you. Cool, yes its doable but for me it was a hard time. I builded this as a reuseable system more or less.
      But I also adapted it in the past for a industrial showroom with a big machine, it also worked but was just for testing.
      The Key is the connection with the 3D Data. I build all in 3D Software and than export transforms with json and reconnect textures and materials.
      Than you get very small GLB, you can make fast changes to texture sizes and so on. I used R3f. rapier and valtio for statemanagement - that worked for me. First Version was pure three.js - R3F was than easier for me.
      With Drei you get good small helpers you dont have to code by yourself. 50 % of time is only solving Problems on different Devices(apple - memory limit and so on) and setup performance tiers helps.