lp249839965 / three-ts-types

TS type library for the popular webgl library threejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is the home for the TypeScript types for three.js. Periodically the updates from this repository are pushed to DefinitelyTyped and released in the @types/three npm package.

We are using this repository as a home for the types instead of DefinitelyTyped because:

  • It is less daunting for users to raise issues or create PRs on a repository that is specific to three.js
  • It is easier to organize the process of making sure we're staying up-to-date with the changes in the three.js repository
  • It gives us more freedom to use our own process

Priorities and goals

The highest priority is making sure that there are no inaccurate types (or types for things that have been removed).

It is a goal to have complete public facing API types for all of the code in the src directory.

It is not a goal for the examples/jsm directory to have complete declaration files for every examples module due to the number of example modules and how quickly they are modified. If you would like to use an examples module that is missing types then create a PR to add the types or create an issue to request that we add the missing types for that module.

Contributing

Please see our Contributing Guidelines to help you get started. One of the most important things is choosing a branch to start your work on. If the code you want to contribute is for the current release of three it should be based off master. If it is for the next release of three it should be based off dev. You should then aim your merge into the branch you based off.

Contributors

Thanks goes to these wonderful people (emoji key):


Josh

πŸ’¬ πŸ› πŸ’» πŸ“– πŸ€” 🚧 πŸ‘€ ⚠️

Nathan Bierema

πŸ’¬ πŸ› πŸ’» πŸ“– πŸ€” πŸš‡ 🚧 πŸ‘€ ⚠️

Michael Herzog

πŸ’»

Cody Bennett

πŸ’»

0b5vr

πŸ’» ⚠️

Marquizzo

πŸ’»

Yuanzk

πŸ’»

ElisΓ©e Maurer

πŸ’»

soadzoor

πŸ’»

rinsuki

πŸ’»

efokschaner

πŸ’»

Jonghun Park

πŸ’»

sjpt

πŸ’»

MichaΕ‚ Mrozek

πŸ’»

puxiao

πŸ’»

ycw

πŸ’»

Jazcash

πŸ’»

Bjorn Stromberg

πŸ’»

HappyTurtle

πŸ’»

Shuta Hirai

πŸ’»

Servin Nissen

πŸ’»

Ben "Pig" Chu

πŸ’»

Makoto Yamada

πŸ’»

schwyzl

πŸ’»

Degubi

πŸ’»

Ibby Wedin

πŸ’»

dbuck

πŸ’»

Robert Long

πŸ’»

Max Kaye

πŸ“–

Alejandro Laufer

πŸ› πŸ’»

Gianmarco

πŸ’»

David Peicho

πŸ’»

Joe Pea

πŸ’»

Subhankar Pal

πŸ’»

Sean T. McBeth

πŸ’»

Arthur LAURENT

πŸ’»

Serena Li

πŸ’»

cosformula

πŸ’»

Peter Hanula

πŸ’»

Adam Thompson-Sharpe

πŸ’»

noname

πŸ’»

Greg Schafer

πŸ’»

SuperSodaSea

πŸ’»

Matt Rossman

πŸ’»

FAQ

Why are the declaration files in a types/three/ directory and why is there a notNeededPackages.json?

This makes it easier to re-use the testing process used by DefinitelyTyped since they have a check to make sure the types are within a types directory as well a check for notNeededPackages.json. It also makes it possible to use typeRoots in the tsconfig.json so that the three types can be resolved correctly in the tests.

About

TS type library for the popular webgl library threejs


Languages

Language:TypeScript 100.0%Language:Shell 0.0%