Mikola Lysenko

Results 21 issues of Mikola Lysenko

We need to run `regl` on some non-v8/ANGLE based systems to make sure everything is still working. At least the following systems should all pass: - Firefox (Windows/OS X/ Linux)...

help wanted
code quality

It would be nice to have some videos on youtube showing how to get started with regl. This would supplement any existing tutorials.

docs

On some mobile devices apparently they can be much faster than manually binding vertex attributes.

enhancement

That code is not adequately documented and currently very confusing. Sorry.

docs

The current method for selecting whether to list a package to be a devDependency vs. regular dependency is a bit ad-hoc: https://github.com/isaacs/init-package-json/blob/master/default-input.js#L7 It would be nice if modules could specify...

It would probably be a bit faster to not return a subarray slice of a typedarray from the voxel mesher and instead return the entire unsliced typedarray + a size...

Creating an npm module for GLOW would be helpful for writing more complicated javascript applications using the require module system. Making these changes would require some small changes to the...

I left a few small suggestions for ways you could improve the performance slightly. The only large suggestion I have is that you should make a github page for the...

Relative paths and URLs for loading assets should work in Electron. Currently this fails for XHR/fetch based resource types (`text` and `binary`). We should implement the same scheme that electron...

enhancement

Currently it just grabs a binary XHR which isn't optimal since it buffers the whole thing. Here are some references on the fetch API: https://github.com/GoogleChrome/samples/tree/gh-pages/fetch-api

enhancement
help wanted