Arjun Nair
Arjun Nair
Have you considered [egui](https://github.com/emilk/egui) as a UI frontend instead? Pretty intuitive and easy to use and also web ready.
> Hi, @ArjunNair, I am not able to push to your fork, therefore I prepared this patch to fix CI issues. > > Please apply this patch and commit it,...
@pacmancoder I did rebase master as you suggested but found a couple of changes went back to their old state, so re-did them and committed again. Could you pls check...
Hmm... maybe you could give it a go then. My git fu isn't quite as strong I suspect.  Incidentally, this is what I...
@pacmancoder Did you find the time to look into this?
Thanks @pacmancoder !
@pacmancoder Just to be clear, in any feature branch of mine you want me to: ``` git checkout feature-branch git rebase main ``` So that the feature branch is moved...
@pacmancoder Ok I'll do that, but what about my existing branches from the forked master? For eg, I have tzx_support branch from the fork master.
May I suggest [IMGUI](https://github.com/ocornut/imgui)? I've used it for a chip8 emulator I wanted to run as cross platform on Linux, windows and mac. It works quite well and has many...
No worries @pacmancoder !