|
|
Browse by Tags
All Tags » Example » Phrogram
Showing page 1 of 9 (81 total posts)
-
Writing a chat phrogram to talk to a buddy online is easy using the Phrogram Talk add-in library. The add-in library includes an AutoChat mode that will handle the sending and receiving of chat messages while displaying the conversation in a separate window. The example code included below shows how to use the AutoChat feature.
To set up your ...
-
This is an Example Addin Library and Supporting Help XML File for Phrogram, this will allow you to start building your own Phrogram Addin Libraries if you are an advanced user and have a basic understanding of C# and have VS2005 installed on your PC.
This is a Visual Studio 2005 C# version of a Phrogram Addin library that adds a simple Windows ...
-
As usual there is lots of room for expansion and enhancement. This version uses a finite grid of square cells. Each cell has three states: healthy, sick or dead. The rules for changing states are given in the code documentation.
-
In the attached zip is the code for the program (so you don't have to type it all), and the image files used in it which are not included in Phrogram itself. Please do feel free to post questions, suggestions, and feedback about the book and the examples here in the forum!
-
Here is my entry for the February digital art contest.
I added .TXT to the KPL file to allow upload. Rename it by removing the .TXT extension after you download it.
The program creates a Lorenz butterfly which it then starts rotating in 3D space and the view zooms in and out. Run until bored.
More on Lorenz butterfly can be found ...
-
Well here is a fun little date calculator, good for seeing how many years and days between then and now.
The status line will also show total days.
Enjoy,
Norman Lucia
-
On number 1, one thought that comes to mind is to iterate through 3D
space in blocks, rather than simply randomly generating X, Y and Z
values, and deciding whether within each block you will place
asteroid or a planet or nothing at all.. Think of dividing the 3D
space in the game into 6 blocks along each axis, X, Y and Z. This ...
-
This program was created by Larry Serflaten and is a great example of cool digital art
-
This is as close to what you are asking for as I can get you, I hope this helps Program TestErrorTextLabel Define Testing As Error // Define a string to use for the error message Define GlolbalErrorMessage As String Method ...
-
Very cool, Matthew, thanks for sharing! It's a great example and a very polished Phrogram program. Educational on more than one level! Here's a screenshot:
1 ...
|
|
|