开发者

3D Rendering in Google App Engine

开发者 https://www.devze.com 2023-03-25 16:52 出处:网络
Is it开发者_运维百科 possible to render any kind of 3D images in Google App Engine (with Backends)?

Is it开发者_运维百科 possible to render any kind of 3D images in Google App Engine (with Backends)?

I'm looking for a Python solution, but I will learn Java if needed.


App Engine doesn't currently support C modules on the Python runtime. As a result, any rendering code would have to be written entirely in Python, and would be very, very slow. You couldn't take advantage of a GPU, either, since the runtime doesn't supply one.

Your best option, if you care at all about efficiency, is to call out to a server that does the rendering for you.

0

精彩评论

暂无评论...
验证码 换一张
取 消