Project

General

Profile

Interfacing with Three.js

Added by Mathieu Vadnais almost 8 years ago

Hello,

I would like to know if someones has pointers on how to start interfacing Three.js library with Wt ? It would be of a great help to speed up the development of 3d web application.

Mathieu


Replies (1)

RE: Interfacing with Three.js - Added by Wim Dumon over 7 years ago

Hey Mathieu,

I haven't worked with Three.js, but usually the process is similar for most JS libraries: use WApplication::require() to load the library, and then doJavaScript() and JSlots for communicating with the library. WGoogleMap and other widgets in Wt that are built as wrappers for JS libraries may offer some inspiration.

Wim.

    (1-1/1)