About 1,570,000 results
Open links in new tab
  1. Pencil Code

    Pencil Code is a collaborative programming site for drawing art, playing music, and creating games. It is also a place to experiment with mathematical functions, geometry, graphing, webpages, simulations, and algorithms.

  2. Draw a moving cycle using computer graphics programming in

    Aug 4, 2021 · In this article, let’s discuss how to draw a moving cycle in C using graphics. Functions used: line (x1, y1, x2, y2): It is a function provided by graphics.h header file to draw a line. Here x1, y1 is the first coordinates of the line, and x2, y2 are the second coordinates of the line respectively.

  3. Draw a line in C++ graphics - GeeksforGeeks

    Jan 25, 2018 · line function is used to draw a line from a point(x1,y1) to point(x2,y2) i.e. (x1,y1) and (x2,y2) are end points of the line.The code given below draws a line.

  4. Creative Coding: Drawing with Python | Johns Hopkins Center for ...

    In this course, we will explore the intersection of art, math, and technology using the Python Turtle graphics library to create colorful digital patterns, animations, and interactive designs. Through hands-on projects and collaborative challenges, you and your classmates will transform creative ideas into code, designing everything from geometric patterns …

  5. Drawing Code

    Can you teach a computer how to draw, design animations, interactive stories, and games? Learn to draw a basic cityscape programatically. Design functions that allow you to design different buildings for your city. Get Started. Create a simplified …

  6. CodeGuppy Playground

    This project will show you how you can draw on your computer using nothing else than JavaScript and a set of simple shape functions. The project contains the entire collection of mini type-in …

  7. Drawing more shapes with code | Computer Programming - YouTube

    Learn how to draw rectangles and lines with code (JavaScript and ProcessingJS).Practice this lesson yourself on KhanAcademy.org right now: https://www.khanac...

  8. Exploring the World of Drawing with code - CodeGuppy

    Drawing with code is a creative process that involves the use of computer programming to generate visual art, animations, and interactive experiences. Instead of traditional paintbrushes, young coders wield lines of code to create intricate drawings.

  9. Code Ninja 2D - Make Art with Code - Brush Ninja

    Inspired by the classic programming language Logo, Code Ninja 2D provides you with a fun platform to unleash your artistic skills whilst learning the fundamentals of programming. With its user-friendly interface, you can draw your first lines in seconds.

  10. Shelly: a programming language for drawing

    Your task is to write a program, which creates the same drawing, as the one presented above. We'll start with a straight line. You write the program in the editor on the left.

Refresh