Giter Site home page Giter Site logo

avsort's Introduction

avsort.js

This is client-side Javascript application developed to create audiovisual introductions of sorting algorithms, and it is also the subject of my BSc thesis.

The idea of this project is based on Timo Bingmann's excellent software called sound-of-sorting however due to the nature of Javascript (and the lack of my C++ knowledge) this application is written from scratch.

Live version

Live version is hosted at http://slapec.github.io/avsort/ by GitHub Pages.

Sometimes the built-in source codes are not indented in the editor (it isn't CodeMirror's fault). Try to reload the page (CTRL+F5), it should work.

Building

Node.js is required to build the application:

  1. npm install
  2. npm test

Build result will be placed under avsort/dist.

Development

Because this is an offline application and I wanted to keep it simple, files are not served by HTTP server but served directly by the file system.

  1. npm install
  2. npm run-script dev or gulp dev if you've installed gulp globally.
  3. Open avsort/dev/index.html. gulp-livereload listens to file changes and reloads the app automatically.

Project home

https://github.com/slapec/avsort

This is an open-source project licensed under GPLv2. Hosted by GitHub.

Project details

The thesis itself is hosted under a different repository:

https://github.com/slapec/avsort-thesis

Warning: It is written in Hungarian.

Acknowledgements

This project using CodeMirror heavily as it is used as a simple but powerfull live editor.

I'd like to say thank you to CSS-TRICKS for their great CSS resources and to Chris Lowis' blog for his WebAudi API and synthesizer tutorials.

Pull requests

Please don't create any pull request as long as any of the major features are still missing (This paragraph will be removed when the project will become ready).

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.