Git Product home page Git Product logo

wick-editor-legacy's Introduction

Wick Editor

Wick is a browser-based hybrid animation/coding environment for making interactive things for the web, heavily inspired by similar tools such as Flash, HyperCard, and Scratch. It was developed in response to a growing need for such a tool for the modern web. Wick is currently live at www.WickEditor.com, come check it out sometime!

How to contribute to Wick

Want to help us make Wick? There's plenty to do, we'd love your help.

Create tutorials

Wick needs tutorials! If you're interested in making text or video tutorials, contact @zrispo, especially if you want to make non-english tutorials! The tutorial page is a good place to start if you want a template.

Report bugs and submit bug fixes

Found a bug? Add it to the issue tracker. You can also look at existing bugs in the issue tracker. If you're just getting started, check out the bugs tagged as small-bugs - these are smaller fixes that you can do to get acquainted with the codebase.

Suggest features and give feedback

Have an idea for a new feature, or want something specific changed or fixed? Post an issue on the issue tracker so we can discuss it and make it happen.

Make things and help promote Wick

If you're a creator that wants to support Wick, one of the most helpful things to do is to is to make sure that it's clear that you made your project with Wick. Maybe slap the mascot on your project with a link to wickeditor.com?

How to run the editor locally for development

  • Clone or download and unzip this repo
  • Open terminal in the newly made wick folder and start an HTTP server:
    • python -m SimpleHTTPServer (Python 2)
    • python -m http.server (Python 3)
  • OR if you have npm installed, you can get http-server, which is faster
    • npm install http-server -g to install
    • http-server to start
  • Open a browser window, and go to http://localhost:8000/

Need help? Feel free to contact @zrispo (that's me).

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.