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.


Topics - wurzeldrei

Pages: [1]
1
Python / Problem with views and python
« on: June 29, 2008, 06:34:58 pm »
When I use
Code: [Select]
view=sf.View(sf.FloatRect(0.0,0.0,WIDTH,HEIGHT),1)
and later
Code: [Select]
window.SetView(view)
I get an "Segmentation fault (core dumped)" error, window is a RenderWindow-Instance and WIDTH and HEIGHT are 1024 and 700 which is the size of the RenderWindow, too. I'm usind linux.

I use Version 1.2, because there is no python-binding for 1.3, is this a problem with the library?

2
SFML projects / Papertanks
« on: June 16, 2008, 11:36:19 am »
I've just started playing with sfml to develop some multiplayer game like the commercial Space Tanks which is a 2d space game. I started with sdl, but the sprite rotation is much better in sfml.

Pages: [1]