Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,761 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to draw 3d using some values.
can I do it?
what 's more can I compare two 3d 's difference and get new 3d?
I don't understand very well your question, but for 3D, you can see old MS tutorials like : https://github.com/walbourn/directx-sdk-samples/tree/main/Direct3D11Tutorials
or also other tutorials for 3D wihout engine like : https://www.davrous.com/2013/06/13/tutorial-series-learning-how-to-write-a-3d-soft-engine-from-scratch-in-c-typescript-or-javascript/