Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish porting gl-matrix modules over #22

Open
mikolalysenko opened this issue Jan 20, 2015 · 4 comments
Open

Finish porting gl-matrix modules over #22

mikolalysenko opened this issue Jan 20, 2015 · 4 comments

Comments

@mikolalysenko
Copy link
Member

Still need:

  • gl-quaternion
  • gl-vec2
  • gl-vec3

Also nice to have:

  • Plucker coordinates for lines
  • Conic sections?
  • Maybe some module for working with exterior forms?
@marklundin
Copy link

Is this still valid? If so I could take a look.

@mikolalysenko
Copy link
Member Author

Yep. If you want to take it on, go for it!

@backspaces
Copy link

Note: Toji has refactored his library for use with webpack. I think this could make it much easier for us to keep up with his updates. It uses require() so is npm ready, I think.

My interest is that I'm accessing all these goodies via jspm which seem pretty agile. I can likely get the source files w/ requires and jspm will grok them.

https://github.com/toji/gl-matrix/tree/master/src

.. rather than the 'dist" files of the entire package, with webpack annotations:

https://github.com/toji/gl-matrix/tree/master/dist

Basically, its kinda hard for us to follow Toji's releases, so we may be better off using his webpack modularization as a starting point.

@mattdesl
Copy link
Member

bit more discussion on that here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants