Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 625 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 625 Bytes

SwiftTinyRender

Swift 3D render inspired by https://github.com/ssloy/tinyrenderer and course http://habrahabr.ru/post/248153/

I want to rewrite render fully on swift and maybe objective C =) This repo starts with result of 3rd lesson.

Current progress

Current progress 3/6

We have:

  • TGA reader
  • OBJ format reader
  • Triangle and line rasterization
  • 3D model render with texture

Future plans

  • finish course
  • add swix for matrix math swix
  • refactor ugle TGAImage