Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 444 Bytes

Iris3D - an ez80 assembly 3D engine

Suzanne

Features

  1. Flat filling at 6Mpx/s
  2. Texture mapping, at 800KPxl/s
  3. Basic 3D math functions
  4. Depth sort
  5. Double buffered framebuffer

Planned feature

  1. Cliping

Converters

Iris also feature an .obj converter to a .inc file which can be compiled into an .8xv or directly included in assembly source. There is also a basic .bmp to .inc converter.