pixi-omber-gltf2-vector icon indicating copy to clipboard operation
pixi-omber-gltf2-vector copied to clipboard

Pixi.js library for using vector art created in Omber that's saved in glTF 2.0 format

Results 9 pixi-omber-gltf2-vector issues
Sort by recently updated
recently updated
newest added

Look at how to clean-up resources properly. Perhaps make glTF files into Texture objects so that they can reuse the Texture garbage collection stuff too?

It looks like PIXI is able to recover from losing its GL context, so add support for that to the plugin.

Make a utility for putting multiple models in a single glTF file so that they can be transferred more easily. See if there are any performance wins possible by having...

enhancement

It should theoretically be possible to increase performance slightly by batching together models for rendering. Then optimizations such as rendering the opaque parts of the same model together could be...

enhancement

Since the plugin already contains a barebones glTF file loader, it could be extended to read in general 3d meshes.

enhancement

Provide better support for all the different ways that the Pixi API provides for transforming shapes. In particular, think about anchors, which are a little strange for glTF since 3d...

enhancement

Add support for texture-mapped shapes exported by Omber.

enhancement

glTF files can store animations. Look into whether Omber glTF files can be animated in a 3d program and then have those animations be played back in Pixi

enhancement

It looks like Draco should offer some good compression rates that should push file sizes to be below those of compressed raster formats while still allowing for zooming in to...

enhancement