可编译为本地二进制的 GUI 编程语言 [英] Programming language for GUI compilable to native binary

查看:68
本文介绍了可编译为本地二进制的 GUI 编程语言的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要编写一个应用来读取配置文件,其中包含需要创建的菜单栏上的信息.

I need to write an app that reads a config file with info on the menu bars it needs to create.

通常,我只使用 java,但我需要应用程序具有尽可能少的运行时依赖性,这包括不强迫用户下载任何东西,甚至 JRE,更不用说像 NET Framework 这样的东西了.

Normally, I'd just use java, but I need the application to have the least run-time dependencies possible, this includes not forcing the user to download anything, even JRE, let alone something like NET Framework.

所以我需要一些可以编译为 EXE 的东西(目前仅适用于 Windows),这将允许我对 GUI 进行编码,以便我可以从我的配置中动态创建它.

So I need something that can compile to an EXE (windows only for now), and that will allow me to CODE the GUI, so I can dynamically create it from my config.

顺便说一句:像 C++ 这样的东西有点太低级了,我需要的只是创建菜单,并在面板中显示 HTML.

BTW: something like C++ is a bit too low level, all I need is to create menus, and display HTMLs in a panel.

推荐答案

wxPythonpy2exe?这里有一个很好的教程.

How about wxPython together with py2exe? There is a nice tutorial on how to do it here.

这篇关于可编译为本地二进制的 GUI 编程语言的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