CSE 528 Final Project Submission - SUNY

advertisement
CSE 528 Final Project
Submission
Dongli Zhang
Recent Due
•
•
•
•
10-Paper Survey due November 26
Send PDF file to BOTH Professor and TA
Professor: qin@cs.sunysb.edu
TA : dozhang@cs.sunysb.edu
• Suggestion: Do not copy directly from papers
Submission Guide
• Software + Report several days before the Final
Presentation
• Software and Report will be graded before Final
Presentation
• Technical questions will be asked if we have
question on your project(Fail to install the software,
cheating, etc)
• We may ask you do a demo and intro of code if
special hardware or non-free library used
Readme File
Please add a Readme file (PDF, Word, TXT) in your
submission:
• List all technologies used (C, C++, C#, OpenGL,
Glui, Matlab, CUDA, OpenCL, QT, MFC, Rendering
Engine, etc)
• List all Open-Source Libraries used in Readme file
(linear system, geometry, matrix, etc)
• How to setup your software from scratch in a clean
version of OS (Then I can setup your software
according to the Readme)
• For setup procedure, introduction of OpenGL, GLSL
and CUDA NOT required
Software Guide – Choice 1
• If you only use OpenGL (glut or freeglut), CUDA,
and glui, you could submit all code files directly
• I can create a new project for corresponding IDE
and copy all files into the project
Software Guide – Choice 2
• Please compile all required libraries and integrate
them into the project unless it is very simple to install
(such as apt-get install on Ubuntu, or glut)
• Windows & Mac: Integrate everything into IDE
(unless it is very hard, like CUDA)
• Linux & MAC: makefile, configure, script
• Please delete useless code (lines)
• Please roughly comment the code:
o Comment each file
o Comment each function
SuggeStion
• Animation and rendering could be separate
process
• Video: if you are doing slow 3D animation (not
mandatory)
Final Submission
• By CDROM or Email
• CDROM is highly suggested for submission of large
size (video, high resolution picture, large size library)
• Put your name and ID in CDROM
Summary
•
•
•
•
Software
Final Report (PDF)
ReadMe File (PDF, text, etc)
Video (Option)
Question?
Download