Notes, summaries, assignments, exams, and problems for Visual arts

Sort by
Subject
Level

Understanding Projection Systems in Technical Drawing

Classified in Visual arts

Written on in English with a size of 2.93 KB

Projecting Points and Shapes

Projecting points onto a plane involves rays passing through the points and intersecting the plane. These intersections are called projections. Projecting a shape involves projecting its vertices.

Projection Systems

There are two main systems of projection:

Perspective Projection

When the rays originate from a single point, the system is called perspective projection. The resulting shape is proportionally smaller or larger.

Parallel Projection

When the rays are parallel, the system is called parallel projection. The resulting shape is congruent (same shape and size). There are two variations:

  1. Oblique Projection: The rays are oblique to the projection plane.

  2. Orthographic Projection: The rays are perpendicular to the projection

... Continue reading "Understanding Projection Systems in Technical Drawing" »

Understanding Comics and Cartoons: Creation & Design

Classified in Visual arts

Written on in English with a size of 2.87 KB

Understanding Comics and Cartoons

Cartoons are simple drawings that are often humorous, sometimes satirical, and can be informative. A comic book is a small book or magazine that focuses on pictures to tell a story, rather than just words. If the picture is funny, we are usually talking about a cartoon. If there are multiple pictures with a more realistic style, we are referring to a comic strip or a comic book.

When we have a single image, it is used for recognition and information, like the non-verbal cartoon signs for “walk” and “don’t walk.”

Newspapers frequently feature jokes and stories presented as “comic strips” (a series of drawings).

There is a key difference between cartoon illustration and animated cartoons. Animated cartoons... Continue reading "Understanding Comics and Cartoons: Creation & Design" »

10 Essential Character Archetypes in Storytelling

Classified in Visual arts

Written on in English with a size of 4.02 KB

1. The Hero

  • Definition: The central figure who typically exhibits goodness and fights adversity to restore harmony and justice.
  • Examples:
    • Harry Potter from the Harry Potter series
    • Katniss Everdeen from The Hunger Games
    • Luke Skywalker from Star Wars
    • Wonder Woman from DC Comics

2. The Mentor

  • Definition: Provides guidance, training, and sometimes magical gifts to the hero.
  • Examples:
    • Gandalf from The Lord of the Rings
    • Dumbledore from the Harry Potter series
    • Mr. Miyagi from The Karate Kid
    • Yoda from Star Wars

3. The Threshold Guardian

  • Definition: Tests the hero before they face great challenges; this figure can sometimes become an ally.
  • Examples:
    • The Sphinx from Greek mythology
    • Severus Snape from the Harry Potter series
    • The White Witch from The Chronicles of Narnia
    • Dr.
... Continue reading "10 Essential Character Archetypes in Storytelling" »

Implementing Dynamic Shape Animation with HTML5 Canvas

Classified in Visual arts

Written on in English with a size of 2.48 KB

Initialization and Global Variables

The following variables manage the state of the shapes and their counts:

var shapes = [];
var tCount = 0;
var mCount = 0;

Setup Function

The init() function starts the animation loop:

function init() {
    draw();
    timer = setInterval(update, 20);
}

Animation Logic

The update() function handles shape generation, movement, and cleanup:

