Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
986 views

Client says they want Unreal scene viewable in a web browser 😳 last minute

I have a job that I did for a client and the client wants the project to be viewable in a web browser. I looked into it and all I found was people telling me that it's impossible, but this is a low ...
ChristianOConnor's user avatar
0 votes
2 answers
462 views

How do I create a web player for a game engine written in C++? [closed]

This web player is for the Unreal Development Kit, and works very well without a browser plugin. I'm wondering how it is built. How do I create a web player for a game engine written in C++?
kochol's user avatar
  • 182
0 votes
1 answer
74 views

Need a Push in the right Direction [closed]

I know this been asked a millions of time. First off my Dabbled in a few languages,like Java,C#,Android,Python and unity even though that's not really a language.My Programming is Level as at far ...
Marcel Dennis's user avatar
10 votes
5 answers
6k views

Good technological solutions to build an ascii map and moving characters in a browser (like dwarf fortress)? [closed]

I'd like to build a webapp for my game website that involves using text characters to represent animals and people, and have them move around on map squares with independent (server driven) AI. So ...
Kzqai's user avatar
  • 1,198
-3 votes
1 answer
11k views

What programming languages are sufficient for web browser game development? [closed]

I am wondering with what kind of languages such a multi-player online game was written? I am trying to find a list of web programming languages which could be sufficient for both of these websites. ...
Lisa Wurm's user avatar
9 votes
3 answers
4k views

How do you make Direct3D work in a browser?

I've come across games that are 3D that are playable in a browser. They require a plugin to be installed to work. I guess the plugin creates a D3D window inside the browser. How would I go about ...
Huang F. Lei's user avatar