Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavel-krivanek/phobos-framework
Automatically exported from code.google.com/p/phobos-framework
https://github.com/pavel-krivanek/phobos-framework
pharo
Last synced: about 1 month ago
JSON representation
Automatically exported from code.google.com/p/phobos-framework
- Host: GitHub
- URL: https://github.com/pavel-krivanek/phobos-framework
- Owner: pavel-krivanek
- Created: 2015-04-06T11:49:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T11:45:40.000Z (about 1 month ago)
- Last Synced: 2024-11-17T12:32:51.524Z (about 1 month ago)
- Topics: pharo
- Language: JavaScript
- Size: 788 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phobos-framework
(Exported from code.google.com/p/phobos-framework)
Phobos is a Smalltalk framework that helps to create platform independent desktop applications using XULRunner.
It uses Mozilla XULRunner for rendering of GUI components.Phobos has component-based architecture inspired by Seaside.
For basic information about XULRunner applications structure and distribution see this documentation
## Features
- component-based architecture that increases reuseability of the code
- readable description of GUI directly in Smalltalk, no need of external XML files
- easy access to XUL elements
- simple embedding of HTML and SVG
- forms (they have no direct support in XUL)
- simple generation of printed reports
- CommonJS module system
- MIT license## Screenshots
- [Linux](http://imgur.com/a/SBcg9)
- [Mac OS X](http://imgur.com/a/6nhE2)
- [Windows](http://imgur.com/a/HFzuE)## Download
http://code.google.com/p/phobos-framework/downloads/list
Jenkins development builds## FAQ
- [see here](https://github.com/pavel-krivanek/phobos-framework/wiki/Frequently-asked-questions)