Skip to content

Nvim/3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal 3D "Engine"

** Made with SDL2 and C **

Features

  • .obj models import
  • rotate models in X,Y,Z axis
  • Lighting

TODO

  • Lighting
  • Z-buffer/Sorting by depth
  • Triangle Clipping
  • Camera Control

Run project

Dependencies

  • gcc
  • SDL2
  • SDL2_image

Compile

make release

Execute

bin/release/game

About

3d software rasterizer

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors