CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2011
    Posts
    33

    Content Generator Tutorials

    Content generators in video games are getting more and more prominent and I want to make my own. I want it to procedurally generate a random environment that can be continually explored.

    I'm looking for a descriptive tutorial that describes how to create a content generator for video games. I've read through this tutorial (a tutorial similar to what I'm trying to create) but it's too high level and doesn't ever describe how to create the content generator using a specific programming language.

    http://larc.unt.edu/ian/pubs/terrain.pdf

    I'd prefer the tutorial to be written for C/C++/C# because I have had the most experience with those languages. It doesn't really matter, though.

    Does anyone have any tutorials or suggestions?

  2. #2
    Join Date
    Sep 2011
    Posts
    25

    Re: Content Generator Tutorials


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured