https://github.com/sandor/floido-designer
floido designer project
https://github.com/sandor/floido-designer
angularjs electron fabricjs xel-toolkit
Last synced: 2 months ago
JSON representation
floido designer project
- Host: GitHub
- URL: https://github.com/sandor/floido-designer
- Owner: sandor
- Created: 2017-06-28T09:15:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T20:37:09.000Z (over 7 years ago)
- Last Synced: 2024-11-05T15:48:16.931Z (7 months ago)
- Topics: angularjs, electron, fabricjs, xel-toolkit
- Language: JavaScript
- Homepage:
- Size: 91.4 MB
- Stars: 35
- Watchers: 6
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# floido designer
**floido designer** is powerful visual editor based on open source libraries like electron, AngularJS, FabricJS and Xel widget toolkit for the UI. The final output of floido will be a serialized JSON file that you can use for your specific needs.
**floido designer** is using the fabric.js canvas to insert, edit and style all type of contents, like text, JPEG, PNG, SVG and movie files.
**floido designer** will be a desktop application using electron and will be targeted for OSX in the first step.
# Setup
Prerequisite: you should have node anf git installed on your system.
1. Install Electron Version 1.7.4 (1.7.4) – we need some of the beta functions for the XEL toolit
2. Clone or download the floido repository
3. run npm install for the node modules
4. Open terminal and cd in your local floido repository
5. run "electron ."
You can also open the index.html with the newest chrome version using a local server.
# Screenshots

# Links
[electron](https://electron.atom.io)
[AngularJS](https://angularjs.org)
[FabricJS](http://fabricjs.com)
[XEL-toolkit](https://xel-toolkit.org/fallback.html)
# MIT License
Copyright (c) 2008-2015 Printio (Juriy Zaytsev, Maxim Chernyak)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.