Video 1: Modelling Cybertruck in Blender
- Cybertruck.zip - Blender file and Reference images
- MyApp.zip - Finished project
- MSYS2 - Building platform for windows
- GTK_Windows_Depends.7z - GTK Dependencies for packaging
mingw-w64-gcc
: Used to compile or build the programmingw-w64-make
: Used to make compiling easiermingw-w64-gtk
: GTK UI Librarymingw-w64-glade
: GTK UI Designermingw-w64-gedit
: Optional for editing the source code
pacman -Syu
pacman -S mingw-w64-gcc
pacman -S mingw-w64-make
pacman -S mingw-w64-gtk
pacman -S mingw-w64-glade
pacman -S mingw-w64-gedit