Friday, September 9, 2016

XdevLSDK 0.6

Hi fellows

XdevLSDK 0.6.x is on the way. Here are some changes:
  • XdevLUI plugin added that is using XdevLRAI to render GUI. Basics widgets added like Button, Checkbox, RadioButton, ComboBox, Slider, Label, TextInputField. The first implementation is using ImGui (ocornut).
  • XdevLArchive plugin added that is changing (and I am sorry about that) all API that is using filenames in the SDK. The change is good because it adds a really good support for file handling. Now you will be able to use .zip files to read/write files. That makes everything more cross platform. The fist implementation is using PhysFS (icculus).
  • XdevLFile module got revamped. A valid instance of XdevLFile will be provided by the XdevLArchive class.
  • Basic support for Android platform.
 Yaakuro