axmolengine / axmol

Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A fork of Cocos2d-x-4.0)
https://axmol.dev
MIT License
868 stars 195 forks source link

async await #87

Closed imtrobin closed 1 year ago

imtrobin commented 4 years ago

Hi, If you are modifying to latest C++, can consider await asynci instead of callbacks.

halx99 commented 4 years ago

The await require c++20

halx99 commented 3 years ago
halx99 commented 3 years ago

Possiable API:

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

aismann commented 1 year ago

@halx99 Can we reopen it? Not for 1.0 Off course.

aismann commented 1 year ago

@halx99 Plz add cpp20 Label too.

Is ist possible that the bot dont stale some Special issus Like this?

halx99 commented 1 year ago

Yes, refer to: https://github.com/axmolengine/axmol/blob/dev/.github/stale.yml#L6

aismann commented 1 year ago

For the implementation (at the moment): plz don't remove the C++17 part (use compiler directive or so on )

aismann commented 1 year ago

@halx99: Maybe it can be closed? Because to the limits with Windows UWP (Visual Studio 2022), => only support C++17

Maybe you can add a project like: axmol-future and put this issue there?

see also: image

halx99 commented 10 months ago

https://github.com/axmolengine/axmol/issues/1471