karansher / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
1 stars 0 forks source link

Can we use VSCode for the assignments? #1

Closed andyw1589 closed 2 years ago

andyw1589 commented 2 years ago

I'm on Windows and the footnote says I need the Visual Studio 2015+ compiler, but I really don't want to download Visual Studio because it's so bulky.....is it possible to finish the assignments in VSCode instead?

philip-huang commented 2 years ago

VSCode is a code editor, not a compiler. You may use any code editor but you will need a compiler on Windows to compile the C++ code

abhimadan commented 2 years ago

We highly recommend using Visual Studio for your assignments since it becomes much easier to work with OpenGL in later assignments. Alternatives like cygwin and WSL work for earlier assignments but students have run into GPU driver issues later on, so it's a good investment to get Visual Studio working now to avoid headaches with later, more challenging, assignments.

andyw1589 commented 2 years ago

pain