setup

Rendering 3D donut in Shell

September 12, 2024
gcc, setup

Rendering 3D donut in Shell # Read/Download/Compile/Run code bellow which renders a 3D donut on the Shell. It is done using only functions/features taught to you so far and some clever trigonometry. https://github.com/konrad-gajdus/donut/blob/main/donut.c https://x.com/konradgajdus/status/1833589002546630679

Installing GCC

August 5, 2023
gcc, setup

Installing gcc # This tutorial will be a quick walkthrough on installing gcc on different OS. We recommend you try installing gcc on your own before the start of classes. If, for some reason, you are unable to install gcc, then we will help you in the first tutorial session. We also recommend you install some text editor (VS Code for example). We recommend the usage of Linux as this would be advantageous for your future courses as well. ...