minigdx VS ktx-sample-web-project

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

minigdx

Minimalist Game Framework using Kotlin Multiplatform (by minigdx)

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
minigdx ktx-sample-web-project
5 1
159 2
-0.6% -
0.0 4.8
over 1 year ago 6 months ago
Kotlin Kotlin
MIT License -
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.

minigdx

Posts with mentions or reviews of minigdx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-29.
  • Show HN: Tiny – A 2D Game Engine in Kotlin Working with Lua
    6 projects | news.ycombinator.com | 29 May 2023
    Lua is easy to learn, dynamically typed and doesn't need to be compiled: it's perfect to get instant reload and it's perfect for small projects.

    If you want to create games using Kotlin, you can try my 3D Game Engine: minigdx (https://github.com/minigdx/minigdx).

    Or other game engine:

    - https://littlekt.com/ (LittleKt (Little Kotlin) is a multiplatform 2D game framework written in Kotlin)

    - https://korge.org/ (Korge - Modern Multiplatform Game Engine for Kotlin.)

    - https://libgdx.com/ (LibGDX, it's for Java but you can use Kotlin, if you don't want to target the web platform)

  • 🧸 Tiny : my Kotlin Multiplatform 2D Game engine
    6 projects | /r/Kotlin | 28 May 2023
    - https://korge.org/ (Korge - Modern Multiplatform Game Engine for Kotlin.) - https://github.com/minigdx/minigdx (Minigdx - Minimalist Game Framework using Kotlin Multiplatform / I created it before creating Tiny) - https://libgdx.com/ (LibGDX, it's for Java but you can use Kotlin, if you don't want to target the web platform)
  • Kotlin Projects
    3 projects | /r/Kotlin | 17 Aug 2022
    You could have a look at open-source game frameworks like KorGE or MiniGDX, they are written in multiplatform kotlin and not at all specific to android.

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 minigdx and ktx-sample-web-project you can also consider the following projects:

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

3d-game-shaders-for-beginners - 🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.

ktx-sample-project - An autogenerated example KTX project with all official extensions targeting desktop and mobile platforms. Generated with gdx-liftoff.

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

KorGE - KorGE Game Engine. Multiplatform Kotlin Game Engine

littlekt - A multiplatform 2D game framework written in Kotlin. Build your own game engine on top.

ktx - Kotlin extensions for the libGDX game framework