ktx-sample-project VS ktx-sample-web-project

Compare ktx-sample-project vs ktx-sample-web-project and see what are their differences.

ktx-sample-project

An autogenerated example KTX project with all official extensions targeting desktop and mobile platforms. Generated with gdx-liftoff. (by libktx)

ktx-sample-web-project

An autogenerated example KTX project with all suppored extensions targeting desktop, mobile and web platforms. With experimental support for HTML/JS export via TeaVM. Generated with gdx-liftoff. (by libktx)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ktx-sample-project ktx-sample-web-project
1 1
12 2
- -
3.5 4.8
6 months ago 6 months ago
Kotlin Kotlin
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ktx-sample-project

Posts with mentions or reviews of ktx-sample-project. We have used some of these posts to build our list of alternatives and similar projects.
  • Kotlin Game Engines
    1 project | /r/Kotlin | 9 Jan 2023
    https://github.com/libktx/ktx-sample-project <-- I don't even have to use the gdx-liftoff, the writer of LibKTX has an up to date template project on his github.

ktx-sample-web-project

Posts with mentions or reviews of ktx-sample-web-project. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-28.
  • 🧸 Tiny : my Kotlin Multiplatform 2D Game engine
    6 projects | /r/Kotlin | 28 May 2023
    libGDX was using GWT to convert their Java code to JS. This works directly on the Java source code and that's why it isn't compatible with Kotlin. However there is a new backend now based on TeaVM that compiles JVM bytecode to JS instead, so it also works with Kotlin. You still need to use some GWT dependencies (for instance Box2D has native deps by default, but there is a Java only replacement that can also be used for TeaVM). Here's an example of a TeaVM libKTX project

What are some alternatives?

When comparing ktx-sample-project and ktx-sample-web-project you can also consider the following projects:

thelema-engine - Thelema - 3D graphics engine, written in Kotlin. Based on sources of libGDX.

ore-infinium - Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform

COVID-Karnataka - Android app that shows COVID Resources in Bangalore by volunteers of Team LBTC and to track COVID cases in Karnataka.

KorGE - KorGE Game Engine. Multiplatform Kotlin Game Engine

ktx - Kotlin extensions for the libGDX game framework

tiny - Tiny is a lightweight 2D game engine that allows developers to easily create games using the Lua programming language.

minigdx - Minimalist Game Framework using Kotlin Multiplatform