how to generate graphics in cpp without using libraries. or using pure c++ | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

how to generate graphics in cpp without using libraries. or using pure c++

11th Jan 2021, 4:53 PM
max Ten
max Ten - avatar
3 ответов
+ 1
I don't know about 2d graphics but if you ever wish to learn how to code 3d graphics game engine from scratch check out this guy channel https://youtu.be/ih20l3pJoeU (and just saying I haven't watch even the first part ,hope it helps you tho)
11th Jan 2021, 5:00 PM
Abhay
Abhay - avatar
+ 3
you can't really generate graphics in C++ as there is no official library for it. you purely need to use 3rd party libraries to achieve it. but you actually need to learn the basics of C++ to use those libraries more efficiently.
11th Jan 2021, 5:08 PM
Rellot's screwdriver
Rellot's screwdriver - avatar
0
noice
11th Jan 2021, 5:06 PM
max Ten
max Ten - avatar