Coder Social home page Coder Social logo

engine's Introduction

VKM - OpenGL-based 3D Rendering Engine

VKM is an open-source 3D rendering engine designed for efficient graphics rendering using the OpenGL API. It supports advanced rendering techniques such as ADS (Ambient, Diffuse, Specular) shading, PBR (Physically Based Rendering), and upcoming support for Nvidia RTX for ray tracing.

Features

  • OpenGL Integration: Utilizes the OpenGL graphics API for rendering.
  • Modern C++ Codebase: Developed with modern C++ standards and practices.
  • Cross-Platform: Designed to work seamlessly across various platforms, including Windows, Linux.
  • ADS Shading: Supports Ambient, Diffuse, and Specular shading techniques.
  • PBR Rendering: Implements Physically Based Rendering for realistic material rendering.
  • Nvidia RTX Support: Upcoming support for Nvidia RTX technology and ray tracing.
  • Resource Management: Efficient handling of textures, models, and other graphical resources.

Getting Started

Prerequisites

  • C++17 compiler
  • OpenGL SDK
  • CMake (3.21.0)
  • GLFW
  • GLM
  • ImGui
  • STBimage
  • TinyObjLoader
  • Nlohmann

Installing

git clone https://github.com/V-KMilev/Ray-tracer.git
git submodule update --init --recursive

Building

mkdir build
cd build
cmake ..
make

Usage

For detailed usage instructions and code examples, refer to the documentation provided.

Documentation

Comprehensive documentation is available in the docs directory. It covers installation instructions, API reference, and usage guides.

Contributing

Contributions are welcome! If you find a bug, have a feature request, or would like to contribute code, please follow the contributing guidelines.

License

This project is licensed under the MIT License.

Acknowledgments

  • OpenGL API
  • Nvidia RTX Technology

engine's People

Contributors

v-kmilev avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.