Hey there!
As some of you may already know from this
topic I created a new blog with a friend to document our ramblings through a coders life. We will post about general concepts regarding game development and show some prototypes and implementations in C# and C++. Currently there are two main series in the making:
- Prototyping framework for SFML.net and C#: A simple framework with some base classes to speed up development of new game concepts. This will be a series of short, sometimes unrelated posts, coping with thoughts on game concepts and what we need to set them up. Maybe there will be a framework or engine later on when some useful snippets assemble but this is not the short time goal
- LScape, a procedural landscape generation library: It is a library written in C++ that will generate a wide variety of terrains and output them to a 2D height map. There will be an opener to this series today, or maybe tomorrow.
We also got a git repository where you can skim through the code we generate when we struggle to manifest our ideas in code. The repo is not full synched with the blog, so beware of not-working code and bad formatting when you browse the code before it was used in an article
As always feedback, ideas and critics are highly welcome!
Regards
floAr