N
N
nirvimel2015-10-24 19:22:53
Python
nirvimel, 2015-10-24 19:22:53

What python package/library will provide server side 3d rendering of very simple primites?

Help me decide on a working tool (python-package/library).
Available: python, vps.
The task is to apply textures to several flat surfaces with given coordinates, render such primitive "scenes", capture and save the resulting images.
Requirements: 1) solution stable enough for production; 2) low resource consumption; 3) a higher level API is desirable to work with (x, y, z) camera and plane coordinates rather than fiddling with matrix multiplication.
Photorealism is not required. GPU support is not required. FPS and other real-time troubles are not needed.
You need the ability to work on a headless server.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
glader, 2015-10-29
@glader

Look at PyOpenGL.

A
angru, 2015-10-29
@angru

pyglet maybe. I'm not sure, but you can create an opengl context, without creating a window , render to a texture , save the texture

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question