how to create a triangle in c++ without using opengl, directx, or other api -
i want know if possible me create line or triangle or shape c++ code.
based on op comments elsewhere in thread, sounds wants direct manipulation of low-level instructions on various pieces of hardware used rendering images. this:
- understand hardware have performing this. means doing exensive research how hardware designed , used.
- understand how directly invoke manufacturer's device drivers. again, requires extensive research , made more complicated fact hardware manufacturers obfuscate device driver source code, if publish @ all, , don't release documentation device driver code.
- understand how can directly manipulate hardware using c++ write own api manage hardware functions.
once that's done, can use api draw triangle or other polygon like. personally, seems bit me, , i'll use existing api. might worthwhile learning experience without spouse , children.
Comments
Post a Comment