External Publication
Visit Post

New JME website (wip)

jMonkeyEngine Hub June 1, 2026
Source

You can PR here for now: GitHub - riccardobl/jmonkeyengine-website: jmonkeyengine.org website · GitHub .

If the game is released, you can create a folder here: jmonkeyengine-website/content/showcase at master · riccardobl/jmonkeyengine-website · GitHub with an index.md that follows this template:

---
title: "Project Name"
date: 2026-06-01T00:00:00+00:00
draft: false
type: "default"
layout: "post_layout_showcase"

authors: ["Author or Studio Name"]
summary: "Short one-paragraph description used in cards, metadata, and the showcase hero."

tags: ["showcase", "genre", "steam"] # include "showcase"; add visible tags after it
platforms: ["Windows", "Linux", "Mac"] # OPTIONAL


steam_link: "https://store.steampowered.com/app/000000/Game_Name/" # OPTIONAL
itch_link: "https://example.itch.io/game" # OPTIONAL
indiedb_link: "https://www.indiedb.com/games/game-name" # OPTIONAL
publisher_link: "https://example.com" # OPTIONAL
web_link: "https://example.com" # OPTIONAL
gamejolt_link: "https://gamejolt.com/games/example/000000" # OPTIONAL
play_store_link: "https://play.google.com/store/apps/details?id=example" # OPTIONAL
ios_appstore_link: "https://apps.apple.com/app/example/id000000000" # OPTIONAL

# OPTIONAL: only needed for remote media.
# Local media is picked automatically from:
# static/images/showcase/<slug>/
#
# Supported:
# - image URLs
# - direct video URLs: .mp4, .webm, .ogg
# - YouTube entries: youtube:VIDEO_ID
#images:
#  - "https://example.com/screenshot-1.jpg"
#  - "https://example.com/trailer.mp4"
#  - "youtube:dQw4w9WgXcQ"
---

Longer project description goes here.

Then make a folder with the same name here jmonkeyengine-website/static/images/showcase at master · riccardobl/jmonkeyengine-website · GitHub and upload all the images/video you want (better webp images and webm videos, but other formats are supported).

If the game is unreleased and you want to add the screenshots to experiments, just upload it here: jmonkeyengine-website/static/images/showcase/experiments at master · riccardobl/jmonkeyengine-website · GitHub

Discussion in the ATmosphere

Loading comments...