cobrapitz
|
d1e58f7c55
|
fix load image, fixed layer sort, added lock layer, added show current pixel color
|
2020-10-31 17:47:56 +01:00 |
|
cobrapitz
|
e51ae47bcf
|
added resize, toggle grid, fix mouse interacting with canvas outside of window, improved performance, only render when changed, using TextureRects' set_pixel instead of drawing rects, canvas size can be changed, load file added ( loadfile and save file might be broken due to change of layer rendering/data structure change)
|
2020-10-30 12:32:04 +01:00 |
|
cobrapitz
|
cfd5d9e6ba
|
reimplementd how pixels are drawn, not suing texture but hte draw_rect method which shouldn't take that much performance, also acxcessing the pxiels per idx (1D) with x_pos + y_pos * canvas_width = idx
|
2020-10-26 17:01:31 +01:00 |
|
cobrapitz
|
6ca768ee8e
|
changed editor to tab editor, ......
|
2020-10-25 18:39:10 +01:00 |
|