Giter Site home page Giter Site logo

awwation's Introduction

Awwation

A web app for creating zooming presentations, similar to Prezi, but in HTML5.

Info

Awwation is an app that allows you to create Prezi-like presentations in the browser. Presentations are SVG files that are animated using Javascript.

The editor is built upon the core of SVG-edit, and uses the Sozi library for zooming animations.

Running

You can run Awwation by simply placing it behind a static site server, such as a stock Apache installation.

Try the live branch hosted via GitHub pages at http://awwation.com, or see below.

Example steps

  1. Navigate to your server's root directory (/var/www by default in Ubuntu, under Apache)
    cd /var/www
  2. Clone it off GitHub:
    git clone https://[email protected]/adityab/Awwation.git
  3. Point your browser to http://localhost/Awwation/editor/ to launch the presentation editor.

Contributing

There are several bugs and feature requests listed on the issues page. To contribute code, fork and send a pull request!

Contact

Awwation is made by Aditya Bhatt. Contact me at [email protected].

awwation's People

Contributors

owenversteeg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awwation's Issues

Make a theme editor

Right now, the themes you can pick from the menu are simple CSS files in the themes/ directory. Create an easy theme maker to allow anyone to create these files.

Essentially, the design should be a simple dialog box with two sections:

  1. A bunch of SVG elements
  2. A set of sliders and dropdowns for configuring color and font style

Clicking on any element in the first section should allow you to configure it's style using the controls in section 2.

Compress the embedded JS

You could probably make your embedded JS much smaller if you experiment with the Closure JS compiler. See the SVG-edit Makefile for example usage.

Simplicity in creation

While, you have sold me on the the software itself, I have tried creating a presentation and frankly it left me wanting.
I am not a designer in an sense of the word and to create a presentation seemed a daunting task.
Also I was expecting to have a ring with a series of rings, not a blank canvas.
Perhaps a video of creation would be helpful.

Color picker

Implement a custom color picker for individual elements that should override the theme color

Fix saving

Client-side saving does not work in Firefox, Opera, or IE at the moment.

Custom text styling

Add custom text styling - Bold, Italic, Underline, Strikeout, etc.
Having two predefined types of text - Header and Paragraph - is a good idea.

Smarter object selection

Shapes such as circles, paths, rectangles, etc are selected when you click inside their fill regions.
This can hinder work when elements are placed inside other elements.

Take inspiration (and code?) from the wireframe mode (activated by pressing F) selection mechanism, where shapes are selected only when you click the stroke boundaries.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.