Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 1.8 KB

File metadata and controls

33 lines (24 loc) · 1.8 KB

@jocabola/web-packages

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!

Available Packages

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.

License

© 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.