Dusan Bosnjak

Results 7 issues of Dusan Bosnjak

I've been playing with this boilerplate for a while but still don't quite understand how the code for the server is built. I noticed that some of the files i...

After much trial and error I've been able to understand the approach to universal rendering a bit better and setup additional loaders to work correctly with isomorphic tools :) Now...

This whole package was submitted as an example in early 2017, and was even demoed as an upcoming feature at GDC in March that year. The PR was added to...

Hi, I've seen requests for something like this pop up in forums and on stack overflow. This is my naive implementation of depth peeling. I need to do more research...

I'm having some issues passing textures to the command when using typescript. This seems to alleviate that issue.

I've come across this in the code: ```javascript {this.state.options.map(function(opt,index) { return ( {opt} ) }.bind(this))} ``` Not sure if it's a good idea to have a call to `bind()` inside...

enhancement
help wanted
good first issue

As a reader, I find the example very concise and basic. It is not clear what to do with the same pattern as soon as it grows out of scope:...