Nicholas Yue
Nicholas Yue
``` [236/243] Building CXX object src/textures/CMakeFiles/bitmap.dir/bitmap.cpp.o In member function ‘void drjit::Texture::init(const size_t*, size_t, bool, drjit::FilterMode, drjit::WrapMode, bool) [with Value = float; long unsigned int Dimension = 2]’: cc1plus: warning: ‘void*...
Hi, Does Nanogui support custom drawing/paint so that I can draw e.g. circles, to represent anchor points and for them to be able to handle events ? I am wondering...
Hi, I am trying to understand the data in the INote class, in particular self.time and self.duration https://github.com/marcomusy/pianoplayer/blob/master/pianoplayer/scorereader.py#L20 What are their units ? Are they measured in seconds or are...
**Is your feature request related to a problem? Please describe.** I would like to be able to generate very high resolution rendered images suitable for posters. **Describe the solution you'd...
Are we at the stage where we can build appleseed.studio when only Python3 is available ?
I am planning to explorer the possibility of connecting VSCode to a EOSIO docker runtime for development https://github.com/EOSIO/eos/tree/master/.cicd/platforms There are two variants, pin and unpin. Which one would you recommend...
Hi, To keep the documentation and graph in sync, is there a way to generate Graphviz dot file from NodeGraphQt ? Cheers
Hi, Is there a way to run an equivalent flow not as a UI application but a console application where there is no graphics driver/hardware at all ? I am...
Hi, I see in NodeEditorConfig.cmake ``` set(NodeEditor_LIBRARIES NodeEditor::nodes) ``` What variables should I use to get the include directory of an installed NodeEditor ? Cheers
Hi, OS : CentOS 7 GCC : 6.3 Qt : 5.11.1 cmake : 3.12.4 Just did a fork and started building and came across this error. Anyone else seeing this...