GuvaCode / Phoenix-Game-Framework

The Phoenix Game Framework is a set of classes for helping in the creation of 2D and 3D games in pascal.
Other
27 stars 5 forks source link

Ability to use lazarus / delphi form for rendering #7

Closed DLPB2 closed 4 months ago

DLPB2 commented 5 months ago

At the moment, it seems the framework forces the use of a new window. in Asphyre and a few others you can use the GUI of the form for options, while the client area of the form is used for rendering. Is this possible to implement?

GuvaCode commented 5 months ago

At the moment, it seems the framework forces the use of a new window. in Asphyre and a few others you can use the GUI of the form for options, while the client area of the form is used for rendering. Is this possible to implement?

Yes, it is possible. But so far there is only one for Windows .https://github.com/GuvaCode/Phoenix-Game-Framework/tree/master/editors/Editor_Delphi/phxModelEditor