David Figatner

Results 45 issues of David Figatner

Original message from Shukant: Here’s how I kind of mixed the two things: + instead of keeping the viewport contents in “viewport.children”, place the children in “viewport.content.children”. Here, “viewport.content” is...

When the viewport's parent scale is not 1, the input distance calculations are off. For example, my current game uses a viewport within a scaled region. The drags are not...

Opening this draft PR to track changes: - [x] Simplified ViewportComponent so it only manages Viewport - [x] Added useTicker so pixi components can update on ticks - [x] Font...

(This is needed as a prerequisite for the UI header work.) - [x] rework UI and canvas's HTML and CSS - [x] canvas properly sizes and resizes with new flow...

This refactor is based on the unmerged https://github.com/quadratichq/quadratic/pull/138. - [x] replace React PIXI with vanilla PIXI - [x] draw UI (grid lines, axes lines, headings) - [x] draw cursor -...

- [x] store headings in db - [x] read and store headings in local variables - [x] use heading sizes when drawing grid - [x] use heading sizes when drawing...