Josh Leverette
Josh Leverette
That is strange. `core-graphics` would probably be a Mac-only dependency of SDL2, so maybe you could try using updating the SDL2 dependency, if there is a newer version out there....
Hello! Sorry for the delayed response. Life has been very hectic for the past few weeks, and it promises to be just as hectic for the next month or so....
Yeah, right now the development plan is basically that I need to stop being distracted by other projects and invest some time into this one. Yes, that code you posted...
So, I have good news. This evening I spent probably 5 hours working on `dataplotlib` and `sdl2_mt`! I've got things moving in the right direction, hopefully. What is `sdl_mt`? [sdl2_mt](https://github.com/coder543/sdl2_mt)...
I spent more time working on `sdl2_mt` today, and I think it's actually at a basic, usable point. I added some simple examples and integration tests, although they aren't particularly...
The `new_arch` branch now compiles using `sdl2_mt` and things _mostly_ work. The drawing is all done in a small corner of the upper-left corner of the window because I need...
I have now merged the new_arch branch into master! https://github.com/coder543/dataplotlib/pull/3 Things work pretty well now! And there's zooming with the scroll wheel, but I still need to implement click-dragging. At...
SDL2 is a heavy dependency. On Windows, it's very annoying to set up a development environment where you can depend on SDL2, so any Windows users who just want to...
I try to keep [this list](https://github.com/coder543/dataplotlib/issues/2#issuecomment-324477051) up to date, and it seems to still be accurate now. If you see anything you want to tackle, I'm happy to help as...
I have now [created individual issues](https://github.com/coder543/dataplotlib/issues) to track progress on this project.