Re: HGE and Python (again)

2008-12-12 Thread Cro
Good day. Thank you so much for your answer Diez! I managed to call HGE dll the way you told: >>> HGE = windll.LoadLibrary("C:/hge181/hge") >>> HGE.hgeCreate(0x180) But it's not helpful. It would mean that i have to re-create all the header files from "include" directory in python, and all helper

Re: HGE and Python (again)

2008-12-11 Thread Diez B. Roggisch
Cro schrieb: Good day. I've been trying to port HGE (http://hge.relishgames.com) to Python for more than 4 months now... HGE is a hardware accelerated 2D game engine. It comes with the source and examples. In the folder "include", you can find "hge.h", the file that i am talking about in all the