gpt4 book ai didi

ruby - 将 Ruby 用于独立于平台的应用程序

转载 作者:数据小太阳 更新时间:2023-10-29 08:34:56 26 4
gpt4 key购买 nike

我想用 Ruby 编写一个桌面应用程序。我希望它独立于平台并具有丰富的 GUI。如何开始?什么工具?

最佳答案

试试wxRuby

Tutorials

Hello World

require "wx"
include Wx

class HelloWorld < App

def on_init

helloframe = Frame.new(nil, -1, "Hello World")

StaticText.new(helloframe,-1,"Hello World")

helloframe.show()
end
end

HelloWorld.new.main_loop

关于ruby - 将 Ruby 用于独立于平台的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1880344/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com