A 3D model viewer and skin creator for Tribes 2 (2001)
Find a file
2025-12-20 15:03:11 -08:00
docs add search to gallery page 2025-12-20 15:03:11 -08:00
public build site 2025-10-15 14:40:09 -07:00
scripts Bump dependencies (#11) 2025-10-19 09:15:21 -07:00
src add search to gallery page 2025-12-20 15:03:11 -08:00
types bump fabric 2025-10-19 10:23:35 -07:00
vendor/fabric Add LICENSE to vendored fabric.js 2024-04-28 20:16:02 -07:00
.gitattributes Reset history 2022-12-02 22:26:17 -08:00
.gitignore Reset history 2022-12-02 22:26:17 -08:00
eslint.config.ts Bump dependencies (#11) 2025-10-19 09:15:21 -07:00
LICENSE Create LICENSE 2024-04-28 23:02:11 -07:00
models.json Bump dependencies (#11) 2025-10-19 09:15:21 -07:00
next-env.d.ts Bump dependencies (#11) 2025-10-19 09:15:21 -07:00
next.config.ts remove bundle analyzer 2025-10-19 10:46:57 -07:00
package-lock.json add search to gallery page 2025-12-20 15:03:11 -08:00
package.json add search to gallery page 2025-12-20 15:03:11 -08:00
README.md Update README, rebuild 2024-10-27 12:35:05 -07:00
tsconfig.json Bump dependencies (#11) 2025-10-19 09:15:21 -07: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.