felixpalmer

Results 81 comments of felixpalmer

For creating PVR textures on OSX I can recommend the tools from https://community.imgtec.com/developers/powervr/installers/ in particular PVRTexTool You can either use the GUI or the following command for creating a PVR...

I'm not sure I understand exactly what you mean. Are you asking if you could animate the overlays? There is a API function [updateOverlay](https://felixpalmer.github.io/procedural-gl-js/docs/module-Features.html#.updateOverlay) which lets you update an existing...

Ah OK, I take it that it that the raster tiles would be transparent? This should be doable, I'll keep it in mind for a future version. If you have...

@olwal I've created a new issue to track the `updateOverlay` enhancement: https://github.com/felixpalmer/procedural-gl-js/issues/17 so this issue can be purely for the original suggestion of @mattijn Really great work on the air...

Currently the library assumes for simplicity that the world is flat. Thus it would be possible to zoom out to see the whole world, but it would be a flat...

I'm still on OSX 10.14.4, shame to hear they no longer work for 10.15. `essl_to_glsl` is only used to validate the shaders, and helps during development, but isn't required for...

Hi @dotesfera thanks for the suggestion, that is indeed a good idea. I'll try and add this.

Hi, I'm glad to hear you like the repo and excited that you're considering a substantial sponsorship. Thank you! To answer your questions: - There is a React wrapper available...

The current focus is on getting the word out about the library and supporting those who building something serious with it. As such, the roadmap is currently somewhat in flux....

I don't have an Android device to handle to test on sorry, so I cannot reproduce this. However, I spent a lot of time working on fixing picking on Android...