Showing posts with label hello world. Show all posts
Showing posts with label hello world. Show all posts

11/18/2011

Graphical TBS

Thanks to SDL(Simple DirectMedia Layer), TBS alpha-3 will support some basic, 2 dimensional, graphics. I will make sure to link with the shared library instead of including the headers directly, simply because otherwise it would be illegal to use this library. I have created a very simple TBS program, which demonstrates how it works, the result of this program can be seen in the following video:


9/09/2011

Tutorial 1: Hello, world!

Everything should be as simple as it is, but not simpler.
Albert Einstein


In this first tutorial I will be showing you how to write a simple Hello, world! program. You probably won't find this hard, certainly if you already now another programming language.