Skip to content
#

webgl

Here are 4,627 public repositories matching this topic...

BStringhamVRSK
BStringhamVRSK commented Aug 12, 2021

Problem:
After using Engine.createTextureFromKtx/jpeg/Png, I need to query the texture width and height so I can generate proper UV coordinates for font display.

Proposed solution
Expose the Texture.getWidth(), getHeight(), etc. methods to get texture information. I currently only need width and height, but I can see usage cases for many of the other "getters" available in the C++ in

enhancement good first issue web
emmanuelle
emmanuelle commented Nov 28, 2019

Most items coming from questions on the community forum

documentation good first issue
ptrgags
ptrgags commented Apr 21, 2022

Looking through the scripts in package.json, a lot of the tasks have inconsistent naming or have misleading names

To point out a few issues:

  • some tasks use kebab-case (e.g. prettier-check) while others use camelCase (e.g. buildApps). We should pick a consistent style. (Personally I find kebab-case easier to type on the command line)
  • generateDocumentation seems needlessly l
cleanup good first issue

Improve this page

Add a description, image, and links to the webgl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webgl topic, visit your repo's landing page and select "manage topics."

Learn more