Tagged Questions
1
vote
1answer
137 views
How to provide a fully programmable pipeline for rendering?
I am writing a game engine and I want people who use it allow to define the rendering pipeline. Just they can define the scene geometry, characters, items, light sources, and so on. So the term ...
7
votes
4answers
822 views
Multiplayer online game engine/pipeline
I am implementing online multiplayer game where client must be written in AS3 (Flash) to embed game into browser and server in C++ (abstract part of which is already written and used with other ...
9
votes
2answers
591 views
Should the content pipeline tools be embedded in the engine?
How minimal should a games engine be? How much of the content pipeline should be embedded in the engine?
Some use cases where the super engine might be useful:
When loading user content, the user ...