| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Basic Game Physics Programming | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Intermediate / Tanner H (from psc cd) | 1128 since 1/18/2015 10:21:00 PM |
By 6 Users
|
|
Here's a simple demo of how to program basic physics for a flying object (like a space ship or something). It demonstrates physics for a primary object (the ship) and secondary objects (the bullets), and as always it's simple and well-commented, as well a ...(description truncated) |
|
|
|
 |
Basic VB Graphics Programming - working with pixels | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Beginner / Tanner H (from psc cd) | 1545 since 1/18/2015 10:20:00 PM |
By 7 Users
|
|
Many VB programmers don't understand the graphics capabilities of Visual Basic when you use basic API calls. This (and a series of forthcoming tutorials) will explain the basics of getting and setting pixels using both VB and the Windows API (via SetPixel ...(description truncated) |
|
|
|
 |
Biological Life Simulator | VB 5.0, VB 6.0 | Intermediate / Tanner H (from psc cd) | 2116 since 2/17/2015 2:37:00 AM |
By 8 Users
|
|
This little program was my final project for a university bioinformatics course. It is designed to represent basic evolutionary and population genetics principles for simple artifical organisms. Basically, simple creatures compete with each other for limi ...(description truncated) (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
From PSet to DIB Sections: complete VB Graphics Tutorials - Revised 13/July/2006 | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Beginner / Tanner H (from psc cd) | 5424 since 2/15/2015 7:24:00 PM |
By 9 Users
|
|
Sorry to everyone for re-uploading this as "new"...somehow the old .zip got lost in the moderation.
Anyway, for those who don't know - these tutorials cover all aspects of per-pixel interfacing in VB. Included in the tutorial are sections on Point/PSet, G ...(description truncated) (ScreenShot) |
|
|
|
 |
Image contrast | VB 5.0, VB 6.0 | Beginner / Tanner H (from psc cd) | 884 since 1/18/2015 10:19:00 PM |
By 5 Users
|
|
There's not a single program on all of psc that shows how to correctly adjust an image's contrast....at least, there *wasn't.* This simple program demonstrates how to easily adjust an image's contrast based on a -100 to 100% scale. Simple and fast. |
|
|
|
 |
Real-time Image Curves (using cubic splines) - just like Photoshop | VB 5.0, VB 6.0 | Intermediate / Tanner H (from psc cd) | 8589 since 2/17/2015 2:57:00 PM |
By 17 Users
|
|
By request, here's another first of its kind in VB: a fast, accurate, real-time image curves dialog. (This should be familiar to the PhotoShop users among us :) Curves is similar in theory to my previous "Image Levels" post and standard gamma correction, ...(description truncated) (ScreenShot) |
|
|
|
 |
Real-time Image Levels (input/output/midtone) - Just Like Photoshop! | VB 6.0 | Intermediate / Tanner H (from psc cd) | 3282 since 2/16/2015 11:55:00 AM |
By 19 Users
|
|
This is the first of its kind in VB: accurate, real-time image level adjustment. (This will be very familiar to any PhotoShop users among us :) Image Levels provide better control over an image's luminance than strict brightness/contrast methods (since th ...(description truncated) (ScreenShot) |
|