go-gl / example

Example programs for the various go-gl packages.
MIT License
223 stars 59 forks source link

Can I render a webpage at the window #77

Open hasanAjsf opened 3 years ago

hasanAjsf commented 3 years ago

Hi, can I reheat a web page at the created window?

shehackedyou commented 10 months ago

You would need a browser engine to render the HTML/CSS and if you turn on JS.

chrome-dp library would work, you would make a I believe texture that would allow you to paint the website on the square.

I actually weirdly am going to build this functionality because I have a concept for a game that uses JS VMs