Windows Support Australia

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Monday, 10 December 2007

Decorated Data

Posted on 14:11 by Unknown




This new couple of screenshots shows the first attempts at layered data visualization using QbViz. Data is read from server (A WebOrb hosted C# service) as the user changes the area of interes on the interactive map. The red dots show data sampling points, while other screenshots are a basic representation of current information on the bay. As the images show data can also be downloaded from the server at different resolutions.
Read More
Posted in Papervision, QbViz | No comments

Thursday, 6 December 2007

Geographic data on QbViz

Posted on 13:15 by Unknown



This new couple of screenshots show QbViz visualizing geospatial data. The original dataset contains sparse bathymetry information of Corpus Christi Bay, Texas. The dataset has been first converted to a standard heightmap image through an interpolation algorithm. In one of the screenies, the resulting heightmap has been decorated with satellite imagery.
Read More
Posted in Papervision, QbViz | No comments

Friday, 16 November 2007

Smart particle visualization

Posted on 00:17 by Unknown
Links to some articles about a data visualizaiton technique based on Sparts (smart particles).

Here, Here, and
Here.

Some nice info about collaborative visualization metaphors can be found HERE
A presentation on the same topic HERE
Read More
Posted in | No comments

Monday, 12 November 2007

QbViz

Posted on 13:52 by Unknown


I added an entry for QbViz on my site. I plan to keep my blog updated with news about project progress from now on.

I still have to publish stuff about an ond game on mine and some other folks, called Inner battlefields As for now you can find some more information (and downloads, yey!) about it HERE.
Read More
Posted in News | No comments

QbViz, New Screens

Posted on 13:44 by Unknown


Here you can see some screenshot of the my main QbViz web application: ViewBuilder. ViewBuilder should be a generic tool to build and test QbViz views. It will be able to load data from local and remote data services, build up views, customize and save them. Views saved in viewbuilder should be completely compatible with any other QbViz application instance.
Read More
Posted in QbViz | No comments

Sunday, 28 October 2007

Two nice links...

Posted on 04:11 by Unknown

...About Papervision & Image processing in ActionScript 3. These two will definitely be useful for my thesis work!

Image Processing Library
UnitZeroOne
Read More
Posted in Flash, Papervision | No comments

Friday, 26 October 2007

QbViz - First Screenies

Posted on 10:39 by Unknown




Here is a couple snapshots of the work I'm doing for my Thesis project. It's basically a data visualization system accessible by any flash-equipped browser. For the 3D i'm using a slightly modified version of Papervision.

Read More
Posted in Papervision, QbViz | No comments

Tuesday, 16 October 2007

My Naming Conventions

Posted on 10:46 by Unknown
Here are the naming conventions I currently use in my projects. I keep questioning myself about them from time to time. Usually I end up changing some point but I'm forcing myself not to do it anymore. Conventions should be a way of reducing developement cost. If you keep changing them you are actually turning them into a money pit. I learned that the most important thing with a naming convention is to stick with it, whatever its definition is.

C#
  • Microsoft guidelines for everything public.
  • Private variables: prefix them with my ie myVariableName. I use this style for both normal variables and winForms controls.

ActionScript

  • Packages, and class members are camelCase.
  • Class names are PascalCase.
  • Private variables: prefix them with _ ie _variableName but I plan to switch this to the same convention I use for C#. That's because prefixing vars with an underscore results in a too low-levelish code for my tastes, and because underscore-prefixed vars as Flex control ids look weird in mxml (I don't want to use different naming conventions for controls and variables).

I thought a little bit about using the underscore style in C#, mainly because you have private vars clearly distinguished from the rest of class members in Intellisense. But again, the resulting code looked too low level.

I also considered using a single letter as a prefix for private vars, ie mMyVariable, but i like using my instead because it often makes the whole variable name sound like a piece of a correct english sentence.

Read More
Posted in | No comments

Sunday, 14 October 2007

Installing WebORB on Vista

Posted on 03:11 by Unknown
Extremely useful information if you have to install WebORB over a win Vista machine.

Read Here
Read More
Posted in | No comments

Thursday, 20 September 2007

Mr Doob

Posted on 16:03 by Unknown

Nice Site Design + Uber Nice PV3D Eye Candy!! Hooray!!!!
Read More
Posted in | No comments

Site Update

Posted on 01:58 by Unknown
Added Videogame Design Seminar material (Italian).
Read More
Posted in News | No comments

Wednesday, 19 September 2007

Batch Image Resizing

Posted on 06:08 by Unknown



I was quite surprised not to find any Resize Bunch of Images function in Windows Vista. I was used to the Image resizer powertoy for Win XP, which added this exact functionality to the explorer context menu.

Anyway, I found the solution: VSO Image Resizer!! Its free and it does the trick (except for the context menu thingie, but that's fine enough).
Read More
Posted in | No comments

Tuesday, 18 September 2007

Console Event Handling

Posted on 12:46 by Unknown
Today I was looking around fro a way to intercept exit events for a c# console application. I found out there is no 'simple' way to do it, you have to import a win3d API function as explained HERE.

I need to do this for my Edanarion server application. Server should be shut down gracefully through a console command, but it should also take care of shutdowns through console window closing.
Read More
Posted in | No comments

Monday, 17 September 2007

Edanarion News

Posted on 15:16 by Unknown
Posted some new screenshot of Milestone 9 (Prometheus). You can find them here.
Read More
Posted in Edanarion, News | No comments

Pre-Alpha

Posted on 06:59 by Unknown
The intial version of my site is up. It still lacks content, but the style and layout are completed. I'll start creating project pages as soon as I can.

Layout & theme has undergone major modifications from its original version (the Primitive Element) one. I got a 2-column flexible layout out of a 3-column fixed one. Experimenting with it I learned quite a lot about CSS and table-less layouts.

The site has been tested only on IE 7 so far, I definitely need to run it on other browsers to see if the layout remains stable.
Read More
Posted in | No comments

Thursday, 13 September 2007

Here It Begins

Posted on 13:29 by Unknown
I started working on my own site. Finally. I'm trying to use a consistent style across the site and the blog. I'm satistfied with the result so far even if it can still be tweaked a little bit. The current theme is a mix of the PrimiteElement theme from Free CSS Templates and the Minimal Dark Blogger theme.
Read More
Posted in | No comments
Newer Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • ENDURANCE Final Update
    Work on the ENDURANCE project has ended. The final data products consisted in an updated bathymetry model for the entire west lake bonney, u...
  • (no title)
    A list of Wiki tools I can choose among for Edanarion documentation: http://wikkawiki.org/HomePage http://wiki.splitbrain.org/ http://www.me...
  • Parallel Gaussian Elimination Using MPI
    In this project, we had to implement a parallel solver for linear equation systems, using a technique known as Gaussian elimination (GE). As...
  • GPU Programming Project 1 – Kodachrome
      The objective for this project was to process a stream of images captured from the webcam, and apply a set of vertex, fragment and geomet...
  • Omegalib 4.2 released!
    This version greatly improves the speed of user-centered stereo tracking in cluster installations. The Equalizer/omegalib interface and re...
  • Distributed Sum on a 2D mesh using MPI
    For a recent class project, we had to implement an algorithm to sum an array of integers on a computer cluster. This problem is one of the e...
  • Google Chrome vulnerable to carpet-bombing flaw
    Google Chrome vulnerable to carpet-bombing flaw Google’s shiny new Web browser is vulnerable to a carpet-bombing vulnerability that could ex...
  • Using Kinect for 3D video capture
    (Thanks for the link, Jakub)
  • Usability in Games
    New project added on the website: Usability in Games. We are investigating how interface usability influences user engagement in long-term c...
  • Omegalib 3.0 Released
    Omegalib 3.0 is a major improvement over the 2.0 distribution. It is the version used on the first public demos of the  CAVE2  virtual reali...

Categories

  • 3D
  • CAVE2
  • Edanarion
  • ENDURANCE
  • Flash
  • Game Heuristics
  • Games
  • HCI
  • Hydroviz
  • MotoGP08
  • MPI
  • News
  • Nintendo DS
  • OmegaDesk
  • omegali
  • omegalib
  • Papervision
  • QbViz
  • Tech Meeting
  • Visualization
  • VR

Blog Archive

  • ►  2013 (31)
    • ►  November (2)
    • ►  October (2)
    • ►  September (2)
    • ►  August (1)
    • ►  June (4)
    • ►  May (3)
    • ►  April (4)
    • ►  March (6)
    • ►  February (4)
    • ►  January (3)
  • ►  2012 (8)
    • ►  December (3)
    • ►  November (2)
    • ►  August (3)
  • ►  2011 (2)
    • ►  November (1)
    • ►  January (1)
  • ►  2010 (4)
    • ►  November (1)
    • ►  February (1)
    • ►  January (2)
  • ►  2009 (5)
    • ►  September (1)
    • ►  June (1)
    • ►  April (1)
    • ►  March (1)
    • ►  January (1)
  • ►  2008 (22)
    • ►  December (1)
    • ►  October (4)
    • ►  September (6)
    • ►  June (2)
    • ►  May (3)
    • ►  April (1)
    • ►  March (2)
    • ►  January (3)
  • ▼  2007 (16)
    • ▼  December (2)
      • Decorated Data
      • Geographic data on QbViz
    • ►  November (3)
      • Smart particle visualization
      • QbViz
      • QbViz, New Screens
    • ►  October (4)
      • Two nice links...
      • QbViz - First Screenies
      • My Naming Conventions
      • Installing WebORB on Vista
    • ►  September (7)
      • Mr Doob
      • Site Update
      • Batch Image Resizing
      • Console Event Handling
      • Edanarion News
      • Pre-Alpha
      • Here It Begins
Powered by Blogger.

About Me

Unknown
View my complete profile