Giter VIP home page Giter VIP logo

three-ts-types's Introduction

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
Josh

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

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

πŸ’»
Cody Bennett
Cody Bennett

πŸ’»
0b5vr
0b5vr

πŸ’» ⚠️ 🚧 πŸ‘€ πŸ›
Marquizzo
Marquizzo

πŸ’»
Yuanzk
Yuanzk

πŸ’»
ElisΓ©e Maurer
ElisΓ©e Maurer

πŸ’»
soadzoor
soadzoor

πŸ’»
rinsuki
rinsuki

πŸ’»
efokschaner
efokschaner

πŸ’»
Jonghun Park
Jonghun Park

πŸ’»
sjpt
sjpt

πŸ’»
MichaΕ‚ Mrozek
MichaΕ‚ Mrozek

πŸ’»
puxiao
puxiao

πŸ’»
ycw
ycw

πŸ’»
Jazcash
Jazcash

πŸ’»
Bjorn Stromberg
Bjorn Stromberg

πŸ’»
HappyTurtle
HappyTurtle

πŸ’»
Shuta Hirai
Shuta Hirai

πŸ’»
Servin Nissen
Servin Nissen

πŸ’»
Ben
Ben "Pig" Chu

πŸ’»
Makoto Yamada
Makoto Yamada

πŸ’»
schwyzl
schwyzl

πŸ’»
Degubi
Degubi

πŸ’»
Ibby Wedin
Ibby Wedin

πŸ’»
dbuck
dbuck

πŸ’»
Robert Long
Robert Long

πŸ’»
Max Kaye
Max Kaye

πŸ“–
Alejandro Laufer
Alejandro Laufer

πŸ› πŸ’»
Gianmarco
Gianmarco

πŸ’»
David Peicho
David Peicho

πŸ’»
Joe Pea
Joe Pea

πŸ’»
Subhankar Pal
Subhankar Pal

πŸ’»
Sean T. McBeth
Sean T. McBeth

πŸ’»
Arthur LAURENT
Arthur LAURENT

πŸ’»
Serena Li
Serena Li

πŸ’»
cosformula
cosformula

πŸ’»
Peter Hanula
Peter Hanula

πŸ’»
Adam Thompson-Sharpe
Adam Thompson-Sharpe

πŸ’»
noname
noname

πŸ’»
Greg Schafer
Greg Schafer

πŸ’»
SuperSodaSea
SuperSodaSea

πŸ’»
Matt Rossman
Matt Rossman

πŸ’»
Alex Pineda
Alex Pineda

πŸ’»
Lucas
Lucas

πŸ“–
Maciej Ziarkowski
Maciej Ziarkowski

πŸ’»
Suprhimp
Suprhimp

πŸ’»
Stephen Li
Stephen Li

πŸ’»
Moritz Cremer
Moritz Cremer

πŸ’»
LuchoTurtle
LuchoTurtle

πŸ’»
Marcel Wiessler
Marcel Wiessler

πŸ’»
Josh Stern
Josh Stern

πŸ’»
Dan Rose
Dan Rose

πŸ’»
Dan Dolonius
Dan Dolonius

πŸ’»
Benjamin
Benjamin

πŸ’»
Antonio GonzΓ‘lez Viegas
Antonio GonzΓ‘lez Viegas

πŸ’»
Don McCurdy
Don McCurdy

πŸ’»
Xavier Willemin
Xavier Willemin

πŸ’»
zooster
zooster

πŸ’»
Anderson Leite
Anderson Leite

πŸ’»
Guillaume Fradin
Guillaume Fradin

πŸ’»
Heaust Azure
Heaust Azure

πŸ’»
Joe Tipping
Joe Tipping

πŸ’»
Lucas Garron
Lucas Garron

πŸ’»
Marc-Stefan Cassola
Marc-Stefan Cassola

πŸ’»
Piotr BΕ‚aΕΌejewicz (Peter Blazejewicz)
Piotr BΕ‚aΕΌejewicz (Peter Blazejewicz)

πŸ’»
Victoria Shadrina
Victoria Shadrina

πŸ’»
Will Stott
Will Stott

πŸ’»
demike
demike

πŸ’»
Michael γ‚΅γ‚€γƒˆγƒΌ 中村 Bashurov
Michael γ‚΅γ‚€γƒˆγƒΌ 中村 Bashurov

πŸ’»
Jack Bonaguro
Jack Bonaguro

πŸ’»
Rafael Sliveira Cordeiro
Rafael Sliveira Cordeiro

πŸ’» πŸ“–
HEOJUNFO
HEOJUNFO

πŸ’»
Olli Etuaho
Olli Etuaho

πŸ’»

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.

three-ts-types's People

Contributors

joshuaellis avatar 0b5vr avatar methuselah96 avatar mugen87 avatar allcontributors[bot] avatar codyjasonbennett avatar renovate[bot] avatar rafaelsc avatar noname0310 avatar ycw avatar servinlp avatar puxiao avatar schwyzl avatar capnmidnight avatar robertlong avatar marwie avatar hoodgail avatar mattrossman avatar wooster0 avatar xawill avatar suprhimp avatar miko3k avatar michsior14 avatar luchoturtle avatar wcwedin avatar grschafer avatar donmccurdy avatar rotu avatar bjornstar avatar agviegas avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.