在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):HeinrichApfelmus/threepenny-gui开源软件地址(OpenSource Url):https://github.com/HeinrichApfelmus/threepenny-gui开源编程语言(OpenSource Language):Haskell 92.6%开源软件介绍(OpenSource Introduction):Threepenny-GUIWhat's this?Threepenny is a GUI framework written in Haskell that uses the web browser as a display. It's very easy to install. See the for more information on what it does and can do for you as a library user. ExamplesThe library comes with many examples, which can be found in the samples folder. Follow the link for more information on how to run them. Desktop AppsThreepenny is mainly intended for writing GUI applications that run on the local network, and it relies on a web browser being installed. You can drop the latter requirement and integrate it a bit more tightly with you desktop environment by using the Electron framework. There is no fully automated support for this yet, but the documentation includes a tutorial on how to use Electron with Threepenny. Technical overviewJavaScript FFIA program written with Threepenny is essentially a small web server that displays the user interface as a web page to any browser that connects to it. The web server displays a HTML page, which in turn establishes WebSocket connection with the server. The server uses this connection to send JavaScript code that is executed in the client. In the library, this appears as a JavaScript Foreign Function Interface (FFI). The documentation includes more information on the design of the JavaScript FFI. LatencyThe frequent communication between browser and server means that Threepenny is best used as a GUI server running on localhost. You can use it on your local network as well. If you want to reduce latency, the best option is to generate larger blocks of JavaScript code and run them on the client. Consider this approach similar to a shading language. You can import any JavaScript library and use it from the JavaScript FFI. If you don't want to write JavaScript, then you could choose a Haskell-like language like PureScript, Fay. You can also directly compile Haskell to JavaScript with Haste or GHCJS. Future ideasHTML rendering modeIt might be nice in the case of search engines to merely generate a DOM and render it, so that search engines can read the pages. UI librariesqooxdoo — provides a feature-complete widget set. One could wrap this in a type-safe API from Threepenny and get a complete, stable UI framework for free. Most of the "immediate feedback" like dragging things here, switching tabs there, are taken care of by the framework. All that would be left would be to provide the domain configuration and business/presentation logic. There are plenty more like this, but this is the first that springs to mind that is good. ContributorsMany thanks to everyone who contributed, provided feedback or simply wrote an application using Threepenny! In particular, many thanks to: Heinrich Apfelmus, Daniel Austin, Jeremy Barisch-Rooney, Steve Bigham, Simon Jakobi, Ken Friis Larsen, Daniel Mlot, Tim C. Schröder and many others Special thanks to Simon Jakobi for co-maintaining this project. Special thanks to Chris Done for starting the precursor project Ji. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论