Shu Ding
Shu Ding
I think ES5 can be a good default, but shouldn't override user's intention in tsconfig. For example I want to try ESNext to drop IE support.
Wow that’s interesting… but eventually I believe Bunchee needs its own config file. 😄
I think it should either take an onError callback as the argument or return an error value.
It's mostly not just about the tech and how performant it is, but how our code was implemented. Basically we have: ``` for each frame for each pixel (800x800) for...
@codeagencybe I think you can fork (or just inline this lib) to try it and bumping the number up, 170 might be fine! The 64 was something I picked as...
@Nithur-M It's gonna be a bit tricky as currently everything is written in shader code, it's tricky to connect the globe coordinates to screen coordinates and mouse positions... I'll think...
Some pointers for people who want to contribute: - https://webglfundamentals.org/webgl/lessons/webgl-picking.html - https://codepen.io/cvaneenige/pen/LmXWeM Markers need to be implemented as objects with their own shader (use a loop to add them after...
Tracking in #13.
You can use this: ```css .dark .tag { background-color: #2b2b2b; color: #bbb9bb; } ``` The `.dark` class will be added to `` when one of these 2 conditions is met:...
Should be good in 2.0.