Creating a Webapp from an HDA

   267   1   0
User Avatar
Member
1 posts
Joined: May 2024
Offline
Hello Houdini Community!

I am currently building an HDA for a shoe configurator using Houdini, this includes simple operations such as changing size, changing the shoe type, and adding basic procedural textures to different parts of the shoe.

My ultimate goal is to create a webapp from this HDA so that a user can configure their own shoe in realtime and save it.

From what I have seen this is not yet possible but I was wondering if anyone might know if there is a solution?

Many thanks!
User Avatar
Staff
269 posts
Joined: July 2005
Offline
The easiest way to get started is probably to use the hwebserver Python component of Houdini to run a web server. Here are some examples to get you started, depending on whether you'd like to render an image and display it or display 3D geometry in the viewport: https://www.sidefx.com/docs/houdini/hwebserver/fileResponse.html [www.sidefx.com]
  • Quick Links