Is LIBGDX slower in python than Java

I have been developing games in Python and Pygame for a long time, although one thing that was discussed is my dislike of pygame performance and the lack of tools and libraries.

I always knew LibGDX for its popularity and how much I saw it on this site. Although I recently found out that it supports JVM languages, so I can use it with python in the Jpython interpreter.

Since I have more knowledge about using python, I plan to learn LibGDX for it. Although I already know a decent amount of Java, and it will not be an incredibly large amount of work. If I just finish learning more Java.

Although I prefer Python for how much I worked in it.

What i ask

I was wondering if there were any flaws in using LibGDX In python (JPython) instead of its main and popular Java language. One of the questions that come to mind is performance issues, will it work more slowly with LibGDX in Jython than in Java? Another that comes to mind will be cross-platform export, can you export to android or IOS using Python (Jython)?

Does anyone really know about LibGDX or Jython and LibGDX to answer this?

+4
source share
1 answer

, Jython + LibGDX. , , SO, Jython + LibGDX.

- - . Jython JVM, JVM. , Jython Dalvik. , LibGDX Intel Multi-OS Engine iOS. , Jython. .

Jython + LibGDX java + LibGDX, , . , , .

, , Java , , . java. , Jython + LibGDX, Java + LibGDX.

+3

Source: https://habr.com/ru/post/1666190/


All Articles