What is the easiest way to make simple graphics without Borland? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the easiest way to make simple graphics without Borland?

I'm thinking about triangles and circles, not shaded 3d graphics :)

21st Jun 2016, 10:03 AM
MaxCode
3 Answers
+ 1
then openGL API is a good place to start. It has support for 2d and 3d graphics. Graphics code is a little different from regular code but if you get c++ really you can understand openGL
21st Jun 2016, 10:49 AM
destro
+ 1
Or you could use Open Scene Graph (OSG) which builds on top of OpenGL and allows for higher abstraction. Also the file format in which OSG saves and loads its data can be created by a graphics program named Blender so you don't have to program as much and fiddle with parameters.
21st Jun 2016, 11:05 AM
Stefan
Stefan - avatar
0
SFML
21st Jun 2016, 6:56 PM
Guillem Bartrina