
(SiMPLE works under Windows 95/98/Me/2000/Xp/Vista)
Back in "the old days" (before Windows was around), there was a little computer called the "Apple-][".
One of the nice features about the Apple-][ was that it came with an easy-to-use programming language called
"Applesoft BASIC" which allowed anyone to write their own software. Unfortunately, the Apple-][ and its
philosophy that "users should be allowed to create their own software" have virtually faded
SiMPLE comes in two slightly different "flavors" -- "Pro-SiMPLE" (an older version which runs in the DOS environment), and "Ultra-SiMPLE" (a newer version which runs in the Windows environment). When you download SiMPLE, you automatically get both "flavors" to play with. Collectively, these two versions of SiMPLE are sometimes referred to as "The Pro-SiMPLE Combo" (or just "The SiMPLE Combo" ).
A SiMPLE program is merely a text file containing a set of instructions that tell your computer what you want it to do. (This text file is usually referred to as a "source listing".)
Before we look at an example of a SiMPLE program, let's first take a look at the famous "Hello World" program that almost all beginning C++ programmers write as their very first program:
|
Now let's see what this very same program would look like if it were written in SiMPLE:
Display "Hello World!" |
Yes, that single line would be the entire program! (Perhaps you can now begin to understand why we call our programming language "SiMPLE".)
But let's take a peek at a somewhat more interesting and less trivial example. Below, you see a Pro-SiMPLE program that launches a rocket through a field of twinkling stars. It then explodes the rocket when it hits a UFO at the top of the screen.* (Don't worry if you don't yet understand SiMPLE programming. Everything will become quite clear by the time you've finished reading the SiMPLE Tutorial.)
|
|
|
*( You wouldn't even want to see what it would take to write this exact same program in C++ ! )
Both Pro-SiMPLE and Ultra-SiMPLE provide you with a choice of two ways in which you can run programs. The easiest (and most fun) way is to use the "Drag & Drop" capability. (Or, if you prefer a more traditional method, you can run programs in "Command-line" mode. Click here to see how.)
To run the above example program by using the "Drag & Drop" method, merely perform the following three steps:
|
Now, isn't that easy? In fact, SiMPLE's "Drag & Drop" capability makes running a program as easy as "one-two-three":
1-Copy ... 2-Paste ... 3-Drop!
One of the most significant feature of Ultra-SiMPLE is its enhanced graphics capabilities. Pro-SiMPLE's graphics screen provides you with 640 x 480 resolution and only 16 colors. But with Ultra-SiMPLE you are able to generate displays with as much resolution as your computer's hardware allows, and in millions of colors if you so choose.

Not only can you make more awesome games, but you can use Ultra-SiMPLE to create professional-looking graphics displays, manipulate photographic images, produce special effects, and much more.

Another significant feature of Ultra-SiMPLE is that it provides access to your computer's multimedia capabilities. You are not limited to producing merely tiny "beeps" through the computer's built-in speaker (as you are with Pro-SiMPLE). Your programs can generate real sounds by playing wave files, midi files, etc. through your computer's sound card. (You can even incorporate movies into your programs!)
Perhaps the most significant feature of Ultra-SiMPLE is that it lets you easily create programs that can run either in full-screen mode or in a window. (Click here for more information about how to create a SiMPLE program that runs in a window.)
SiMPLE provides you with hundreds of easy-to-use "software building
blocks" (similar in concept to the little "snap-together" plastic blocks in a LEGO
construction set), and with a set of built-in tutorials that show you how to use them.
By using these pre-written software modules
("rocket" "ufo" "explode" etc.) computer programming
can become a "snap" for just about anyone! And, as your programming abilities increase,
you will discover that SiMPLE even lets you create your own new software
building blocks. (For example, our SiMPAINT tool
provides you with a fun and easy way of using your mouse to create your own
new image modules that can be used with SiMPLE.)
Is SiMPLE only for kids? Definitely not! [We only say that it's "for kids" so
that we don't scare away the
]
SiMPLE is the "Volks-Language" of the twenty-first century! And it's Free!!
So, start unleashing your creativity! Create your own computer art, music programs, animations, sound effects, colorful screen-savers ... even your own computer games! With SiMPLE, there's almost no limit to what you can accomplish! And who knows ... you just might end up becoming the next "Bill Gates!" (Knowing how to write computer programs is how he got started!!!)
![]()
[ Contact Us | FAQ's | Home Page | Forums | Webmaster ] © Copyright 2000-2008 SiMPLE CodeWorks, Inc. All rights reserved. |