Hello,
How can I create a website similar to the Needle homepage, scrollable 3D experience? Are the tutorials or sample projects to get started?
Thanks
To create a 3D scrollable web experience similar to the Needle homepage, you can start by exploring the following resources:
-
Needle Engine Documentation: The documentation provides various sections on how to get started with Needle Engine, including basic setups and advanced features for creating immersive experiences. You can access it here.
-
Sample Projects: The samples repository contains multiple examples of 3D web experiences built with Needle Engine. Check them out to find relevant projects that resemble the scrollable experience you’re looking for. You can find the samples here.
-
Tutorials: Look for specific tutorials that cover creating 3D scrolling effects. Needle Engine’s docs and community resources may provide additional insights into implementing scrolling features effectively.
-
Three.js Examples: Since Needle Engine is based on Three.js, exploring the Three.js documentation for web-based 3D environments can also be beneficial. Visit Three.js Docs.
To proceed, consider defining the specific features or styles you want for your website, and feel free to ask if you need help with any particular aspect of the implementation!
3 replies left
thread_pxbCiCA0ilNx7CTxg6ATtmOF
Reply to this message to continue the conversation
thanks for the question.
You could start by looking at e.g. Product Scrollytelling | Needle Engine for controlling a timeline based on user input and Product Flyover | Needle Engine for switching to different scenes using timeline events) and combining both.
Let me know if it helps.
Thanks very much, I think this will be ok, I will let you know how it went.