Click here to Skip to main content
15,888,176 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
cross product migration from embarcadero cpp to visual studio w10

What I have tried:

I am currently using embarcadero community edition with graphics32 for a polygon clipping exploration algorythm...want to migrate to visual studio ...any good library...?. what is chromium..?
Posted
Updated 9-Dec-18 10:35am

 
Share this answer
 
If you are using Visual Studio in windows there are lots of graphics libraries available. There are GDI and GDI+ for 2D graphics and OpenGL, Direct3D, and Vulcan for 3D graphics. Then there are countless add-on layers for those libraries. You can even find a few interesting ones here.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900