Pergunta

Does anyone know of a open source 3d engine which can be operated via telnet?

What I'm looking for is scripting via a socket connection. To allow for world creation and/or camera movement.

Does anybody know of any that has this built in or very, very easy to add as a plugin or script?

The platform is not crucial.

Foi útil?

Solução

Doesn't look like it. I'll just do it myself.

Outras dicas

You can script Blender using Python; probably this allows to open a listening socket connection, too. It also has a 'game engine' mode just for rapid prototyping.

It shouldn't take you more than 10 minutes to add this to an engine, so it really doesn't matter which one you go for.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top