Skip to content

klema21/3drenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

To install all of the 3drenderer files, run the following script from the root of your project's directory:

git clone https://github.com/klema21/3drenderer.git

3drenderer

Description: The main goal of this project is to create a simple version of OpenGL. Understand how it works inside the box. Even maybe solve some problems that OpenGL and DirectX have. This is very small, cross-paltform 3d renderer without any third-party libraries.

Other things to include:

  • Technology stack: gcc, C, SDL2.
  • Status: Development.

Dependencies

A package that installs many other packages, like g++ and gcc.

sudo apt install build-essential

SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse and keyboard.

sudo apt install libsdl2-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published