Search found 6 matches

by Chipolata
January 23rd, 2013, 8:26 pm
Forum: Everything
Topic: Circle Drawing algorithm
Replies: 0
Views: 3247

Circle Drawing algorithm

Just going through lesson 11 on draw circle and paused it before chili implemented the full circle code. I came up with my own code that draws a circle. I think it works by rotating the circle so there will be pixels write overlap. void D3DGraphics::DrawCircle( int cx, int cy, int rad, int r, int g,...
by Chipolata
January 23rd, 2013, 4:16 pm
Forum: Everything
Topic: Lesson 9 Question Bonus Solution
Replies: 14
Views: 10475

Re: Lesson 9 Question Bonus Solution

I'm also wondering about the animation.
by Chipolata
January 23rd, 2013, 12:55 am
Forum: Everything
Topic: lesson 8 lagging
Replies: 6
Views: 3187

Re: lesson 8 lagging

Just to the right of the green play button? Mine is on Release and I'm on video 9 now and my box moves around quite slowly but when the Visual Studio is closed and I ran the the executable it's fine.
by Chipolata
January 22nd, 2013, 2:47 am
Forum: Everything
Topic: lesson 8 lagging
Replies: 6
Views: 3187

Re: lesson 8 lagging

Just completed lesson 8 and my face movements are slowed down when GameOver is drawn. Is there a fix in lesson 13? Spose i'l find out soon!

(running ATI Radeon 5800)

--Andy

edit: scrap that, I ran the executable with Visual Studio closed and it works fine.
by Chipolata
January 17th, 2013, 1:05 am
Forum: Everything
Topic: Members+=1
Replies: 2
Views: 1681

Re: Members+=1

Thanks! Oh yeah, that's how it's done in python, got to think C++ now!
by Chipolata
January 16th, 2013, 2:24 am
Forum: Everything
Topic: Members+=1
Replies: 2
Views: 1681

Members+=1

Hello! Just letting you guys know that there is another among you! These videos by chili are damn impressive. Having always been interested in computers and games since i was young, actual entry into creating programs was limited to me growing up. I've been trying to learn programming for a while no...