Jump to content

Embedding webpage in 3d

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
gamer

gamer

    Newbie

  • Members
  • Pip
  • 2 posts
Hey guys,
I'm writing 3d game and would like for my users to be able to surf the web from within the game. I'm just wondering if this is possible and if it is, what should be my first step. Thanks in advance.

-Matt

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Yes, it's possible. The details will vary depending on how much functionality you want to support, the language you will develop in, etc, etc, etc.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
gamer

gamer

    Newbie

  • Members
  • Pip
  • 2 posts
After researching a bit, I decided I'm going to try using Awesomium. It's a library that allows you to embed the web. Pretty cool actually. Khrona |  Download I'll let you know how it goes. Thanks.