Data Play: Traditional Kimono Dye Visualization from PETLab on Vimeo.

Inspired by the question “Are we leaving the information age and entering a new ludic age?”, PETLab research associates have been developing game prototypes that can take complex datasets and display them in a playful interface using the Xbox/XNA platform. In this case, instead of viewing and navigating through information, the user “plays” the data. The hope is that, by making the experience game-like the user will respond confidently with approaches and explorations familiar from game settings and, in so doing, learn more about the connections within the dataset.

Papers:

DataPlay: Experiments in the Ludic Age

DataPlay: Mapping Game Mechanics to Traditional Data Visualization

 

ID, "_ttrust_project_funders_value", true); if( $project_funders ) { // echo $project_funders; $items = explode( ';', $project_funders ); echo '
    '."\n"; echo '

    '.Funders.'

    '; foreach($items as $item){ $piece = explode('^',$item); if($piece[0] != ''){ if($piece[1] == ''){ echo '
  • '.$piece[0].'
  • '."\n"; }else{ echo '
  • '.$piece[0].'
  • '."\n"; } } } echo '
'."\n"; }else{ // echo 'nope!!!'; } $project_partners = get_post_meta($post->ID, "_ttrust_project_partners_value", true); if( $project_partners ) { // echo $project_partners; $items = explode( ';', $project_partners ); echo '
    '."\n"; echo '

    '.Partners.'

    '; foreach($items as $item){ $piece = explode('^',$item); if($piece[1] == ''){ echo '
  • '.$piece[0].'
  • '."\n"; }else{ echo '
  • '.$piece[0].'
  • '."\n"; } } echo '
'."\n"; }else{ // echo 'nope!!!'; } $project_participants = get_post_meta($post->ID, "_ttrust_project_participants_value", true); if( $project_participants ) { // echo $project_participants; $items = explode( ';', $project_participants ); echo '
    '."\n"; echo '

    '.Participants.'

    '; foreach($items as $item){ $piece = explode('^',$item); if($piece[1] == ''){ echo '
  • '.$piece[0].'
  • '."\n"; }else{ echo '
  • '.$piece[0].'
  • '."\n"; } } echo '
'."\n"; }else{ // echo 'nope!!!'; } ?>