three_dart icon indicating copy to clipboard operation
three_dart copied to clipboard

Is this package even maintained? I am getting multiple dependency issues while trying to install this package.

Open nirmal-kc opened this issue 1 year ago • 2 comments

The package hasn't seen any releases in the past year, any other package that we can use for ThreeJS?

nirmal-kc avatar Apr 24 '24 12:04 nirmal-kc

You can add this dependencies with specific versions, you shouldn't have any more errors :

  three_dart: 0.0.14
  three_dart_jsm: 0.0.9
  universal_ui: ^0.0.8
  flutter_gl: ^0.0.21

Some people create PR from this packages for stabilise or improve. For example, I convert cannonJS to Dart coupled with this package. The best thing would be to review the JS/dart conversion of this package to improve and type the classes in order to improve memory leaks and performance. Want to be our hero?

MapleNoise avatar Apr 24 '24 13:04 MapleNoise

Hi @nirmal-kc,

I know this package has not been updated in a while, but you can try three_js on pub.dev to see if that works for you.

Hope this helps.

Knightro63 avatar Jul 14 '24 13:07 Knightro63