User:Kris Nicholson

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
m (Reverted edits by Ebybymic (Talk); changed back to last version by Matthew Harward)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
Hi, I'm Kris.
 
Hi, I'm Kris.
  
I'm in my 4th year at Canterbury University, working on my BSc(Hons) in Computer Science.
+
I completed my studies at Canterbury University in 2008 with a first class BSc(Hons). I am now working at [http://www.stickmenstudios.co.nz Stickmen Studios] in Christchurch central. They are the largest game developers in the south island, releasing downloadable games on home consoles such as the Wii.
  
== Ideas for my Design Study ==
+
[[Kris's Design Study]]
  
I'm just putting up some ideas here. Please comment in the discussion page if you have any suggestions, but please don't do my work for me ;)
+
----
 
+
''Hi Kris!  Welcome back. Cool job!  Can you tell us what you're working on at Stickmen? -- Wal''
=== COSC460 - Texturing methods for terrain rendering using GPU based methods ===
+
----
 
+
''Hi Wal. Yeah, it can be pretty fun! Unfortunately I can't say too much, since this is a public site. I'm working on "Project I" currently. There's a teeny tiny bit of info and artwork on the Stickmen website I linked above. I've been doing tools development and also development on the main game and we use C++ primarily. Johannes works here too actually. He was on another project, but was moved to ours for the moment. -- Kris''
Probably won't be suitable for several reasons. I did not create and probably will have no need to modify the majority of the code as it covers the main terrain rendering algorithm (ROAM) etc. Most of my time is spent in the shader code itself, which exists outside of object orientedness. Of course there will still be design considerations (use of functions, code repetition etc) but it would be difficult to apply most of our OO knowledge. Shaders are also very picky in their implementations so I have had to throw some ideas out the window (functions, arrays, dynamic branching and loops are fairly recent developments in shader land).
+
 
+
On the other hand, I know for a fact I have violated some decent design considerations. I know I have at least one case of inheritance for implementation. Or perhaps there's a bigger problem. I may make up a class diagram at some point to have a closer look. One red flag may be that I have been primarily editing one class, whose primary job is to interface with the shaders.
+

Latest revision as of 03:08, 25 November 2010

Hi, I'm Kris.

I completed my studies at Canterbury University in 2008 with a first class BSc(Hons). I am now working at Stickmen Studios in Christchurch central. They are the largest game developers in the south island, releasing downloadable games on home consoles such as the Wii.

Kris's Design Study


Hi Kris! Welcome back. Cool job! Can you tell us what you're working on at Stickmen? -- Wal


Hi Wal. Yeah, it can be pretty fun! Unfortunately I can't say too much, since this is a public site. I'm working on "Project I" currently. There's a teeny tiny bit of info and artwork on the Stickmen website I linked above. I've been doing tools development and also development on the main game and we use C++ primarily. Johannes works here too actually. He was on another project, but was moved to ours for the moment. -- Kris

Personal tools