litiengine-gurk-nukem VS ExampleKotlinPluginLoader

Compare litiengine-gurk-nukem vs ExampleKotlinPluginLoader and see what are their differences.

ExampleKotlinPluginLoader

An example plugin loader for Kotlin-JVM. Can load AND close(except swing...), can load from local or remote. (by BirdeeHub)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
litiengine-gurk-nukem ExampleKotlinPluginLoader
1 3
21 1
- -
2.1 9.4
about 1 year ago about 2 months ago
Java Java
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.

litiengine-gurk-nukem

Posts with mentions or reviews of litiengine-gurk-nukem. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-21.

ExampleKotlinPluginLoader

Posts with mentions or reviews of ExampleKotlinPluginLoader. We have used some of these posts to build our list of alternatives and similar projects.
  • Unloading JVM plugins.
    1 project | /r/javahelp | 25 Aug 2023
  • Unloading plugins in JVM
    1 project | /r/learnprogramming | 25 Aug 2023
    So, I am writing a thing that takes plugins. It has to be in a JVM based language because of what I will be interfacing with so i chose kotlin. I need it to be able to dynamically open AND close the plugins. But it is hard to close them completely. I thought I had it, and then I learned to use a profiler and it turns out, I am not actually unloading them, only cutting them off from loading more things.... I made an example repo with just the loader setup, simplified api and launcher sections for people to look at. Help. Im so lost. I think im clearing all references to the plugin jar but the JVM just wont let go of the thing... Here is said example repo of said plugin loading setup. It says theres java. Dont worry. Thats copy-pasted in there as an example plugin for fun, but the simple plugins that are actually in kotlin have the same issue.... it also happens with or without the second function in the plugin interface... Fired up JVisualVM and now Im so confused.... You can pretty much ignore the exampleplugin folder unless you want to see a shitty minesweeper game hahaha. Main starts in exampleParentLoader, and then after the 1 main file sets up the 2 main loaders you move to examplepluginloader for the main part of the program https://github.com/BirdeeHub/ExampleKotlinPluginLoader Big changes are fine. The main program I'm making doesn't have a ton of stuff extra on top of it yet. It just needs to properly unload the plugins.
  • Unloading plugins for JVM program.... HELP
    1 project | /r/programming | 24 Aug 2023

What are some alternatives?

When comparing litiengine-gurk-nukem and ExampleKotlinPluginLoader you can also consider the following projects:

Litiengine - LITIENGINE 🕹 The pure 2D java game engine.

scouter - Scouter is an open source APM (Application Performance Management) tool.

jdrive - OpenTTD port to Java

FXGL - Java / JavaFX / Kotlin Game Library (Engine)

HyperLap2D - A powerful, platform-independent, visual editor for complex 2D worlds and scenes.

wordcount-java - Word count with Java