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 - vanSulli

Pages: [1]
1
SFML projects / Re: Generative Tree Game
« on: December 05, 2013, 12:05:13 am »
An Update:
Here's a picture:
http://pyrrhicsoftware.com/weekend/images/media/gamestart.jpg

I've made a website about the game and it lives here.

2
SFML projects / Re: Generative Tree Game
« on: November 21, 2013, 04:19:12 am »
Yeah, AA is on in the window.

The game is a sidescroller consisting of 5 stages, each with a different main theme to the gameplay but also building on what was added in the stage before (Simple exploring, world puzzles, tonal harmony puzzles, platforming, etc).

3
SFML projects / Generative Tree Game
« on: November 19, 2013, 03:33:22 am »
I've been developing a game that makes procedural trees, machines, terrain, and some other things:

I'm getting some good use out of sf::VertexArray, as you might imagine.

Currently, I'm having some trouble with the lack of antialiasing on sf::RenderTextures as things keep coming out like http://puu.sh/5mFfv, but nonetheless SFML has proved useful in the graphics side of things so far.

Pages: [1]