Tuesday, December 14, 2010

day 31

set up stuff for presentation

sort stuff... what needed to be done... up2date

Monday, December 13, 2010

Day 30

group work!

got allen up to date...
andrew says he do part of it

and i  plan to have a massive dump of one page Portfolio no multi forum site
one content.php
that all.. 


nothing more

Friday, December 10, 2010

Day 29

CRUD  for my php website WORKS can add things and to portfolio

allen not here
andew doing him work on flash
Johan said he will work on stuff over weekend
i am left with group project

i dont wanna do this all alone i uploaded the code to our public skydrive every one now has access to our code
so they can work on it

Wednesday, December 8, 2010

day 28

working on gorup project
simple project
CRUD

works

need to update properly according to information filled  ( can be done AS SOON AS the proper looking forum is built)

Tuesday, December 7, 2010

day 27

multiple textures ... work with sprite to draw 2 things onto screen
reading thigns on manage sound.
(we have sound on laptop, but i dont know)

Friday, December 3, 2010

day 25

working with matrices to flip around a smiley face..
having problems with system state code.
and confusing math for rotation
(looks very scary)

end results WORK cuz' the code from the book works.... but understanding how it WORKS is a diffrent story on its own...

i cant move on to next chapter till monday..
work at it over weekend.

Thursday, December 2, 2010

day 24

worked on on tweens
flash them built in.. you can import them.. with ease int c#
but guy from book has better stuff..
almost end of chapter.

Wednesday, December 1, 2010

day 23

worked on a circle with math!!! (used the guy's formula from the book)
finished on vectors

confused about dot and cross production operation
BUT get the basic gist of it..


tomorrow work on tweens

Tuesday, November 30, 2010

day 22

worked stuff...

yes "stuff" implying to NOTHING

read the book...
more game match
stuff about vectors


lost focus about multiplying things and checking for based of there result being zero or not...
and stuff about planes idk.. i didny get.. i didn't try hard enough i would have to say

-continue on this tomorrow but probably with better results

Monday, November 29, 2010

day 21

working on group Project
basic website down finshin up the forum

no laptop.. mr. c have no idea where it is.
and finished resume

Monday, November 22, 2010

day 20

no laptop
nothing to do... reading chapter on "game math"
and continue to remember stuff from high school
weird trig

also working on group project
not much progress

Friday, November 19, 2010

day 19

missed two days

but made text on screen pulse diffrent rainbow effect
and spining  on the screen

Tuesday, November 16, 2010

day 16

drew a graph
tomarow i will animate things ...

learned to batch my GL draws (not really look at more of it later)

Monday, November 15, 2010

day 15

render text to screen
display fps on screen
number of frames / time passed

finsihed chapter 7 next time chapter 8 is game match  which i will start tomarow

Friday, November 12, 2010

day 14

Fin shed chapter 6
Learned of sprites..
how to use them
and tested them
it made a smiley face red
and  off center
other one was  squished.

Monday i do Ch. 7  Rendering text onto screen

Thursday, November 11, 2010

DAY 13 - (EVIL) The DEVIL!!!

DAY 13 - (EVIL) The DEVIL!!!

working with the devil
devIL
developers image library

learning more triangles
and quads

Wednesday, November 10, 2010

day 12

Learning open GL
R G B and ALPHA!
 transparency..
1 and 0

finshed SierpinskiTriangle
continue reading..

lag on laptop is horible.. but working is working

Tuesday, November 9, 2010

day 11 - SierpinskiTriangle

http://www.blackwasp.co.uk/SierpinskiTriangle.aspx
working on that... finish tomorrow

Today, installed stuff on the laptop from Mr. C
and got started properly.

Monday, November 8, 2010

day 10

Worked on Group Project..

dattabase is being "bad"  wamp is not working connection fails.

for my own project
wiat on Mr. C# to install stuff for me here.. working stuff at home. (not rly)

Friday, November 5, 2010

day 9? missed a day..

Worked on Group Project..
(messing up badly)
cant get the things to work in netbeans

for my own project i made the rotating triangle in c# @ home
can not get that to work at school...
besides that
every thing is the same same...

Wednesday, November 3, 2010

day 8

Game Programing - given up at school (work at home)


In school learned about making Web Forums with  c# .apex .ASP
read a little ..
on
- C# and web Programing
(tomorrow i will work on... ADO.net and database)

Tuesday, November 2, 2010

day 7

Today i started working on group project and set up the PHP IDE and WAMP
-will go home and work c#
today was slow...
tomorrow is Wednesday and it will be worst

Monday, November 1, 2010

Day 6

-STUFF MADE
 random in c#

private int RandomNumber(int minimum, int maximum)
{
Random random = new Random();
return random.Next(minimum, maximum);
}
 
looking at
tiny snippets code frm the book...

ALSO
ALSO
game progroess NONE!

Friday, October 29, 2010

day 5

In Class
I read book...
will update when i go home..
cant do much, here due to the fact i cant install
Tao and VS in virtual machines
requirements are toooo HIGH
so cant access OpenGL
sigh..
so.. stuff

Thursday, October 28, 2010

day ? 4

4th day
all good to go..
hopefully this weekend i will get some code done.. and fixed "language" in day 3 post (edit button wins)
and making this short as possible i read stuff, at home i set up environment visual studio at home took too long to set up.
-research day continues

Wednesday, October 27, 2010

Day 3

Time has gone by fast...
class was over too quickly
*SIGH*
I read the changes of c# from 2.0 --> April 2010 release
Anon delegate explained better... reduced code with lambda delegate
intro to LINQ

AND GUESS WHAT.... there was  like 10 page explains what is Pipeline programing


and ending with "THIS BOOK WILL NOT HELP YOU LEARN PIPELINE PROGRAMING -"
OpenGL vs DirextX
c# libraries stoped being updated DUE to XNA game studios
which stinks.. but you can still work with things...
learned bout how gfx card work, with shaders and how are they coded in there own language, they get coded on a lower language lv. then c++ but not as low as assembly but close enough there are many different type of those... WITH more confusing acronyms..

this book is quite interesting CONTAINS A LOT of info..
i am enjoying the read..


-  book code feeds me well..and today in c# language i learned

  • @ - tells compiler to not take things so seriously and ignore stuff..
  • Literals are Literals .. decimal rate = 0.4M  (forced decimal)
  • Converting classes is OK (system.convert.ToInt32()); easy conversions
  • Text Formatting
  • Arithmetic Operations same as all languages we learned java/vb
  • also strings are "immutable" -- they cant be changed -and are recreated (book re-stated this i remember this from school i think mr. c mentioned this before)

Tuesday, October 26, 2010

day 2 - ignore day 1

- READ NEW BOOK
- Learned
-parse-v-tryparse
Parse throws an exception if it cannot parse the value, whereas TryParse returns a bool indicating whether it succeeded.
- Learned NEW THINGS
-like generics and anon delegates

c# project continues nothing with results

tomorrow continue to learn the primitives

Monday, October 25, 2010

Day 1

Today October 25, 2010 locked inside a cold and dark room, i start my search to find THE KNOWLEDGE. From today on, code will not be spoon fead to me... So, I will have to do things on my own.
i am growing up and i am scared.
for today
I was given a decent c# book by Mr. C#  (i have not yet read it, but i plan to read it tomorrow at school and continue on from there)
... today = filler post
*rambles on*