Results 18 comments of Josh Castle

@krhobeck, you can manually set the camera position by using the `position` property of the camera. The `position` is a 3D `PVector`. So, for example: cam.position = new PVector(5, -3,...

Hey, @Jachdich! Thanks for the suggestion. That's a good idea! But yes, you're right; it's been quite a long time since I updated this library. My schedule is pretty busy...

Oh, geez! I can't believe I haven't checked back in on this since 2019! I'll try to make some time to make some fixes soon. Thanks for the reminder! :)

I'm sorry; I'm not quite sure what you're describing. I can't find any problems with the mouse when I run the examples. Can you give me more information?

Ah, okay. Well, thanks for looking into it! I don't know how to use the Cinnamon compositor either. It's interesting that it says "shadows are controlled by the compositor installed...

Hm. Actually, I'm testing it out on Gnome right now, and it's not displaying a shadow here either... ![emoji-mart-gnome](https://github.com/vemonet/EmojiMart/assets/255934/e502a4c9-4c97-459e-8023-ab7dab0842c9)

I've been using X11 on every distro because Wayland currently breaks some of the programs I rely on for work. For now, I've just been running Emoji Mart in dark...

Hey! I just took a look at the [tauri-apps/window-shadows](https://github.com/tauri-apps/window-shadows) library, and they mention that: > As of tauri@v2 and recent versions of tao and winit, they all support enablind/disabling shadows...