A 3D model viewer and skin creator for Tribes 2 (2001)
Find a file
2024-04-28 23:02:11 -07:00
config Downgrade to Next.js 13, bump React 2024-04-28 20:01:35 -07:00
docs Add support/sponsor links to app 2024-04-28 22:34:38 -07:00
public Add tank, bomber, HAVOC 2024-01-29 21:52:46 -08:00
src Add support/sponsor links to app 2024-04-28 22:34:38 -07: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 Update deps 2024-02-01 23:16:28 -08:00
package-lock.json Downgrade to Next.js 13, bump React 2024-04-28 20:01:35 -07:00
package.json Downgrade to Next.js 13, bump React 2024-04-28 20:01:35 -07:00
pngjs-browser.d.ts Reset history 2022-12-02 22:26:17 -08:00
README.md Add support section w/ GitHub Sponsors and Buy Me A Coffee. 2024-04-28 20:51:30 -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

You will also need to clone the t2-skins repository, which is the source for all the custom skins that will be listed in the dropdown menu. Adding a new skin to that repository will make it automatically appear in the menu during build time.

If t2-skins is not a sibling folder to t2-model-skinner, set the T2_SKINS_PATH environment variable to its path.