About 842,000 results
Open links in new tab
  1. Playlist: JavaScript Graphics Art - CodeHS

    Make your own graphics and drawings on the web using JavaScript. Learn how to use our JavaScript graphics library to make pictures by adding and modifying shapes to your canvas. …

  2. CodeHS JavaScript Library

    The Graphics module is used in all CodeHS JavaScript programs that draw to the canvas. An instance of CodeHSGraphics is needed for interacting with the canvas and drawing elements. …

  3. GitHub - codehs/chs-js-lib: JavaScript library for learning to …

    This is a JavaScript library for creating interactive programs with text, graphics, and sound. The library is designed for education and has been used to teach JavaScript in CodeHS since 2012.

  4. Using Graphics in JavaScript | Introduction to Computer Science

    Using Graphics in Javascript. Add some color and creativity to your code by using graphics in Javascript! The artist's canvas. Just like painters creating a masterpiece, we will be using a …

  5. graphics/graphics.js - Documentation - static.codehs.com

    * Set up an instance of the graphics library. * @constructor. * @param {dictionary} options - Options, primarily .canvas, the selector. * string for the canvas. * If multiple are returned, we'll …

  6. static.hoc.codehs.com - Learn to Code with Karel the Dog

    Learn to make your own graphics and drawings on the web using Javascript. This tutorial is of intermediate difficulty but designed for total beginners. Learn to make your own art with pixels …

  7. Documentation - JavaScript Graphics - CodeHS

    Check out our full documentation for the CodeHS Graphics Library! You can visit the W3Schools CSS Colors page for a list of colors. x <= y if(x == y){ println("x and y are equal"); } if(x > 5){ …

  8. Digital Art with p5.js Course Overview | CodeHS Knowledge Base

    The Digital Art with p5.js course explores the intersection of art and computer science. Using p5.js, a free and open-source JavaScript library for creative coding, students create digital …

  9. CodeHSGraphics - Documentation

    Feb 16, 2017 · Set up an instance of the graphics library. Options, primarily .canvas, the selector string for the canvas. If multiple are returned, we'll take the first one. If none is passed, we'll …

  10. CodeHS Unit Four JavaScript & Graphics Questions and Answers …

    Feb 20, 2025 · How can you make a rectangle in JavaScript graphics? Use new Rectangle() with width and height. 1,How do you draw a line between two points? Use new Line() with starting …

Refresh