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

Rust-WASM rewrite for the update() method. #39

Closed
wants to merge 17 commits into from

Conversation

ChristopherTrimboli
Copy link

The idea of this is rewrite the update() method in Rust and compile to WASM for "perf gains".

This requires also rewriting any used imports such as: THREE, vrarmik, MicrophoneWorker and skeletonString, etc.

The goal for this is to supply a built WASM npm module that you can import update() into JS and run the update() method in WASM.

Most of this work is translating JS style code into Rust and going through all the depedencies and rewriting them into Rust.

There is a /three directory for all things THREE. The directory structure matches three.js's structure in their repo.

This will provide a good base for maybe an entire rewrite of three.js into Rust-WASM.

Work is ongoing.

@ChristopherTrimboli ChristopherTrimboli added the enhancement New feature or request label Dec 2, 2019
@ChristopherTrimboli ChristopherTrimboli self-assigned this Dec 2, 2019
@avaer
Copy link
Member

avaer commented Dec 2, 2019

Thanks for starting on this!

There are a lot of debug files committed here that might be good to keep out of the git history..

@ChristopherTrimboli
Copy link
Author

old PR

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

Successfully merging this pull request may close these issues.

None yet

2 participants