Karthik VJ

Results 18 issues of Karthik VJ

Hi, I am trying to optimize meshes in .glb files using [gltfpack](https://meshoptimizer.org/gltf/), `gltfpack -i Soldier.glb -o Soldier-opt.glb -c` Pixi3D doesn't seem to render optimized 3d file. Further googling noticed [three.js](https://github.com/mrdoob/three.js/blob/b5244a838f46b903bfda70394733b983d78eb5b7/examples/jsm/loaders/GLTFLoader.js#L363)...

enhancement

is it possible to use `pointerdown` and `pointerup` so it's touch screen friendly? https://github.com/jnsmalm/pixi3d/blob/develop/src/camera/camera-orbit-control.ts#L42

enhancement

It seems extension is removed from chrome store

Do we have any functionality to keep track of loading progress event?

enhancement

Hi, Can you please add canvas example, like: 1. Draw some circles, rectangles 2. Display Bitmap sprite 3. Display animated bitmap I tried playing around around with piston2d. I was...

**Describe the bug** Unable to use import state with Astro build https://astro.build/ **To Reproduce** Steps to reproduce the behavior: ``` import sortable from 'html5sortable'; ``` Getting following error, run `npm...

I am using wasmtime, to run .wasm generated by wasm-pack In wasmtime, ``` let import_object = imports! { "env" => { "get_counter" => get_counter_func, "add_to_counter" => add_to_counter_func, } }; ```...

Hey, thanks for this awesome work. Seems there is typo when you copy wasm file from `target` folder to `lib`

Hi, any plans on adding feature to export config as v3 from editor?

Show what video/audio file is playing, with: 1. seekbar 2. to change audio track 3. to change subtitles 4. show cover image with title 5. volume control

enhancement