Log for: May 26 to June 1
1. Setting up the CSDT project on Windows
2. Study the sourcecode of Cornrow
More details:
1. I set up the CSDT project using the code Eddie sent. I also tried to checkout the whole project from the repository, but this didn't work.
The reason is that when I tried to 'Browse for programmableCSDT folder in the repository' as the settingup document says, I couldn't find the programmableCSDT folder. There are just a bunch of subprojects.
Solution: During the meeting last Wednesday, Jason helped us setting up the CSDT project. We can check out the whole project by leaving "Repository Folder" and "Repository Revision" blank.
2. The core logic of Cornrow is in this function: Curve.DrawOval
Inside it, an OpenGL api 'glVertex2d' is invoked to draw the Y shapes.
Subscribe to:
Post Comments (Atom)
Repository URL: https://subversion.hss.rpi.edu/svn/csdt_src
ReplyDeleteCheck out the folders named "Core" and "CC", together with the file "libs.zip". Then from the main menu, File -> Open Project, select the "Core" and "CC" folder.