BertrandBev / eigen-js

⚡ Eigen-js is a port of the Eigen C++ linear algebra library
https://bertrandbev.github.io/eigen-js/#/
92 stars 15 forks source link

No dist #44

Closed obrhaberer closed 1 year ago

obrhaberer commented 2 years ago

Why didn't you include the eigen js you built in the repo?

BertrandBev commented 2 years ago

You're right, I'll do it!

Archer6621 commented 1 year ago

You're right, I'll do it!

Hello :) Any plans on fixing this? Right now when installing the module via npm/yarn it doesn't work straight out of the box, because it's missing files.

I suppose the alternative would be to build the project ourselves?

EDIT: Temporary solution: use version 0.2.0: yarn add eigen@0.2.0 / npm i eigen@0.2.0

recidive commented 1 year ago

Hi @BertrandBev can you release a new version with the build when you have the chance? Thanks!

BertrandBev commented 1 year ago

@recidive done!

recidive commented 1 year ago

Thanks!