Skip to content
/ t3d Public

Set of tools to explore guildwars2 from your browser

License

Notifications You must be signed in to change notification settings

njibhu/t3d

Repository files navigation

T3D

This is the new home of the Tyria3D project.

Come and try it here:

What is T3D ? Wasn't there a Tyria3DLibrary ?

T3D is a new mono-repository to combine the work of the few small projects using the library. The point of using a mono-repo is allowing faster iterations on different parts of the project. It also greatly decreases the burden of maintaining the project.

The library contains the core logic for parsing and transforming the data coming from the .dat archive.

The projects built on it are:

- T3D Explorer

The explorer is version of the Tyria3DApp built on top of the current version of the library. The developement of the explorer will now focus on this version instead of the legacy Tyria3DApp.

- T3D Browser

An archive browser with an integrated chunk parser for the file archive. Coming from the original release of the Tyria3DLibrary.

- SimpleModelViewer (Part of the examples)

A simple 3D model viewer for the file archive. Coming from the original release of the Tyria3DLibrary.

Extra modules

- t3dtools.js

This project contains the wasm port of the t3dtools originally written by Ahom.

- utils

This module contains a lot of utilities including the generators for the declaration and definition files for the format parser.


Current goals and status

The current main focus is:

  • Fixing the rendering changes from the DX9 to DX11 upgrade

Contributors

Here are a few people which contributions have been critical to the existance of this project:

  • Ahom
  • RequestTimeout408

License

The T3D packages are under GPL 3 license, with the exception of "t3dtools.js" which is under MIT license. All the included Guild Wars 2 assets are under copyright of ArenaNet. A COPYRIGHT file in the same folder of these assets contains the necessary copyright notice.