How can I build HTML games with Panda3D and python?

Hello,

I would like to create HTML games with Panda3D and Python. Could someone provide me a step by step tutorial for this? (I am new to programming.)

No way, HTML is page layout. Perhaps you mean web games. This is currently not available out of the box. This is only possible for experienced programmers.

Thank you for your help!

Hi, you could use (python3.8+panda3d-master).html combo, and write your game code at the top of this demo file https://github.com/pmp-p/pmp-p.github.io/blob/master/python3.html

but indeed this not html5, it is web assembly and you’ll need a browser that supports WASM + WEBGL tech.

now you can use pygbag python module to assist publishing Panda3D games see Panda3D wasm collection on Itch.io