This repo and the related packages are discontinued. The project has moved here: https://github.com/fil-studio/fils
This is a repository containing a set of tiny libraries, utilities and wrappers which I use for both my personal work and studio's commercial web & THREEjs based work.
The libraries are written in TypeScript and all of them are available as individual NPM packages. Some of them are built on top of ThreeJS and may have other dependencies.
It might remain undocumented for a long while but feel free to try it out!
| Package | Description |
|---|---|
| @jocabola/gfx | Utilities & toolkit on top of WebGL/ThreeJS. |
| @jocabola/io | Utilities for assets and data loading. |
| @jocabola/math | Math utils, Random + lightweight Vector class for phy. |
| @jocabola/phy | Verlet Physics library. |
| @jocabola/utils | Misc utils for web. |
© Copyright 2021, Eduard Prats Molner
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.