Giter VIP home page Giter VIP logo

mw3datavis's Introduction

MW3DataVis

c0z3n 2012, GPL v3

data visualization for the MW3 map "Dome"

the MW3DataVis project is a collection of basic tools used to visualize data collected from MW3 gameplay.

The purpose of this project is not to provide a suite of polished software, but rather just simple fuctionality for viewing and exporting .kdt files

kdtVis.py

kdtVis.py is a simple viewer which shows data points in 3d, and allows the user to select distinct points and see the connecting points (killpaths). The model may be rotated using 'q', 'w', 'a', 's', 'z', and 'x', and translated using the arrow keys. Data is read in from .kdt files in the /data directory.

kdtVis.py requires the pygame library

killnode.py

killnode.py is a structure used by kdtVis.py to manage killpoints and their associated killpaths.

killnode.py requires the pygame library

pyproc_vis_test.py

pyproc_vis_test.py is another simple 3d viewer for .kdt files, using pyprocessing rather than pygame. it is very slow (even more so than kdtVis.py), and rather buggy.

pyproc_vis_test.py requires the pyprocessing library

jsonExporter.py

jsonExporter.py is a simple json file dumper which converts .kdt files into json objects in .json files, stripping out point association data and leaving only spacial data. This script is used to generate the .json files used by the webGL data viewer located at http://c0z3n.org/mapping

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.