but what... is it good for? ?

Michael Wagner

Michael Wagner

...is a software developer (focus on App/Webdev, UX/UI, IoT) located in Lower Austria.  When he is not working on new app ideas, web applications or game designs, he teaches webdevelopment at the university of applied sciences St. Pölten. In his spare time he usually plays and streams videogames, tinkers with various webdev tools, does some sports, is making music with cubase and his electric guitar or hitting the fields with his cam. Since 2010, he is certified business administrator for applied computer science, in October 2020 he achieved his Master of Sciences (M.Sc.) degree in "Web and Mobile Media Design" at the Danube University Krems.

  • Published in GameDev

LibGDX Dev Tutorials

Dear blog. It's me again. I had (and still have) the conviction that someday, I am going to design and implement one hell of an awesome 2d game. Until then, I kill my time wrapping my head around various gaming concepts and occasionally developing prototypes and proof of concepts. As chance would have it, Sebastian and me were working on a very promising idea the other day. So we decided to draft a quick protoype in libGDX. As you would expect from us, we did not finish it to a degree to pitch it somewhere. But in our humble opinion, it should be a pretty solid foundation.

We thought about it and came to the following conclusion: This blog will serve us as platform to document the process of development for this game. There will be examples, code snippets, tutorial videos and explanations to every part of creating the game. We will break bigger problems down to solvable, more understandable smaller problems. Since I often found the solution to a problem I had on various blogs and development sites, I thought it is about time to share my solutions the same way.

Here you can see the first video on this topic, which was already taken in october last year (one can easily realize how rarely there is time to advance projects like this).

  • Published in Other

hello world!

It is time. This has been overdue long enough. The whole world forces their opinions and '2 cents' on the internet's mind about everything and nothing when I sit quietly beside and keep my mouth shut. This changes now. Hereby I officially start my own software development blog. I planned to do so for quite some time now. If it wasn't about time. So, what will be my topics? Since I work as C#.net developer and engage in 2d game development with Java in my spare time, this will be my first priority. I want to discuss various techniques, maybe dissect some code snippets and walk you through my/our game concepts and ideas.

The attendive reader has already noticed i switched from singular to plural. So, who is there else? It's simple: I work with several friends on various projects. There are graphic artists, other software engineers, audio people, hands for marketing and distribution and so on. And the many, many friends which keeps testing and reporting bugs and cheer us up if something goes the wrong way and a gameplay or concept blews up in our faces. ;) Thank you all. I guess it takes some more people than us core nerds in front of eclipse, which engage in the nitty gritty technical details. But first and foremost there will be articles and videos about game development.

So, I'm looking forward to the future, and should there be, against expectations, some human beings interested enought to keeps reading my blog, giving in to my bad grammer and worse spelling and enduring my wicked, inexperienced style of writing: You're the real mvp!

See you next time
Mike

 

public class HelloWorld { 
    public static void main(String[] args) { 
      System.out.println("Hello World!"); 
    }
}
FaLang translation system by Faboba