Giter Site home page Giter Site logo

jpaint's Introduction

JPaint

A beginners guide to creating a painting app in javascript. The app will use canvas for drawing shapes.

(my students voted for canvas over svg as they had some prior experience with canvas).

Setting out

This is a english version of a project I made for my students. The intent is to make a canvas paint app from the ground up. My students have some basic knowledge of js, css and html.

Tools

Basicly chrome and vs-code. I assume most modern browsers work - but I have no intention of testing in other than chrome. This is intended for education - compatability is not part of the goals.

Assumptions about prior knowledge

To follow this guide I assume you have basic skills in HTML and CSS. For js I assume you know:

  1. const, let
  2. for-loops
  3. arrays and objects
  4. functions (can make simple functions)
  5. if else

Concepts I'm trying to teach with this guide

  1. Classes
  2. Documentation with jsdoc
  3. Some user interface design (basic)
  4. Array functions
  5. Canvas drawing
  6. How to find and use code to solve problems

jpaint's People

Contributors

audunhauge avatar

Watchers

 avatar James Cloos avatar

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.