Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - lurquer

#1
General Discussion / Showcase of TGUI
16 May 2020, 23:11:37
I used TGUI for a fairly complicated program I recently wrote.

I really enjoyed the flexibility of this UI. Much easier than Qt and Windows and all the other 'real' UIs.

You can see the how the UI was used in some of the YouTube videos in the Tutorial pages:

cycell2d.com

#2
Great library, Tex. Can't say enough about it.

Question: I have a big ol' project with a gui created using the form builder. I want to package it all up into an .exe I can share. Will I always need the form file to go along with it? Or, is there some way (short of doing it manually in my code) to get the form into my .exe.
I'm using C++ with Visual Studio 2019.
Thanks.