Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dfanz0r

Pages: [1]
1
Python / pysfml2-cython
« on: March 07, 2012, 11:29:23 pm »
Ill try this new version out, and see if it fixes some of the issues i was having before.

2
Python / pysfml2-cython
« on: February 06, 2012, 03:54:11 am »
Ok so i have built it in MinGW this time it builds, and i think it runs fine.

The newer version doesn't seem to want to play nicely with another cython module im using for speeding up openGL some. The older build worked fine with it. Any idea's?

3
Python / pysfml2-cython
« on: February 04, 2012, 11:04:41 pm »
I found something that would probably be good to fix

http://www.sfml-dev.org/documentation/2.0/classsf_1_1Clock.php

In the documentation for SFML 2 it says Clock.restart() should return the time since the clock was started.

Can you make this return that time also? It should be a pretty quick fix.

4
Python / pysfml2-cython
« on: February 02, 2012, 01:47:11 am »
Ok, for now i can just use the prebuilt version all im using now is clock window and event. I will need the Audio streaming stuff later on though. Will soon be looking into keyboard and joysticks too. Network would be useful at some point down the road but its not really needed for a while.

5
Python / pysfml2-cython
« on: February 02, 2012, 01:03:50 am »
It builds now but i cant really use it, as it crashes in my own test program and all of the included tests. My test uses your module to create the window and keep track of fps but uses pyOpenGl to render.

here is the build log for the build:
http://pastebin.com/8aRUUjuN

My test creates a window then it just crashes python. The other tests its spits out some errors
this is from lowleveldrawable.py:

Traceback (most recent call last):
  File "E:\pysfml2-cython\lowleveldrawable.py", line 7, in <module>
    class LowLevelDrawable(sf.Drawable):
AttributeError: 'module' object has no attribute 'Drawable'

Everything works fine in the windows build in the downloads page.

6
Python / pysfml2-cython
« on: February 02, 2012, 12:07:20 am »
here is the output now

http://pastebin.com/yBe2zWtg

7
Python / pysfml2-cython
« on: February 01, 2012, 09:54:34 pm »
It didnt work, im still getting the same error.

8
Python / pysfml2-cython
« on: February 01, 2012, 09:04:50 pm »
and i do that how exactly?

9
Python / pysfml2-cython
« on: February 01, 2012, 07:04:04 am »
here i just uploaded the whole file to mediafire
http://www.mediafire.com/?2zk3ivsuvcjnq32

10
Python / pysfml2-cython
« on: January 31, 2012, 10:04:08 pm »
It wasn't the snapshot, i pulled directly from GitHub.

11
Python / pysfml2-cython
« on: January 31, 2012, 06:49:41 am »
i tried to build the latest version of this, and it fails when trying to build it.

http://pastebin.com/Jeh50YWY

Pages: [1]
anything