

Computer Graphics Exercises (For Practice)
Your aswers to the questions must be at least approximated to real answers. Questions: 1.- Draw a sphere of large 20 and make it rotate...


A graphic Recursion
Here we have a recursive tree made by Daniel Shiffman, that changes its brenchs depending on the mouse position: The different designs...
Lights, Material, Textures
In order to make a graphic look more realistic, you should add lights, texture and materials. LIGHTS: (Information gotten from...


Scale, Translate, Rotate
ROTATE "The rotate() function rotates the coordinate system so that shapes can be drawn to the screen at an angle. It has one parameter...
Animations:
This are some easy animations for your programs: import remixlab.bias.event.*; import remixlab.bias.event.shortcut.*; import...
Proscene: a different view
What is proscene? "Proscene (pronounced similar as the Czech word "prosÃm" which means "please") is a java library package which provides...


How to use processing: The basics
In this post we will learn a little bit about the programming of computer graphics. In processing you can get to do something like this:...
Processing
What is processing? "Processing is a programming language, development environment, and online community."(Processing) But, that does not...