Glfm Versions Save

OpenGL ES and input for iOS, tvOS, Android, and WebGL

0.9.0

6 years ago
  • Added glfmAndroidGetActivity() (Android only)
  • Removed functions that were moved to a separate project, file-compat. That project also works on Windows, Linux, and macOS.
    • Removed Android helpers for printf and fopen
    • Removed glfmGetDirectoryPath()
    • Removed glfmGetLanguage()
  • Emscripten: iPhone X safe area support on iOS 11.2.
  • See all changes

0.8.2

6 years ago
  • Renamed glfmGetDisplayWidth/glfmGetDisplayHeight to glfmGetDisplaySize.
  • Added glfmSetDisplayChrome function.
  • Added glfmGetDisplayChromeInsets function (iPhone X support).
  • Emscripten: Fixed issues with mobile.
  • See all changes

0.8.1

6 years ago
  • Added functions for character input and for showing the virtual keyboard.
  • Added glfmGetProcAddress function.
  • Added tvOS support.
  • Android: Improved back button handling.
  • iOS: Improved iPad Split View and Slide Over support.
  • See all changes

0.8

7 years ago
  • Added CMake support.
  • Added glfmGetDirectoryPath function.
  • Added Android helper functions for printf and fopen.
  • Removed glfmLog and GLFMAsset.
  • Removed Preferences API.
  • Removed iOS 7 support.