jcd / deadcode-gui

GUI library of deadcode editor
1 stars 0 forks source link

UI Framework #1

Open hardliner66 opened 7 years ago

hardliner66 commented 7 years ago

I know it's a bit early to create an issue on github, but did you consider using a pre-made ui framework for the deadcode editor?

I'm thinking about something like dlangui. So you can focus on making the editor instead of making an ui library. I don't really know the internals and all the stuff that is needed, to run all the cool stuff you have shown in your videos, but it could be worth looking into it.

jcd commented 7 years ago

I actually made the gui part of the editor before dlangui was announced. Otherwise I might have based the editor on that. And although it would probably be very nice to offload the gui library work (to e.g. dlangui) it will also take some time to migrate to dlangui. That time I'm currently using for improving other parts of the editor. Thanks for the feedback.