Skip to content

Releases: kochol/ariyana

Ariyana Game Engine 0.2.1

22 Aug 19:20
Compare
Choose a tag to compare

Fix an important memory corruption bug.
Add GetLastRpcClientIndex to find out which client called the function.

Ariyana Game Engine 0.2

22 Aug 05:00
Compare
Choose a tag to compare

The main changes for this version are adding networking.

  • Auto serialize and deserialize of entities and their components.
  • Sync entities with clients automatically
  • Automatic property replication
  • RPC support with auto parameter serializing and deserializing.
  • Add multi-window rendering support.

Ariyana Game Engine 0.1

28 Jul 07:32
Compare
Choose a tag to compare

This is my first release.

  • Simple Orthodox C++ coding style and APIs
  • Initial code for entity and core systems
  • Cross-platform not only the code but also the textures and shaders will be converted to the target platform on the build.
  • Async file I/O. Can pack assets inside the APK and load them from APK at runtime.
  • Texture conversion and loading.
  • Dear-ImGUI support.