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

Author Topic: Generative Tree Game  (Read 2435 times)

0 Members and 1 Guest are viewing this topic.

vanSulli

  • Newbie
  • *
  • Posts: 3
    • View Profile
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.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
AW: Re: Generative Tree Game
« Reply #1 on: November 19, 2013, 07:55:10 am »
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.
Can't check at the moment, but wanted go make sure: You did active AA in the window context, right?

Looking good :)
How will the game mechanic work? What's the goal?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

vanSulli

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Generative Tree Game
« Reply #2 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).

vanSulli

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Generative Tree Game
« Reply #3 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.

 

anything