1 comments

  • artanidos 5 hours ago

    Forge { repo: "https://codeberg.org/Artanidos/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.