-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying basic Angular Three example #55
Comments
So realized that there's one not marked for beta and now using: "angular-three": "^2.2.1",
"angular-three-postprocessing": "^2.2.1",
"angular-three-soba": "^2.2.1",
"angular-three-cannon": "^2.2.1",
"angular-three-rapier": "^2.2.1", Doesn't seem to be crashing anymore a bit after the start. Might have it resolved for now, will continue to test. Might have some other console errors to fix. |
So my current error in console is:
Just looking to get the simplest example working to see it in action and can take it from there to adapt it to my use cases. |
Checking on netlify build - 66e833a5bee04400077b09ea in regards to my possible related error. Looks like my issue is in the build logs:
|
@SteamMatthew Hi, thank you for trying it out. Regarding It's possible that a peer dep was missing. If you could provide a reproduce repo, that'd be great. re:build error |
Thank you for the quick response. Hope these packages gets more usage and contributors along the way. I'm honestly just trying to mimic the example provided above. My goal is to use the simple soba basic example as a great starter template for application building to create a custom interactive viewer for materials, wireframe, animations and other useful modes for many 3D assets that I plan to build (something similar to PolyHaven.com website as a viewer for a 3D asset) Realizing now I think I need to double check a few things and also add My current application is running Angular at version Would love to help contribute how I can to this effort. Once I have it running will be using WebStorm to help triage more of the package. I'm going to keep trying today to see if I overlooked something and will post updates. |
Another thing to try is to give the template https://github.com/angular-threejs/template a try |
Awesome thank you will try it out. |
@nartc Thank you for the template project. I took the component for the simple box canvas and successfully have it working in my application now. I will now actively look for every small fix that gets published. Of course will need to slowly work on adding back the other sample code to put it back into the starter example I was looking to build. As I play more with it, like to help contribute. I should be able to advance more easily on my own now that I can try by trial and error and code inspection. Will close this issue, thank you for the help. |
@SteamMatthew Nice. Glad to help. Feel free to open a new issue or discussion and I can help with whatevet I can |
Template with Soba based on nartc's template - https://github.com/qagwaai/3js4 |
I found this library and understand it's a complex effort and was excited with the demos and the activity of releases, keep it up.
With that being said, I'm looking to use the library as part of a digital asset manager project that I'm looking to build and this library would solve one large portion of my needs.
Was looking at the following path to quickly get me off the ground and start to put it to use:
I believe I have the right and latest dependencies as of yesterday's upload in my project as shown here:
Trying to start my basic Angular project with
npm start
, it serves the website but then eventually it will crash out with the below message. Ideas?The text was updated successfully, but these errors were encountered: