dannygoodacre / blackjack

Blackjack engine and CLI.
MIT License
0 stars 0 forks source link

GUI #5

Open dannygoodacre opened 9 months ago

dannygoodacre commented 9 months ago

Use Dear ImGui to build a user interface.

dannygoodacre commented 14 hours ago

Now that we have a dynamic library which can be accessed from other languages, we don't necessarily have to use C++ for the GUI.

TODO: Investigate other languages and frameworks.