Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.05 KB

File metadata and controls

31 lines (20 loc) · 1.05 KB

Babylon.js Texture Tools

Twitter

Any questions? Here is our official forum.

Running locally

After cloning the repo, running locally during development is all the simplest:

npm install
npm start

For VSCode users, if you have installed the Chrome Debugging extension, you can start debugging within VSCode by using the appropriate launch menu.

To generate WASM for LTCGenerator

In order to compile C++ to WASM you must fist install Emscripten (see Install instruction). After completing the installation and configuration of Emscripten run the following commands:

cd native/LTCGenerator
cmake --preset wasm
cmake --build --preset wasm

The LTCGenerator.js and LTCGenerator.wasm will be copied into www/wasm folder.

Special thanks

To Filament and its team for the code and support :-)