In this esteemed course, you'll master the art of making things look brilliant – a feat of unparalleled skill and taste.
Lesson 1: The Theory of Brilliance
class Brilliance {
// Define the art of making things look brilliant
}
Lesson 2: The Practice of Brilliance
// Create a brilliant canvas
<canvas id="myCanvas" width="500" height="500">
// Get a reference to the canvas
var canvas = document.getElementById("myCanvas");
// Get a reference to the 2D drawing context
var ctx = canvas.getContext("2d");
// Set the stroke style
ctx.strokeStyle = "#000000";
// Draw a brilliant line
ctx.beginPath();
ctx.moveTo(0, 0);
ctx.lineTo(500, 500);
ctx.stroke();
Practice making things look brilliant by creating your own brilliant art piece. Submit it to us and receive feedback on your progress!
Join the Brilliance Forum for discussions and critiques on your work!
Browse the Brilliant Gallery for inspiration!