public marks

PUBLIC MARKS from tadeufilippini with tags project & graphics

June 2009

BASIC-256 - Programming for Kids

Tutorial Ten - Animation Do you know how movies and cartoons work? Have you ever made a "flipbook?" Well, before we get into how to do animation using a computer, it helps to understand how animation really works. When we see moving pictures on a screen, they're not really moving. What actually happens is that a sequence of still pictures -- like photographs -- are flashed on the screen so quickly that you can't tell how fast it's happening. About 30 times every second, the screen is cleared and a new picture takes the place of the old one. If we were to slow it down it would look like this:

BASIC-256 - Programming for Kids

Tutorial Four - Variables In the previous tutorials, we learned how to print messages and numbers on the screen and how to do math using the print command. This is very good to know how to do, but it doesn't really help us use the full power of the computer. Computers do more than simple things like add numbers and print messages. A big part of what computers do is to store information, so it can be used later. This is where "variables" come in handy. Variables are a way to save a message or a number so that you can use it later. Let's try an example.

BASIC-256 - Programming for Kids

Tutorial Three - Drawing Pictures One of the most exciting things to do with a computer is to draw things with it. Usually you would do this with a paint program, but what if you didn't have one? Or what if you wanted to draw a circle, and then have it move across the screen? This tutorial will show you how to do basic drawing. First, let's try drawing a few dots.

September 2008

User Guides and Screencasts - Pencil Project

User Discussions A dedicated mailing list has just been created for questions and answers in using Pencil. Suggestions for improvement and new ideas are also welcome at the list. User mailing list: [email protected] A web-based user interface is available at: http://groups.google.com/group/pencil-user

Home - Pencil Project

by 17 others (via)
The Pencil Project The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use. Top features: * Built-in stencils for diagraming and prototyping * Multi-page document with background page * On-screen text editing with rich-text supports * PNG rasterizing * Undo/redo supports * Installing user-defined stencils * Standard drawing operations: aligning, z-ordering, scaling, rotating... * Cross-platforms * Adding external objects * And much more... Pencil will always be free as it is released under the GPL version 2 and is available for virtually all platforms that Firefox 3 can run. The first version of Pencil is tested against GNU/Linux 2.6 with GTK+, Windows XP and Windows Vista.

August 2008

BASIC-256 - Programming for Kids

by 1 other
The BASIC-256 project (formerly KidBASIC) has changed its name to avoid any potential conflict/confusion with another project with the same name. Thank you for your patience and continued support. Introduction BASIC-256 is an easy to use version of BASIC designed to teach young children the basics of computer programming. It uses traditional control structures like gosub, for/next, and goto, which helps kids easily see how program flow-control works. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises. BASIC-256 is licensed under the GNU public license, which means that it's free to download, modify, and share.

October 2007

SourceForge.net: LProf open source ICC profiler

LProf is an open source color profiler that creates ICC compliant profiles for devices such as cameras, scanners and monitors. Origanally authored by Marti Maria the creator of LCMS. Marti has graciously consented to the creation of this project