cobe
cobe copied to clipboard
5kB WebGL globe lib.
Anyone else has problem deploying Cobe to Vercel with Chekly checks (Next.js project)? I am using the example script from the Cobe page. It runs great in local environment, but...
Would be nice to add click/hover events so that the globe can be used interactively. A use case: - hover on a location and the name shows up with info...
Hey there. I'm trying to render the following points (242 total) in COBE but having issues as they're not all rendering (seem to be only rendering in NA). Points are...
Same configuration, globe spins faster in chrome/firefox than safari
The vue and svelte version examples do not have any sort of cleanup when components unmount. There needs to be a call to `.destroy()` to avoid memory leak.
Hello, is it possible to set a transparency level for the base color? Many thnxs!
Hey! I'm trying to render around 6,000 but only 50 or so markers seem to be showing up on my map, code is here: https://github.com/hackclub/site/blob/10c57825053b4d6a12ba9fb7acaa03926150b971/pages/donate2.js#L48 and the preview is deployed...
Would like a way to specify color of markers individually instead of globally. Makes the map much more useful being able to have a legend based on colors
Hi, Iam using Vue 3 and started from the provided example. Unfortunately Iam not able to make the globe resize when the window becomes smaller. I've looked for props and...
Without exposed delta time animation becomes framerate dependent, which in turn affects animation speed. It should ideally be something like this: ```js onRender: (state, delta) => { state.phi += 0.5...