summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
10 daysa basic backgroundJSDurand
Now we can draw a window with a basic background. But the resizing part is troublesome, I need to figure out where the bugs are and fix them later. But we need to render files in the window, so we need to load some file, and render the texts on the screen. The loading part is easy, whereas the text part needs reflections: we need some structure to hold the buffers and then some structure for the to-be-rendered part.
10 daysSupport redraw and resize now.JSDurand
11 daysinit commitJSDurand
A basic window is available. Now we shall try to render texts and some auxiliary functionalities.