All Questions
Tagged with bacon.js functional-programming
1 question
4
votes
1
answer
320
views
Resize renderer on browser window size change
For a game, there is some WebGLRenderer object that wraps around canvas element. There is need to update it's size when browser window size changes. Here goes my current code written using BaconJS. ...