Search found 43 matches

by angus
Thu Jan 27, 2011 11:15 am
Forum: Winter 2011
Topic: Presentations on Wed, Feb 2nd
Replies: 0
Views: 8463

Presentations on Wed, Feb 2nd

Hi, I'm looking forward to your presentations. Again, the idea is to present 1) the concepts, and 2) a creative implementation of the concepts. When you teach the concepts, imagine yourselves as a teacher explaining the basic algorithms, coding techniques, and applications to a small class of enthus...
by angus
Mon Jan 24, 2011 3:12 pm
Forum: Winter 2011
Topic: using glut on XCode
Replies: 0
Views: 8342

using glut on XCode

Hi, Michael alerted me to the fact that you must include the Cocoa framework in order to run a glut demo on OSX. From the command line make sure and specify "-framework Cocoa" in your gcc command. In XCode you can specify a Cocoa application (instead of a terminal or console application) when creati...
by angus
Sun Jan 23, 2011 11:07 am
Forum: Winter 2011
Topic: programming languages
Replies: 0
Views: 7923

programming languages

Hi, some of you have emailed me about using C++ or Objective-C for the assignments. I don't mind that at all. There are a decade of demos online in C (and of course the OpenGL library is itself written in C), so I'll still go over it in class. Also, I encourage you to find libraries and toolkits whi...
by angus
Fri Jan 21, 2011 7:39 pm
Forum: Winter 2011
Topic: glut code demo & homework
Replies: 0
Views: 6444

glut code demo & homework

Hi, under the code directory for the course page I've added some demos http://www.mat.ucsb.edu/594cm/2011/mat594cm/code/ There's no problem set this week, rather I want you to look at and use/modify the code in two of the demos (as described below). Also, brush up on your C programming (e.g, via htt...
by angus
Wed Jan 12, 2011 10:01 pm
Forum: Winter 2011
Topic: Problem Set 2
Replies: 0
Views: 6103

Problem Set 2

Hi, I've posted a slightly newer version of PS#2 online, as well as updated the syllabus. I'll port the JOGL code I presented in class over to GLUT this weekend. -Angus
by angus
Wed Jan 12, 2011 9:58 pm
Forum: Winter 2011
Topic: any idea on how to remove remote directory on git?
Replies: 2
Views: 5873

Re: any idea on how to remove remote directory on git?

> git rm your_file_name

then

> git commit

then

> git push

You can always do a "git --help" to see the commands, and then a "git help the_command_you_want_to_know_about". E.g., "git help rm"

-Angus
by angus
Wed Jan 12, 2011 9:56 pm
Forum: Winter 2011
Topic: Trouble with Windows and GLUT
Replies: 1
Views: 5123

Re: Trouble with Windows and GLUT

Gates, did the sample code that Javier provided in 201B last quarter work? His GLUT demo was running on Windows and the code is available from the 201B syllabus. Let me know if you are still having issues. -Angus
by angus
Tue Jan 04, 2011 7:25 pm
Forum: Winter 2011
Topic: Greetings
Replies: 0
Views: 6269

Greetings

Welcome to the Winter 2011 MAT 594CM forum! -Angus
by angus
Fri Nov 26, 2010 3:15 pm
Forum: Fall 2010
Topic: Week 9: Syllabus updated
Replies: 0
Views: 6011

Week 9: Syllabus updated

Hi, the syllabus has been updated to include the code demos from the last couple of weeks, excluding the OpenCV demos, which should be posted shortly...

-Angus
by angus
Sat Oct 23, 2010 12:43 am
Forum: Fall 2010
Topic: PS #4
Replies: 8
Views: 9226

Re: PS #4

Anyone want to take a stab at debugging Solen's code? -A