User Profile

Collapse

Profile Sidebar

Collapse
george123456
george123456
Last Activity: Oct 18 '15, 12:03 PM
Joined: Aug 28 '15
Location: Home
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • moving a rendered 3d model in directpython/direct x

    Hay all
    Please I need some one who knows the direct python api.
    I am rendering a 3d model to the screen and wants to know how
    How to move this model to x axis or y axis must i use matrix or vectors?

    When i use the vector to y axis math.sin(self time) it only
    Move one direction and disapears what to do?

    Dont post if you do not have exsperience in direct x
    See more | Go to post

  • george123456
    replied to Information on python games
    Haya if you want go in gaming for python I'd recommend
    You download the directpython api for python gives you
    Basic access to direct x. Just google download directpython
    2d 3d game designing
    See more | Go to post

    Leave a comment:


  • george123456
    replied to directpython api
    The thing is I really wana do game programing with directx and
    So all these time I searched for a good api like direct python
    So I got it and am using it with python 2.4.
    Am doing it the short cut maybe I don't understand it here
    Is my source

    Code:
    Import d3d
    From d3dc import *
    Vertex_table = [(200.0, 200.0, 1.0, 1.0, 0xff00fff),
                    (250.0, 100.0, 1.O, 1.0, 0xfff0000),
    ...
    See more | Go to post
    Last edited by Rabbit; Aug 29 '15, 12:39 AM. Reason: Please use [code] and [/code] tags when posting code or formatted data.

    Leave a comment:


  • george123456
    started a topic directpython api

    directpython api

    Do you really have to use classes and
    Functions in directpython api or can you
    Just write a long script.
    See more | Go to post
No activity results to display
Show More
Working...