A 3D model viewer and skin creator for Tribes 2 (2001)
Find a file
Brian Beck 49680aa4b1
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
update asset URLs to tribes2.online
2026-04-08 09:08:59 -07:00
.github/workflows create cloudflare project 2026-04-08 07:45:57 -07:00
docs update asset URLs to tribes2.online 2026-04-08 09:08:59 -07:00
public build site 2025-10-15 14:40:09 -07:00
scripts fix extra ELF material 2026-03-30 17:58:20 -07:00
src update asset URLs to tribes2.online 2026-04-08 09:08:59 -07: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 fix extra ELF material 2026-03-30 17:58:20 -07:00
next-env.d.ts Bump dependencies (#11) 2025-10-19 09:15:21 -07:00
next.config.ts deploy to cloudflare 2026-04-08 07:40:58 -07:00
package-lock.json add search to gallery page 2025-12-20 15:03:11 -08:00
package.json deploy to cloudflare 2026-04-08 07:40:58 -07: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.