...
21 commits 17 files changed 0 commit comments 1 contributor
Commits on 2019-09-01
@Mark Mark More work on mouse interactions, and fix scissor clip rects being upside down cf47a0e
Commits on 2019-08-30
@Mark Mark Mouse interaction working 40b0be4
@Mark Mark - Update PIXI with some fixes for floating point textures - Create the render buffer with format RGBA16F, because 32F doesn't seem to work for some reason - Restore the proper ImGUI shader - I fixed the PIXI types, so remove src/types/pixi.js.d.ts d1523ec
Commits on 2019-08-29
@Mark Mark More attempts at making render-to-texture work... f876375
Commits on 2019-08-27
@Mark Mark Use EXT_color_buffer_float to support blending from our render texture, using format=RGBA and type=FLOAT 0260578
Commits on 2019-08-23
@Mark Mark Fix flipped texture 6c44724
Commits on 2019-08-20
@Mark Mark Fixed the flickering rendering by making sure we properly save the gl state Still need to fix the texture being upside down 2434ac2
Commits on 2019-08-19
@Mark Mark Kind of have rendering working... every other frame f48b299
@Mark Mark Plugin working, render texture not displaying ab3b34a
Commits on 2019-08-18
@Mark Mark Doesn't seem to crash with fonts now, but can't find the renderer plugin? ae2b312
@Mark Mark Per-context IOs all over the place, but font loading is failing :( 3d3cd37
@Mark Mark Multi-contexts ccd8c08
Commits on 2019-08-11
@Mark Mark More work on per-Sprite ImGui contexts (looks like we have different IO for every context, so make sure we set all of them) 56d8d4d
Commits on 2019-07-19
@Mark Mark Start working on a per-PIXI-DisplayObject context renderer for ImGui be134b1
@Mark Mark Bring in the packaged UMD export of pixi.js from our own repo 37e3d08
Commits on 2019-07-05
@Mark Mark imgui-js update (new .gitignore in imgui) 55f1882
@Mark Mark Moved the impl to the src/ folder so I can start working on a proper PIXI ImGui implementation (probably with render-to-texture) 14f1050
Commits on 2019-07-03
@Mark Mark Background color, start looking at better PIXI integration (need to be pixi-aware in imgui_impl) b9a6cff
@Mark Mark Fix watch script (need to look at ./src) Debug no mouse in ImGui :( c2b3c2d
@Mark Mark ImGui 'kind of' works in the PIXI renderer, but it seems scaled (DPI aware now???) and the mouse doesn't work 5754cf1
Commits on 2019-07-02
@Mark Mark Start integrating ImGui into the pixi renderer 5107b58
Showing 17 changed files
View
.gitmodules
View
imgui-js
Not supported
View
indexdev.html
View
package-lock.json
View
package.json
View
pixi.js 0 → 160000
Not supported
View
session
View
src/imgui_impl.js 0 → 100644
View
src/imgui_impl.js.map 0 → 100644
View
src/imgui_impl.ts 0 → 100644
View
src/main.js
View
src/main.js.map
View
src/main.ts
View
src/utils.js 0 → 100644
View
src/utils.js.map 0 → 100644
View
src/utils.ts 0 → 100644
View
tsconfig.json