B
B
blackwidow2017-06-18 13:06:41
Qt
blackwidow, 2017-06-18 13:06:41

Is it possible to tie Qt to C++ engine?

Hello. I read on the Internet about Qt for creating a GUI, I plan to make a level editor on it. But before that I plan to create a C ++ engine. Is it possible then to tie the design of the editor to the engine and make it all work (the editor interacts with the written base)
Thank you in advance

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
devalone, 2017-06-18
@devalone

If you make a good architecture of the engine, then it will work, otherwise it won't. I would advise to simplify the task, take some open source engine and write an editor for it, for example.

K
Konstantin Stepanov, 2017-06-18
@koronabora

If you make an abstraction layer, then yes. It is better to write the engine right away using qt.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question