Age | Commit message (Collapse) | Author | |
---|---|---|---|
10 days | a basic background | JSDurand | |
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 days | Support redraw and resize now. | JSDurand | |
11 days | init commit | JSDurand | |
A basic window is available. Now we shall try to render texts and some auxiliary functionalities. |