A 3D model viewer and skin creator for Tribes 2 (2001)
Find a file
2025-02-05 22:02:18 -08:00
config Improve default vehicle orbits 2025-01-28 16:00:39 -08:00
docs Fix multiple selection filter value detection 2025-02-05 22:02:18 -08:00
public Add tank, bomber, HAVOC 2024-01-29 21:52:46 -08:00
src Fix multiple selection filter value detection 2025-02-05 22:02:18 -08:00
vendor/fabric Add LICENSE to vendored fabric.js 2024-04-28 20:16:02 -07:00
.eslintignore Reset history 2022-12-02 22:26:17 -08:00
.eslintrc.cjs Add filters 2023-06-23 01:06:56 -07:00
.gitattributes Reset history 2022-12-02 22:26:17 -08:00
.gitignore Reset history 2022-12-02 22:26:17 -08:00
LICENSE Create LICENSE 2024-04-28 23:02:11 -07:00
next-env.d.ts Reset history 2022-12-02 22:26:17 -08:00
next.config.js Fix heavy default zoom 2024-10-27 02:34:05 -07:00
package-lock.json Add new filter to gallery 2024-10-31 23:23:15 -07:00
package.json Add new filter to gallery 2024-10-31 23:23:15 -07:00
pngjs-browser.d.ts Reset history 2022-12-02 22:26:17 -08:00
README.md Update README, rebuild 2024-10-27 12:35:05 -07:00
tsconfig.json Reset history 2022-12-02 22:26:17 -08:00
worker-loader.d.ts Reset history 2022-12-02 22:26:17 -08:00

t2-model-skinner

Launch the app!

Support

Did this project bring you joy? Want to request a feature? Check out my GitHub Sponsors page.

Alternatively…

Buy Me A Coffee

Development

Clone the repository and run:

npm install

Then run npm start to launch the development server:

npm start

Build the production version of the app with npm run build:

npm run build

To get new skins to appear in the Custom Skins dropdown menu or the gallery page, they must be deployed with the t2-skins repository.