.NET news » Graphics 
Neural Nets WIRN Vietri-01: Proceedings of the 12th Italian Workshop on Neural Nets, Vietri sul Mare, Salerno, Italy, 17-19 May 2001 (Perspectives in Neural Computing)
Author:
Average rating: (0 reviews)
More .NET Graphics books
PSAM Control Library
PSAM Control Library is a WinForms library containing the IncipitViewer control for drawing musical notes which can be read from MusicXml file or added programmatically. The library was initially a component of larger software Polish System for Archivising Music but I thought it could be useful for other software developers so I decided to distribute it under BSD licence. PSAM Control Library is written in C# under Microsoft Visual Studio Express.
Drawing multiple layers without flicker
Improve drawing speed using layers in .NET
Generating Graphs with WPF
A common software-development task is generating a graph from a set of test-related data. But if you're doing it by hand and the underlying data changes frequently, this particular task can become quite tedious. James McCaffrey shows you how to automate the process using Windows Presentation Foundation technology.
Using lambdas for WPF animation
It’s fairly easy to create and animate a graphical primitive, say by moving it from point A to point B at constant speed. But what if you need to position several graphical objects in a particular arrangement and then animate them in a non-linear fashion? Neither Silverlight nor WPF has built-in functions for this. In this article, I’ll demonstrate ways in which one can create objects and animations dynamically using lambda-delegates and higher-order functions.
Making SVG Charts with Common Objects
This article explains how to create some interesting charts in SVG documents
A simple JPEG Encoder in C#
Most of the implementations of JPEG Encoder/Decoder are in C/C++. But, for a project my friend 'anirban' required a JPEG Encoder in C#. So, we started writing our own encoder. It turned out to be very complex and difficult. The one we wrote from scratch was really-really slow.. some functions had 4th order complexity (Mostly the DCT part). Somehow, we managed to get some 'C' code from a forum. I converted parts of the 'C' code to C#, it was tedious work, but it worked pretty fast due to the fast DCT (AA&N).
The OpenGL and GLUT: A Powerful Graphics Library and Utility Kit
Since OpenGL drawing commands are limited to those that generate simple geometric primitives (points, lines, and polygons), the OpenGL Utility Toolkit (GLUT) has been created to aid in the development of more complicated three-dimensional objects such as a sphere, a torus, and even a teapot. GLUT may not be satisfactory for full-featured OpenGL applications, but it is a useful starting point for learning OpenGL…
13 May 2010, 01:34:00 Source: The OpenGL and GLUT: A Powerful Graphics Library and...
Tags: Graphics
Visualizing Complex Functions
A program to produce beautiful and informative images of complex functions.
Busy Dizzy Bee-sley Spirographic Animation in Expression Blend & Silverlight
Simulating a random motion animation without code, using Spirographic Shapes, PathListBoxes, Storyboards & Behaviours
11 May 2010, 05:13:00 Source: Busy Dizzy Bee-sley Spirographic Animation in Expression...
Tags: Graphics
Silverlight
Color Matrix Image Drawing Effects
This C# program demonstrates the effect of using the ColorMatrix operator on an image. This program contains several sample matrix filters which you can select and modify. The top portion of the program interface contains three images. A background image, an overlay and the result of applying the color matrix on the overlay rendered on top of the background image.

