floido-designer icon indicating copy to clipboard operation
floido-designer copied to clipboard

floido designer project

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

AngularJS

FabricJS

XEL-toolkit


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.