johan718 / libmatoya

Cross-platform application development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libmatoya is a cross-platform application development library.

Getting Started

Features

  • Small binary footprint (< 1MB static lib, ~300KB linked)
  • No dependencies outside of what's provided by the OS
  • Single interface compatible with 7 platforms
  • Window creation and input handling
  • Robust game controller support
  • HTTP/HTTPS, WebSockets, TLS protocol wrapper
  • Accelerated video frame and UI draw list rendering
  • JSON parsing and construction
  • Common cryptography tasks
  • ... and more!

Platform Support

Platform Minimum Version
Windows 7
Android API 26 (8.0)
macOS 10.11
iOS / tvOS Coming soon!
Linux *
Web ** Chrome 86, Firefox 79

* Linux relies on certain dependencies being present on the system at run time.
** Safari is currently not supported.

About

Cross-platform application development.

License:MIT License


Languages

Language:C 84.9%Language:Objective-C 7.3%Language:JavaScript 3.5%Language:Java 1.8%Language:Makefile 0.9%Language:HLSL 0.8%Language:Metal 0.4%Language:GLSL 0.4%