imgui-js / example /
@Mark Mark authored on 27 Jun 2019
..
imgui_impl.js The imgui renderer layer for the examples needs to take the devicePixelRatio into account when calculating pointer offset coordinates. Fixes #14 5 years ago
imgui_impl.ts imgui-js needs to be imported as an ambient module from imgui_impl in order for typescript to not think that it's a separate module, and giving all globals (like bind) a suffix (bind$1) 5 years ago
index.html update dependencies 5 years ago
index.js add fetch polyfill for node example 6 years ago
main.js limited CanvasRenderingContext2D rendering 5 years ago
main.ts limited CanvasRenderingContext2D rendering 5 years ago
system.config.js clean up build files 6 years ago
tsconfig.json clean up build files 6 years ago