L
L
Lorinday2018-09-11 14:38:30
Android
Lorinday, 2018-09-11 14:38:30

Is it possible to link phonegap and Pixi js?

The plans are to develop simple (well, very simple and simple) games for the android mobile platform as a set of experience in the JS language. High application performance is required, which brought me to the choice of phonegap and the JS engine Pixi js.
However, I have not yet understood whether it is possible to use it all at once? Use pixi js as a graphics engine (animations there), html + css3 and logic on JS - together, that is, will this collect all Phonegap into a single application? Or is it better to use something else for this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Oniestel, 2018-09-11
@Lorinday

However, I have not yet understood whether it is possible to use it all at once?

Can.
Will collect.
If you really need high performance on mobile, then it is better to use something else (for example, Unity). If high performance is not required or the game is made just for yourself, then this bundle will do. Of the minuses of this solution, which should be taken into account:
- It will work slowly on weak devices
- On older androids, the game may not start or work badly (because the built-in WebView is used without WebGL support, or with a crooked WebGL implementation)

E
exhang, 2018-09-11
@exhang

Look better towards react native. Phonegap is very sluggish, react works a bit differently than webview.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question