21 commits | 17 files changed | 0 commit comments | 1 contributor |
|
More work on mouse interactions, and fix scissor clip rects being upside down | cf47a0e |
|
Mouse interaction working | 40b0be4 |
|
- 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 |
|
More attempts at making render-to-texture work... | f876375 |
|
Use EXT_color_buffer_float to support blending from our render texture, using format=RGBA and type=FLOAT | 0260578 |
|
Fix flipped texture | 6c44724 |
|
Fixed the flickering rendering by making sure we properly save the gl state Still need to fix the texture being upside down | 2434ac2 |
|
Kind of have rendering working... every other frame | f48b299 |
|
Plugin working, render texture not displaying | ab3b34a |
|
Doesn't seem to crash with fonts now, but can't find the renderer plugin? | ae2b312 |
|
Per-context IOs all over the place, but font loading is failing :( | 3d3cd37 |
|
Multi-contexts | ccd8c08 |
|
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 |
|
Start working on a per-PIXI-DisplayObject context renderer for ImGui | be134b1 |
|
Bring in the packaged UMD export of pixi.js from our own repo | 37e3d08 |
|
imgui-js update (new .gitignore in imgui) | 55f1882 |
|
Moved the impl to the src/ folder so I can start working on a proper PIXI ImGui implementation (probably with render-to-texture) | 14f1050 |
|
Background color, start looking at better PIXI integration (need to be pixi-aware in imgui_impl) | b9a6cff |
|
Fix watch script (need to look at ./src) Debug no mouse in ImGui :( | c2b3c2d |
|
ImGui 'kind of' works in the PIXI renderer, but it seems scaled (DPI aware now???) and the mouse doesn't work | 5754cf1 |
|
Start integrating ImGui into the pixi renderer | 5107b58 |
.gitmodules |
---|
imgui-js |
---|
Not supported
|
indexdev.html |
---|
package-lock.json |
---|
package.json |
---|
pixi.js 0 → 160000 |
---|
Not supported
|
session |
---|
src/imgui_impl.js 0 → 100644 |
---|
src/imgui_impl.js.map 0 → 100644 |
---|
src/imgui_impl.ts 0 → 100644 |
---|
src/main.js |
---|
src/main.js.map |
---|
src/main.ts |
---|
src/utils.js 0 → 100644 |
---|
src/utils.js.map 0 → 100644 |
---|
src/utils.ts 0 → 100644 |
---|
tsconfig.json |
---|