frontend-sample-showcase 3.0 #3266
-
I am unable to locate code for 3.0 frontend-sample-showcase. Can you please share location of the repository. Thanks, Ovais |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Is there something specific you're looking for? Most of the showcase sample code should be visible to you on the side editor. The only thing not explicitly shown is code for the itwin/sandbox pkg which is mostly just configuration details that shouldn't be pertinent to development outside the sandbox. |
Beta Was this translation helpful? Give feedback.
-
The repository for the frontend sample showcase 3.x is the same repository that was used for the 2.x frontend sample showcase: https://github.com/imodeljs/frontend-sample-showcase. Is this what you're looking for? |
Beta Was this translation helpful? Give feedback.
-
Thank you, yes this is what I was looking for. I had a link saved to 2.x imodel mono repo (https://github.com/imodeljs/imodeljs) which contained this repository but now when I use this link, I didn't realize that the browser is automatically routed to a different repo (https://github.com/iTwin/itwinjs-core). It seems I was looking for the sample showcase in the wrong repo (hence the confusion...) The sample showcase has been instrumental in our understanding of iTwin.js capabilities. Looking at the code on the side editor is helpful but following the code execution in VS Code debugger has been invaluable in our understanding of how different capabilities work. Especially when a sample has multiple source files, following the code in the debugger is only (sane) way to keep track of program execution jumping between different files. Thanks for pointer to the repo. |
Beta Was this translation helpful? Give feedback.
The repository for the frontend sample showcase 3.x is the same repository that was used for the 2.x frontend sample showcase: https://github.com/imodeljs/frontend-sample-showcase. Is this what you're looking for?