Browsing '2014 ': Students starting in 2014

BlogPosts[2] = new blogPost(3);

Hopefully this works now. Apparently my blog posts wasn’t showing up for some reason. I guess I just missed the right instructions or something. Anyways, this has been the result of week three:
It has been way too much and way too little at the same time. As I have programmed before the exercises seemed like a repetition of what I have already learned, but with some small changes in syntax, which was really annoying to find out about because there […]

/ Comments Off on BlogPosts[2] = new blogPost(3);
Program: Programming

BlogPosts[2] = new blogPost(3);

Hopefully this works now. Apparently my blog posts wasn’t showing up for some reason. I guess I just missed the right instructions or something. Anyways, this has been the result of week three:
It has been way too much and way too little at the same time. As I have programmed before the exercises seemed like a repetition of what I have already learned, but with some small changes in syntax, which was really annoying to find out about because there […]

/ Comments Off on BlogPosts[2] = new blogPost(3);
Program: Programming

Lots of lines.. Hello Perspective.

Hi again!
Last week was a difficult one. The lectures were held by Steven, who will be having a couple of our lectures along with Jerker and Pernilla. He introduced us to perspective drawing. The art of having a relation between the objects in the picture. How do you show that the car is on the ground up close, and how do you show that an airplane is flying of towards the horizon? By mastering perspective, you master how the viewer […]

/ Comments Off on Lots of lines.. Hello Perspective.
Program: Graphics

Lots of lines.. Hello Perspective.

Hi again!
Last week was a difficult one. The lectures were held by Steven, who will be having a couple of our lectures along with Jerker and Pernilla. He introduced us to perspective drawing. The art of having a relation between the objects in the picture. How do you show that the car is on the ground up close, and how do you show that an airplane is flying of towards the horizon? By mastering perspective, you master how the viewer […]

/ Comments Off on Lots of lines.. Hello Perspective.
Program: Graphics

Week 12: Fleshing Out a Character

This week we were tasked to choose one of the thumbnails we created from the first week and further develop it, creating a backstory and personality for it. I chose my engineer thumb, because I felt it was right for the setting I had originally envisioned her in, which is a post-apocalyptic society set in the 27th century. Below is my process from a doodle to a finished sketch.

For the assignment our job was to draw our character in […]

/ Comments Off on Week 12: Fleshing Out a Character
Program: Graphics

Week 12: Fleshing Out a Character

This week we were tasked to choose one of the thumbnails we created from the first week and further develop it, creating a backstory and personality for it. I chose my engineer thumb, because I felt it was right for the setting I had originally envisioned her in, which is a post-apocalyptic society set in the 27th century. Below is my process from a doodle to a finished sketch.

For the assignment our job was to draw our character in […]

/ Comments Off on Week 12: Fleshing Out a Character
Program: Graphics

Week 12: Fleshing Out a Character

This week we were tasked to choose one of the thumbnails we created from the first week and further develop it, creating a backstory and personality for it. I chose my engineer thumb, because I felt it was right for the setting I had originally envisioned her in, which is a post-apocalyptic society set in the 27th century. Below is my process from a doodle to a finished sketch.

For the assignment our job was to draw our character in […]

/ Comments Off on Week 12: Fleshing Out a Character
Program: Graphics

Week 12: Fleshing Out a Character

This week we were tasked to choose one of the thumbnails we created from the first week and further develop it, creating a backstory and personality for it. I chose my engineer thumb, because I felt it was right for the setting I had originally envisioned her in, which is a post-apocalyptic society set in the 27th century. Below is my process from a doodle to a finished sketch.

For the assignment our job was to draw our character in […]

/ Comments Off on Week 12: Fleshing Out a Character
Program: Graphics

Tredje veckan

Under denna vecka gick vi igenom klasser, klasser och lite mer klasser samt arv.
Nu under fredagen presenterade vissa för klassen hur deras variant av en uppgift var gjord. Så man kunde få en bild av hur koden för uppgifterna kunde skrivas.
Nedanför är koden för ett program som räknar antalet bokstäver i en sträng. Jag använde här algorithm för att underlätta och hålla koden kort. Detta var inte medvetet och det skulle ha gått lika bra att använda loopar och if […]

/ Comments Off on Tredje veckan
Program: Programming

Tredje veckan

Under denna vecka gick vi igenom klasser, klasser och lite mer klasser samt arv.
Nu under fredagen presenterade vissa för klassen hur deras variant av en uppgift var gjord. Så man kunde få en bild av hur koden för uppgifterna kunde skrivas.
Nedanför är koden för ett program som räknar antalet bokstäver i en sträng. Jag använde här algorithm för att underlätta och hålla koden kort. Detta var inte medvetet och det skulle ha gått lika bra att använda loopar och if […]

/ Comments Off on Tredje veckan
Program: Programming

Herragé



/ Comments Off on Herragé
Program: Graphics

Herragé



/ Comments Off on Herragé
Program: Graphics

Week 3