function update() {
    // Generate shapes randomly
    if (tCount < 5 && Math.floor((Math.random() * 200) + 1) == 1) {
        var shape = new Shape();
        shape.x = 400;
        shape.xVel = -5;
        shape.y = Math.floor((Math.random() * 40) + 41);
        shape.width = Math.floor((Math.random() * 20) + 21);
        shape.chooseColor();
        tCount++;
... Continue reading "Implementing Dynamic Shape Animation with HTML5 Canvas" »

Art Terminology: Essential Vocabulary for Visual Arts

Classified in Visual arts

Written on in English with a size of 8.12 KB

  • Spatial Prepositions

    • Above [PREP]: If something is above something else, it is in a higher position.
    • Across From [PREP]: If something is across from something else, it is on the other or opposite side.
    • Below [PREP]: If something is below something else, it is in a lower position than that thing.
    • Between [ADV]: If something is between other things, it is in the middle or separating one thing from another.
    • Close [ADJ]: If you are close to something, it is a short distance away from that thing.
    • Far [ADV]: If something is or goes far from something, it is a long distance away from that thing.
    • Lower [ADJ]: It is below something else.
    • Near [ADV]: If something is near something else, it is a short distance away from it.
    • Next To [PREP]: If something is next
... Continue reading "Art Terminology: Essential Vocabulary for Visual Arts" »

English Grammar: Tenses, Passive Voice, Conditionals, and More

Classified in Visual arts

Written on in English with a size of 6.48 KB

Verb Tenses

Past Simple

Structure: Subject + Verb (past form or -ed) or 3rd column; Negative: didn't + base form.

Uses: Completed actions in the past (with expressions like last, ago, yesterday, in 1992).

Past Continuous

Structure: was/were + verb-ing.

Uses: Actions in progress in the past; Past Continuous + when + Past Simple or Past Continuous + while + Past Continuous.

Past Perfect

Structure: had + past participle (verb-ed or 3rd column).

Uses: An action that happened before another action in the past (with expressions like after, before).

Future Simple (Will)

Structure: will + base form.

Uses: Weather, promises, future predictions, spontaneous decisions.

To Be Going To

Structure: is/am/are + going to + base form.

Uses: Future plans.

Present Simple

Uses:

... Continue reading "English Grammar: Tenses, Passive Voice, Conditionals, and More" »

Fundamental Principles of Art and Design

Classified in Visual arts

Written on in English with a size of 3.2 KB

Different Types of Shapes

  • Amorphous: Vague shapes with indeterminate edges.
  • Geometric: Mathematical shapes.
  • Biomorphic: Shapes that resemble life forms.
  • Planar: Shapes on a 2D surface designed to appear 3D.
  • Equivocal: Ambiguous shapes where mass or volume is uncertain.

Different Types of Printing Processes

  • Woodcut Relief: A traditional relief printing method.
  • Intaglio: Engraving or cutting into a surface; ink is printed from areas below the surface.
  • Lithography: The image is printed from a flat surface.
  • Screen Printing: Creating an image by pressing ink through a screen with areas blocked by a stencil.

How Light Interacts with Objects

  • Highlight: The brightest part where light hits the object.
  • Shadow: The dark part of the object facing away from the light.
... Continue reading "Fundamental Principles of Art and Design" »

Fundamentals of Color Theory: Light and Pigment Mixing

Classified in Visual arts

Written on in English with a size of 3.14 KB

1. Additive Color Mixtures (Light)

We can derive all colors from three primary colors of light: Red, Green, and Blue (RGB).

An additive mixture is created when colored lights are mixed, because we are adding light energy each time. Mixing two primary colors results in secondary colors:

  • Blue Light + Green Light = Cyan Light
  • Green Light + Red Light = Yellow Light
  • Blue Light + Red Light = Magenta Light

When combining all three primary colors of light, the result is white light.

Color Descriptions in Additive Systems

In this context, blue refers to a more blue-violet color; red is often a red-orange; magenta is similar to fuchsia pink; and cyan is a bright blue.

2. Subtractive Color Mixtures (Pigments)

Color pigments, such as the paints used on paper, are... Continue reading "Fundamentals of Color Theory: Light and Pigment Mixing" »

Mastering English Grammar: Tenses and Structures

Classified in Visual arts

Written on in English with a size of 4.94 KB

English Verb Tenses and Usage

  • Present Simple (juego): -s/do. Keywords: always, routines, schedules.
  • Present Continuous (estoy jugando): am/is/are + -ing. Keywords: now, at the moment, this week.
  • Past Simple (jugué): -ed / 2nd column / did. Keywords: when, last, yesterday, in 1999.
  • Past Continuous (estaba jugando): was/were + -ing. Keywords: while, then.
  • Present Perfect Simple (he jugado): have/has + -ed / 3rd column. Keywords: just, since, for.
  • Present Perfect Continuous (he estado jugando): have/has + been + -ing. Keywords: since, all day, how long.
  • Past Perfect Continuous (había estado jugando): had + been + -ing. Keywords: just, ever, never, since.
  • Past Perfect Simple (había jugado): had + -ed / 3rd column. Keywords: by, yet, since, ever.
  • Future
... Continue reading "Mastering English Grammar: Tenses and Structures" »

Essential Travel Vocabulary and Grammar for Beginners

Classified in Visual arts

Written on in English with a size of 2.32 KB

Essential Travel Vocabulary

Building Vocabulary

  • Bathing suit = Traje de baño
  • Sandals = Sandalias
  • Towel = Toalla
  • Tent = Carpa
  • Insect repellent = Repelente de insecto
  • Sleeping bag = Saco de dormir
  • Pair of scissors = Tijeras
  • First aid kit
  • Brush = Cepillo
  • Hair dryer = Secador
  • Makeup = Maquillaje
  • Shampoo
  • Soap = Jabón
  • Toothbrush = Cepillo de diente
  • Sunscreen = Bloqueador
  • Batteries = Baterías
  • Razor = Máquina de afeitar
  • Flashlight = Linterna

Living Spaces

  • Living room: Lamp, end table, cushions, sofa, rug, coffee table, armchair
  • Bedroom: Clock, nightstand, curtains, carpet, dresser
  • Kitchen: Microwave, stove (cocina), oven (horno), cabinets, faucet (lava plato)
  • Bathroom: Mirror, sink (lavamano), toilet, shower, bathtub (tina)

Essential Grammar

Order of Adjectives

Opinion,... Continue reading "Essential Travel Vocabulary and Grammar for Beginners" »