Skip to content

devanmolsharma/3dGraphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-render

This project demonstrates rendering a 3D model using C++.

How to Run

  1. Compile the code:

    g++ src/main.cpp -o out/app
  2. Execute the application:

    ./out/app
  3. Zoom out your terminal to view the 3D model.

Requirements

  • g++ compiler
  • A terminal that supports rendering

Project Structure

cpp-render/
├── src/
│   └── main.cpp
├── out/
│   └── app (generated after compilation)
└── Readme.md

Notes

  • Ensure your terminal is large enough to properly display the 3D model.
  • Modify src/main.cpp to customize the rendering logic.
  • Contributions are welcome!

About

3D Graphics from scratch in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages