Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 437 Bytes

plan.md

File metadata and controls

33 lines (28 loc) · 437 Bytes

harware.h

  • Graphics acceleration
  • Linux VGA output
  • Windows VGA output

text.h

  • Print
  • Log

graphics.h

2D grephics rendering

  • Pixels
  • Lines
  • Polygons
  • Transperency effects
  • Sprite animations

3D graphics rendering

  • Vertices
  • Edges
  • Polygons

datatype.h

  • Bytesize signed and unsigned
  • Floating point
  • Matrices

math.h

  • Linear algebra
  • Trigonometry
  • Matrix operations

memory.h

  • Allocate / free memory