bnoazx005 / TDEngine2

TDEngine2 is a cross-platform game engine
Apache License 2.0
18 stars 4 forks source link

[Refactoring] Provide support of x64 platforms #70

Closed bnoazx005 closed 3 years ago

bnoazx005 commented 3 years ago

Description For now engine can work under x64 platforms but cannot be built with x64 flag. The main reason because of glew library which is targeted for 32 bits platforms. It should be fixed.

TODO: