InfiniBrains / mobagen

MoBaGEn - Module Based Game Engine - Educational tool to teach game programming concepts
Apache License 2.0
66 stars 114 forks source link

WWW #55

Open tolstenko opened 6 years ago

tolstenko commented 6 years ago

Create similar functionality to unity´s www https://docs.unity3d.com/ScriptReference/WWW.html

tolstenko commented 6 years ago

Related to: https://github.com/hunter-packages/curl/issues/2 Waiting for this pull request: https://github.com/ruslo/hunter/pull/1424

tolstenko commented 6 years ago

I am experiencing problems building for mingw. I am looking for help here. The main problem is compiling and linking curl on all supported platforms except emscripten. Emscripten has its own wget implementation that we must use instead of curl.

For now, I will just ignore the mingw build.