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:

  1. understand hardware have performing this. means doing exensive research how hardware designed , used.
  2. 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.
  3. 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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -