Code Monkey home page Code Monkey logo

hydraviewer's Introduction

HydraViewer

HydraViewer is an editor created with OpenUSD hydra storm renderer and Qt6. UsdViewqt in OpenUSD project is written by pyqt/pyside, but it still use openGL to render the scene. And I found UsdViewqt is hard to be compiled on Mac.

Apple provide hydra storm renderer powered by Metal. This project is aimed to use the hydra storm renderer with modern graphics API like metal. And I want to combine node system with it. That's why I start this project.

This project is still on very early stage. But if you like it, please let's discuss it through issue or pull request!

If you'd like to compile by you own. here is the step.

  1. Download vcpkg. I use vcpkg to support third_party libs. you can use Clion to install it or by your own. Then use vcpkg cmake toolchain like
cmake -DCMAKE_TOOLCHAIN_FILE=~/.vcpkg-clion/vcpkg/scripts/buildsystems/vcpkg.cmake
  1. Download OpenUSD and compile without python on Mac:
python3 ./OpenUSD/build_scripts/build_usd.py --generator Xcode --no-python ./USDInstall
  1. I place USDInstall and this project in the same folder, if you are not, find this line in cmake and fix it:
${CMAKE_CURRENT_SOURCE_DIR}/../USDInstall
  1. Install Qt6 library, maybe cmake can't find qt in your compute. You can fix the problem by add qt path in cmake:
set(CMAKE_PREFIX_PATH ~/Qt/6.6.1/macos/lib/cmake)

After these four step, this project can be compiled well.

hydraviewer's People

Contributors

yangfengzzz avatar fs814 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.