Git Product home page Git Product logo

vulkanworks / cadr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rendering-fit/cadr

0.0 1.0 0.0 8.54 MB

CAD Renderer - performance optimized Vulkan visualization library for CAD. It is designed as GPU-oriented rendering engine for high performance complex scene rendering with GPU-based visibility culling and LOD processing. It can very efficiently handle complicated scenes composed of very many small objects as typical for CAD scenes.

License: MIT License

CMake 6.97% C++ 93.03%

cadr's Introduction

CADR

CAD Rendering Vulkan library. It can be used as GPU-oriented rendering engine for high performance complex scene rendering with GPU-based visibility culling and LOD processing. It can very efficiently handle complicated scenes composed of very many small objects as typical for CAD scenes.

Compile

Prerequisities:

  • Windows: Microsoft Visual C++ 2017 or Microsoft Visual C++ 2015 Update 3 (previous updates might work as well)
  • Linux: gcc 7.3 (previous not tested)
  • cmake 3.5.0 or newer
  • Vulkan 1.1.129 headers or newer (previous not tested), ubuntu package name libvulkan-dev
  • glm 0.9.7.0 or newer
  • Linux: libx11-dev package

Vulkan issues

If applications are failing with error message: "Failed because of Vulkan exception: vk::createInstanceUnique: ErrorIncompatibleDriver" on Linux, "Failed because of Vulkan exception: vk::createInstanceUnique: ErrorInitializationFailed" on Windows, it might be caused by no Vulkan driver installed. On Windows, try to reinstall graphics driver. On Ubuntu distribution, you may check if there are any *.json files in /usr/share/vulkan/icd.d/. For AMD and Intel, installation of mesa-vulkan-drivers package might solve the problem. For Nvidia, installation of their graphics drivers could resolve the problem.

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.