2. Computer-aided design¶
Project Management¶
Individual Assignment
read, sign the student/instructor/lab agreements, and commit to your repos
- copy student agreement
- sign and include in your repository
Individual Assignment
model (raster, vector, 2D, 3D, render, animate, simulate, …) a possible final project,
compress your images and videos,
and post a description with your design files on your class page
2D model¶
Software
- Raster
- GIMP
- Photoshop
- Draw App in a tablet
- Vector
- Inkscape
- Illustrator
- CorelDRAW
AI
- DALL·E 3
- DALL·E 3 is now available to all ChatGPT Plus and Enterprise users
- Microsoft Image Creator
- Stable Diffusion / Ref.JP
3D model¶
Account
- Class Issue 4
- ONSHAPE
- SOLIDWORKS
- AUTODESK FUSION 360
Software
- Fusion360
- render
- animate
- (simulate)
- Solidworks
Compress images and video¶
- encoding
Tips: Install ffmpeg for Windows11 and PATH setting
HTML5 MP4 ffmpeg encoding variable bit rate 1080p MP3: ffmpeg -i input_video -vcodec libx264 -crf 25 -preset medium -vf scale=-2:1080 -acodec libmp3lame -q:a 4 -ar 48000 -ac 2 output_video.mp4
Last update:
February 1, 2024