• Stars
    star
    244
  • Rank 165,394 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 12 years ago
  • Updated almost 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Prezi clone in HTML5, Js, and SVG. Can use different animation backends, for example impress.js. [I NO LONGER OWN AWWATION.COM]

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].

More Repositories

1

CrossQ

Official code release for "CrossQ: Batch Normalization in Deep Reinforcement Learning for Greater Sample Efficiency and Simplicity"
Python
52
star
2

memecached

ZOMG Memes! Realtime! Node.js! Kittehs! memecached is a community meme generator website/app written with Node.js. Meme publishing and consumption is realtime thanks to Now.js.
JavaScript
51
star
3

pdf2html5

Nothing to see here, move along.
JavaScript
22
star
4

json-mongoose-schemadef

A node.js module to convert JSON schemas to Mongoose schemas and vice versa.
JavaScript
5
star
5

faceoff

A web API for face detection, made by wrapping libface with PHP
PHP
3
star
6

turbulence

Intelligent Semantic Database
Java
3
star
7

twitter-summarizer

Summarize of a bunch of tweets using NLP!
JavaScript
3
star
8

Howler

A twitter clone written with node.js, built to show the power of the Turbulence engine
JavaScript
2
star
9

CindyKate.js

An unhosted read-it-later bookmarklet that saves to remoteStorage
JavaScript
2
star
10

awwation-player

An embeddable presentation player for Awwation
2
star
11

Blinken-Touch

Blinken Touch is Blinken(KDE-Edu) minus kdelibs code. A half-baked port of the Blinken game from KDE-edu to pure Qt for the N900.
1
star
12

utilities

Config files and scripts I use
Shell
1
star
13

turbulence-engine

An API on top of turbulence-schemas, providing useful methods to manage your collections
JavaScript
1
star
14

turbulence-schemas

Core mongo schema definitions for Turbulence.
JavaScript
1
star
15

awwation-pdf

Serverside code to convert an Awwation to a PDF slideshow.
1
star
16

Winter-is-Coming

An RPG made with Canvas and JavaScript, using RPG.js. Part of my computer games course project.
JavaScript
1
star
17

nodebin

A themable pastebin written in node.
1
star
18

Feedback-Alignment

*INCOMPLETE* Implementations of Random Feedback Alignment (RFA), DFA, and similar Backprop alternatives
Python
1
star
19

AVR-Switchkeys

A project that implements a simple state machine to simulate a Multitap keyboard on an Atmel AVR microcontroller. It uses 8 switches (the ones found on the Atmel STK 500 for example), which communicate with the microcontroller through general port IO.
1
star