frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Forge 4D – a native runtime for building apps without the browser stack -new URL

https://codeberg.org/CrowdWare/Forge4D
2•artanidos•1h ago

Comments

artanidos•1h ago
Forge { repo: "https://codeberg.org/CrowdWare/Forge4D"

    goal: "build native apps without embedding a browser runtime"

    Stack {
        ui: "SML (Simple Markup Language)"
        logic: "SMS (Kotlin-like script)"
        runtime: "native"
        engine: "Godot"
    }

    Components {
        ForgeRunner {targets: "Desktop, Terminal, Android"}
        ForgeDesigner { status: "work in progress" }
        ForgerPoser {status: "work in progress" desc: "3D posing and animations"}
    }

    Contributors {
        Roles {
            CodeReview {}
            SampleApps {}
            SecurityStack {}
            WordPressPlugin {}
        }

        languages: "Kotlin (SMS), C++, English, Deutsch"
    }

    question: "Curious what HN thinks about this architecture."
}

The post above is written in SML, the language used by Forge.