1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-08-10 12:24:58 +00:00
Files
6502bench/SourceGen
Andy McFadden 1da98d8628 Add a progress bar to HTML export
Generation of HTML is extremely fast, but compressing thousands
of frames for wireframe animated GIFs can take a little while.

Sharing bitmaps between threads required two changes: (1) bitmaps
need to be "frozen" after being drawn; (2) you can't use Path because
BackgroundWorker isn't a STAThread.  You can, however, use a
DrawingVisual / DrawingContext to do the rendering.  Which is really
what I should have been doing all along; I just didn't know the
approach existed until I was forced to go looking for it.

Also, we now do a "run finalizers" call before generating an animated
GIF.  Without it things explode after more than 10K GDI objects have
been allocated.
2020-03-15 14:07:05 -07:00
..
2020-03-15 14:07:05 -07:00
2020-01-27 13:23:05 -08:00
2020-03-15 14:07:05 -07:00
2019-11-18 13:36:53 -08:00
2020-02-18 13:25:20 -08:00
2020-03-13 13:58:52 -07:00
2019-07-20 17:36:12 -07:00
2019-12-04 15:59:37 -08:00
2020-03-12 10:08:26 -07:00
2020-02-18 13:25:20 -08:00
2019-11-08 21:02:15 -08:00
2020-03-15 14:07:05 -07:00
2019-10-23 13:25:50 -07:00
2019-12-25 11:15:22 -08:00
2019-11-01 19:47:56 -07:00
2019-10-10 11:57:36 -07:00
2020-03-09 13:56:20 -07:00