amosproj / amos2022ws03-software-oscilloscope

MIT License
7 stars 2 forks source link

DO NOT MERGE: Feature/#125 indicators pixijs rewrite #158

Closed leandertolksdorf closed 1 year ago

leandertolksdorf commented 1 year ago

So, I looked into PixiJS and GPU.js for implementing the Indicators with WebGL.

GPU.js turned out to be unmaintained and didn't even install on my machine, probably due to using an outdated node-gyp version that uses python2, which is dead.

This branch contains the current state of my approach for Implementation with PixiJS. The PR is only for discussion, not for merging (It doesn't have the resizing in it anyways.)

I left the old indicators in so that you can switch to that for comparing performance.