mikeNieto / 3drenderer

3D render project to render obj files without using libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D Renderer

This is a project to render 3D objects without using libraries such as OpenGL, Vulkan or Direct3DX.

How to run

To build the project just execute make.
To run the project make run.
To clean the project make clean.

Code

To format the code this project is using clang-format.
Execute next commands:

sudo apt install clang-format
clang-format --style Google --dump-config > .clang-format
  • Use a lintern to format the code using previos configuration

About

3D render project to render obj files without using libraries


Languages

Language:C 99.9%Language:Makefile 0.1%