문제

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.

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top