eonist/Element
Fork: 39 Star: 858 (更新于 2024-10-25 08:40:15)
license: 暂无
Language: Swift .
Programmatic UI for macOS
最后发布版本: 0.0.0-alpha.3 ( 2017-02-01 22:28:10)
Description:
Programmatic UI Framework for macOS. Swift handles app logic, CSS/SVG handles design and JSON handles struture.
Installation:
Step 1: Add this to your Package.swift Tutorial
import PackageDescription
let package = Package(
name: "AwesomeApp",
dependencies: [
.Package(url: "https://github.com/eonist/Element.git", Version(0, 0, 0, prereleaseIdentifiers: ["alpha", "5"]))
]
)
Step 2: In AppDelegate.swift add this to the top @testable import Element
and @testable import Utils
and this inside the applicationDidFinishLaunching
method:
StyleManager.addStyle("Button{fill:blue;}")
let btn = Button(100,20)
let window = NSApp.windows[0]
window.contentView = InteractiveView()/*TopLeft orientation*/
window.contentView?.addSubview(btn)
btn.addHandler(.upInside) = { (event:ButtonEvent) in
Swift.print("hello world")
}
You can also compile Element as a regular .framework instructions here
Resources:
- Simple example app made with Element: Stash
- Library of example code for each component in Element: Explorer
- Default macOS styles to get you started: ElCapitan
iOS:
Element for 📱 is in the works here
More...
More about Element 👉 wiki
Sponsors:
最近版本更新:(数据更新于 2024-10-15 21:21:07)
2017-02-01 22:28:10 0.0.0-alpha.3
2017-02-01 22:21:36 0.0.0-alpha.2
2017-01-20 03:27:12 0.0.0-alpha.1
主题(topics):
animation, components, css, framework, gui, interface, macos, programatic, svg
eonist/Element同语言 Swift最近更新仓库
2024-11-08 09:08:36 Aidoku/Aidoku
2024-11-08 02:00:37 whoeevee/EeveeSpotify
2024-11-07 09:51:16 argmaxinc/WhisperKit
2024-11-01 03:30:19 wordpress-mobile/WordPress-iOS
2024-10-30 03:29:03 jordanbaird/Ice
2024-10-24 02:02:47 Artificial-Pancreas/iAPS