Post your work here

Irishwhistle

New Member
This thread is for anyone to post any computer work that they have done. This can range from graphics to screenshots of programs you have built or even downloads of things that you have programmed. Here is a Linux graphic that I built in GIMP:

Linux.jpg


I am looking forward to seeing what other users have done on they're computers.

~Jordan
 
Wow! Those are pretty cool. Kabu, what do you use for fractal art? I just noticed that my Linux thing is kind of bad for the eyes. :D

~Jordan
 
Last edited:
I just started writing shell scripts:

Code:
 #!/bin/bash

#This is a menu for zen imaging

selection=
until [ "$selection" = "0" ]; do
    echo ""
    echo "Imaging Options"
    echo "1 - Create a new Master Image"
    echo "2 - Deploy image to machine"
    echo ""
    echo "0 - exit program"
    echo ""
    echo -n "Enter selection: "
    read selection
    echo ""
    case $selection in
        1 ) ;;
        2 )  ;;
        0 ) exit ;;
        * ) echo "Please enter 1, 2, or 0"
    esac
done

Of course that is just the start of it, I still have to add all the functions in for each image and the full bash commands for each option. I am still learning too.
 
Last edited:
Wow! Those are pretty cool. Kabu, what do you use for fractal art? I just noticed that my Linux thing is kind of bad for the eyes. :D

~Jordan

I use a couple of programs. Here's a link to a few of the programs http://www.fractalarts.com/ASF/Download.html


This isn't Photoshop, this is a program specifically for creating fractal art.
 
meh, I see now. But it just seems like the PS stuff should be kept separate because it makes the pages HUGE.

Whatever, I don't really care. I might post some of my stuff later.
 
meh, I see now. But it just seems like the PS stuff should be kept separate because it makes the pages HUGE.

Whatever, I don't really care. I might post some of my stuff later.

I agree with you, I don't like when people make their pics too big, it screws up the pages and takes too long to load. I understand the need for detail which is why I make my pics clickable :)
 
I agree with you, I don't like when people make their pics too big, it screws up the pages and takes too long to load. I understand the need for detail which is why I make my pics clickable :)

Could you explain how to make them clickable? Then others could do it. Oh, Starwars Man, The Photoshop contest does not include GIMP or other graphics programs.

~Jordan
 
yes it does, in the context of that thread, Photoshop just means digital photo editing, as it's the most common program.
 
USB Sushi

I did not make this but I thought it was kind of funny and I did not want to start a new thread for it. This is the latest USB technology:

usb_tempura.jpg


You can find lots of these if you do a Google image search for "USB Sushi".
 
Could you explain how to make them clickable? Then others could do it. Oh, Starwars Man, The Photoshop contest does not include GIMP or other graphics programs.

~Jordan

When you upload your photo at imageshack, copy and paste the link for "Thumbnail for forums (1)". There is no need to put tags on either end of the link. This will make the pic clickable :)

 
I did not make this but I thought it was kind of funny and I did not want to start a new thread for it. This is the latest USB technology.
You can find lots of these if you do a Google image search for "USB Sushi".

Here's my favorite!

usbdogwz9.jpg
 
link doesn't work.


i do alot of modeling and model editing for a small internet game i play and run servers for.

here are some. some are still in development, some are done:
large suspension bridge:
sus2.jpg


long animated train:
train2.jpg


mansion (it has many different textures):
zm1.jpg

i also made the HEMTT thats sitting in its driveway.

4 different HEMTTs:
hemtts.jpg


chemlab and a picture of one from another game that i'm using as a refrence:
chemfac.jpg


stone-age quarry
quarry1.jpg
 
Last edited:
Back
Top