Hello!
Now three weeks have gone since I started with programming and I feel like it really picking up now.
This week we went through classes and inheritance which was a completley new concept to me besides the little dipping in structs last week. While I immediately grasped and liked the use of structs as a way to structure your code and clump variables, classes were more confusing. They were similar to structs in that they were used in a way to structure […]

/ Comments Off on Week 3
Program: Programming

Week 3

Hello!
Now three weeks have gone since I started with programming and I feel like it really picking up now.
This week we went through classes and inheritance which was a completley new concept to me besides the little dipping in structs last week. While I immediately grasped and liked the use of structs as a way to structure your code and clump variables, classes were more confusing. They were similar to structs in that they were used in a way to structure […]

/ Comments Off on Week 3
Program: Programming

Game programming week 3 – Classes, classes, classes

This week in game programming, we’ve been going through classes a lot. A class is a data structure that apart from variables, also can contain functions. Therefore, a class is often used to store a lot of functions in, so they can be used again within the program without having to rewrite them. A class is created in a header-file, and then called to when it’s used in the ”int main” function call. We also went through class inheritance, which […]

/ Comments Off on Game programming week 3 – Classes, classes, classes
Program: Programming

Game programming week 3 – Classes, classes, classes

This week in game programming, we’ve been going through classes a lot. A class is a data structure that apart from variables, also can contain functions. Therefore, a class is often used to store a lot of functions in, so they can be used again within the program without having to rewrite them. A class is created in a header-file, and then called to when it’s used in the ”int main” function call. We also went through class inheritance, which […]

/ Comments Off on Game programming week 3 – Classes, classes, classes
Program: Programming

Game programming week 3 – Classes, classes, classes

This week in game programming, we’ve been going through classes a lot. A class is a data structure that apart from variables, also can contain functions. Therefore, a class is often used to store a lot of functions in, so they can be used again within the program without having to rewrite them. A class is created in a header-file, and then called to when it’s used in the ”int main” function call. We also went through class inheritance, which […]

/ Comments Off on Game programming week 3 – Classes, classes, classes
Program: Programming

Game programming week 3 – Classes, classes, classes

This week in game programming, we’ve been going through classes a lot. A class is a data structure that apart from variables, also can contain functions. Therefore, a class is often used to store a lot of functions in, so they can be used again within the program without having to rewrite them. A class is created in a header-file, and then called to when it’s used in the ”int main” function call. We also went through class inheritance, which […]

/ Comments Off on Game programming week 3 – Classes, classes, classes
Program: Programming

28.11.14

Spelprogrammering I fortsätter på i samma snabba tempo med en massa nya saker varje föreläsning! Förra veckan gick vi igenom functions, arrays och memory.

– Write a program that converts a std::string to The Robber language– Let the user input a string of characters
Vi gick också genom steg för steg hur man gör spelet Pong under två dagars workshop. Där fick vi se alla olika delar vi har gått igenom tidigare och vad de gör i […]

/ Comments Off on 28.11.14
Program: Programming

28.11.14

Spelprogrammering I fortsätter på i samma snabba tempo med en massa nya saker varje föreläsning! Förra veckan gick vi igenom functions, arrays och memory.

– Write a program that converts a std::string to The Robber language– Let the user input a string of characters
Vi gick också genom steg för steg hur man gör spelet Pong under två dagars workshop. Där fick vi se alla olika delar vi har gått igenom tidigare och vad de gör i […]

/ Comments Off on 28.11.14
Program: Programming

Character turn around

Following to the thumbnail assignment we now were to choose just one of them, and construct a character out of it. I choose this one.

The reason was because I couldn’t choose. So I decided to challenge myself and do a female character, as I’ve had difficulties with females. This one was the one I liked the most of the female thumbnails I had, because of the linear highlights which speaks to the image I have of […]

/ Comments Off on Character turn around
Program: Graphics

Character turn around

Following to the thumbnail assignment we now were to choose just one of them, and construct a character out of it. I choose this one.

The reason was because I couldn’t choose. So I decided to challenge myself and do a female character, as I’ve had difficulties with females. This one was the one I liked the most of the female thumbnails I had, because of the linear highlights which speaks to the image I have of […]

/ Comments Off on Character turn around
Program: Graphics

The third week of game programming

This week we have started studying object oriented programming. We started with classes. Classes are a way to group together different methods to create independent objects that work together to make beautiful things happen.
This week was not quite as hard as the former week. That however doesn’t mean it was even close to easy. I spent a lot of time on the different assignments we were handed and I finally completed most of the second week and I have now […]

/ Comments Off on The third week of game programming
Program: Programming

The third week of game programming

This week we have started studying object oriented programming. We started with classes. Classes are a way to group together different methods to create independent objects that work together to make beautiful things happen.
This week was not quite as hard as the former week. That however doesn’t mean it was even close to easy. I spent a lot of time on the different assignments we were handed and I finally completed most of the second week and I have now […]

/ Comments Off on The third week of game programming
Program: Programming