Hello Pixi Developers and Users
I would like first to present myself as a newcomer on the forum
Im the developer of Sprite Basic Compiler Game Engine (https://spritebasic.com) It is cloud-based game framework with Basic Scripts tha uses PixiJS as web gl renderer as long as PhysicsJS as physic engine and other librairies needed to create games like the great Kittykatattack libraries
For a demo and future game i wish to write, i would like to create a tilingsprite, for an endless scrolling background, made of an array of textures
What would be the best strategy to concatenate an array of textures, that might be of different dimensions, into a large tiling sprite, either in portrait or landscape.
Would create a large tiling sprite make performances suffer or the part of the tiling sprite that is not currently displayed would be correctly cropped from screen display/calculations?
Many thanks if you can light me on this specific
Benoit