[Home Page] - [Reviews Main] | |
|
Visual Basic Graphics Programming 2ed by Rod Stephens Recommended |
| ISBN: 0 471 35599 2 Publisher: Wiley Pages: 712pp & CD Price: £32-50 |
| Categories: basic graphics |
| Reviewed by Sue Heathcote in C Vu 13-2 (Apr 2001) |
The book begins with the simple process of drawing lines, curves and text but soon moves on to the more complex issues of 2 and 3 dimensional transformations, ray tracing, surfaces, advanced colour theory, shading and animation. Each subject is tackled in depth, with many code examples on the disc. Be warned that the sections on 2 and 3 dimensional transformations require more than a little knowledge of mathematics. Detailed descriptions of vector and matrix operations are provided, along with code examples, but even so this is still a complex subject.
The code examples are written for Visual Basic 6, but can be converted easily to Visual Basic 5 with a simple change to the project file (the book explains the changes required).
It is unusual to see a Visual Basic book that tackles a subject in such depth. Visual Basic is usually reserved for those 'beginners books' full of pretty screen shots. This book would make a good reference guide for a programmer (not just in Visual Basic) who requires an in-depth knowledge of graphics programming techniques. The algorithms and techniques described are not restricted to Visual Basic and can be applied to any programming language. Due to the extensive use of the Windows' API, most of the examples could be converted to other programming languages. If you just wish to dabble in drawing pretty pictures and icons in Visual Basic then this is definitely not the book for you.
To link to this review, please use the URL: http://www.accu.org/bookreviews/public/reviews/v/v002331.htm
Copyright © The Association of C & C++ Users 1998-2000. All rights reserved.