You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create an application, Rasterizer, which demonstrates various software rasterization techniques.
- Follow a highly portable design pattern in which core application logic is as platform agnostic as possible, and simple platform specific "glue" layers handle interfacing between the host and core program logic. Eventually port core logic to C.