I was wondering how can i get graphics into python
for example, how can i get a siple text box in python
Graphics:
Blender.Draw.Image(arguments)
Text (output):
Blender.Draw.Text(arguments)
Text (input):
Blender.Draw.String(arguments)
Check out http://www.blender3d.org/documentation/242PythonDoc/Draw-module.html for more information.
sorry for so little information.
what i meant was getting graphics in “Python”,not blender.python but installed"python",
scorpion9,
try wxWidgets.
pygame is fun also