(April Fool) jMonkeyEngine Is Dead. Long Live rCrabEngine
jMonkeyEngine Hub
April 2, 2026
Thanks to the community’s efforts, the crab invasion was driven back, and the migration has been postponed until April 1 next year.
If you missed the battle, and you are wondering what everyone is talking about, you can relive it here or anywhere in your browser by pasting this into the developer console.
(function () {
window.CrabBonkConfig = {
assetBase: "https://rcrabengine.github.io/CrabBonk/crab-bonk-assets/"
};
const script = document.createElement("script");
script.src = "https://rcrabengine.github.io/CrabBonk/crab-bonk.js";
script.async = true;
script.onload = () => console.log("CrabBonk loaded!");
script.onerror = () => console.error("Failed to load CrabBonk");
document.head.appendChild(script);
})();
Discussion in the ATmosphere