Dennis Kobert
Dennis Kobert
Currently when adding nodes to the node registry we essentially constant fold all nodes (except for the async nodes) by basically evaluating them at compile time. This is done to...
Support Document nodes with value parameters to be converted to compute shaders using the extract node
Add a workflow and test cases for automated building and testing of node graph shaders.
Currently texture filtering is disabled for the rendering pipeline, we should try to reenable that
* Wasm has the atomic wait and atomic notify functions, it should be possible for the workers to wait until woken up to reduce the use of `postmessage` calls. *...
The images and graph you link to seem to be broken, should they still be up or should I make a pr for removing the broken links?
# Add font rendering - [x] use fontdue to rasterize fonts - [ ] add a second rendering pass to draw HUD elements - [x] Add "text boxes" to specs...