Tutorials

All tutorials:

  • 🐧Linux vs Windows (or MacOS)
    Very long comparison, including fails and issues of Windows and differences for commercial OSes.
    With quick help for choosing and starting using Linux. Also listing key changes in it.
  • C++ Guide
    Short, gathered links around C++ and key concepts of this programming language.
    Also few popular IDEs and tools used around C++.
  • 📱Microcontrollers
    Long guide for small programmable boards with MCU. Short explanation of their key components.
    Comparison table of few popular ones. How to start and available IDEs. Lists few external modules and LCD displays for them.
  • 🌐CG, Rendering, Shaders
    Medium guide. Starts with list of rendering types.
    Then focusing on ️rasterisation and features/steps done each frame in real time graphics (for games etc). Many links gathered for further explanations.
  • 🔮CG Shader demos, fractals
    Cool looking demos done only by shaders in real time. Some tutorial explanations. Done usually by raymarching.
    Short, mainly gathering my favourite shadertoy effects. Including fractals.