| Crates.io | webblender |
| lib.rs | webblender |
| version | 0.1.1 |
| created_at | 2019-04-05 02:37:11.153211+00 |
| updated_at | 2019-04-05 09:03:11.240313+00 |
| description | webblender for rust |
| homepage | |
| repository | https://github.com/maxtnuk/webblender.git |
| max_upload_size | |
| id | 125910 |
| size | 8,956 |
library for webgl with blender ( still developing it cannot use )
first of all you need cargo-make
$ cargo install cargo-make
and also need NPM for running web_client
to make client app and run server then run this
$ cargo make init_server
or run this for build under root folder
$ cargo make build
if you want to run server with npm, run this
$ cargo make server
to wasm build run this
$ cargo make wasm