Home
Filtered on posts Clear

Resharper

Dear Resharper, I wanted to tell you about my feelings in person but then I thought I would write them in a letter since you’re not really a physical entity. Resharper, I have been in love with you for the past few years. It is only now that I cannot bear to keep my feelings […]

Bas Zalmstra
CodingLulz

Production FTW

Here at the Abbey we achieve greatness with our customized development method. When we applied this super awesome development method, our production efforts doubled, NO TRIPLED! Quadrupled?.. tl;dr: Scrum but not really. Team divided in two; production and pre-production. It works great for us.

Bas Zalmstra
businessCodingGame Design

How to become a good developer

I absolutely love smelling the sweet odor of code in the morning. I almost like that scent more than an amazing cup of coffee. I am a developer and as many others it is my goal to thrive and excel. I want my colleagues to gaze upon my code with awe, wondering which of the seven […]

Bas Zalmstra
Coding

Curve interpolation

This week I struggled with creating a function of a certain shape. I want to position the camera in our game depending on the zoom level. To make this look smooth I was looking for a function that gave me a good looking trajectory based on the zoom level. The zoom level increases in a […]

Bas Zalmstra
Coding

Visual Studio Achievements

About two weeks ago I installed Visual Studio Achievements. This week I got meself a cool achievement related to our current project “Amongst The Giants” (working title..) We lolled. Gotta love the little nerdy things in life. 😀 Cheers!

Bas Zalmstra
CodingLulz

Texture Atlas Tool

Hey, my name is Alexander and I will be making a tool that can generate texture atlases. In these blog post series about the texture atlas, I will be sharing how I will be creating this awsum tool. At the end of this blog post series we will make this tool open-source and available for […]

Bas Zalmstra
ArtCoding

Animations Part 2 – Animations from code

So for this next post I will be talking about animations from code. This system allows programmers to apply very basic (but also complex) animations to manipulate data over time. The system is mostly used for simple fading, moving and stuff like that. The system is loosely based on the animation system in WPF and the animation system from […]

Bas Zalmstra
Coding

Animations Part 1 – Sprite-sheets

Our engine supports 3 types of animations: animations from code, sprite-sheet animations and skeletal animations. The idea of the first system is to allows programmers to define simple animations like changing a value over time. Sprite-sheet animations are simple animations that show a different image every so many milliseconds. This type of animations allows artists to paint each […]

Bas Zalmstra
ArtCoding

Particles

Nowadays almost all games feature some form of particle systems. Particle systems are simple effects that add enormous detail to a game. Particle systems are used to model effects that are otherwise very hard to model. Think of things like explosions, fire, portals, sparks, etc. Ronimo’s upcomming game Awesomenauts is packed with particle effects and it really adds to the […]

Bas Zalmstra
Coding

Patrick’s birthday

Bas Zalmstra
Lulz