dive

Crates.iodive
lib.rsdive
version0.0.1
sourcesrc
created_at2019-04-10 01:39:00.75462
updated_at2019-04-29 03:56:48.334834
descriptionCross-platform system interface for hardware IO.
homepagehttps://dive.ga/dive
repositoryhttps://github.com/diveos/dive
max_upload_size
id126916
size93,776
Jeron Aldaron Lau (AldaronLau)

documentation

https://docs.rs/dive

README

Dive

Note

Dive is a complete redesign of previous library ADI. It is still in it's early stages.

About

Easily create cross-platform applications. Some common tasks are not easily portable across different platforms, and this crate hopes to fix that. That way you don't have to worry about how to port your GUI, audio, or bluetooth interface, etc. and can dive right in to building your application's content!

Dive is a platform-agnostic system interface for hardware IO. This means that eventually, Dive should support all of the different hardware that's connected to your computer. Dive is designed so that it talks to the operating system to interface with the hardware, so no special permissions are needed for your application.

Features

  • Targeted Platforms: Linux (includes Raspberry Pi), MacOS, Redox, Android, Windows, iOS, Web (WASM), Nintendo Switch, XBox, PlayStation, FreeBSD, others (Maybe FreeDOS for fun 😉️).
  • Getting user information (Linux, Windows, MacOS)
  • Playing / recording audio (Linux)
  • Filesystem loading / saving ZIP files (Linux, Windows)
  • Hardware acceleration - SIMD, GPU (NOT IMPLEMENTED YET)
  • Clock - Date, Time of day, Timer (NOT IMPLEMENTED YET)
  • GUI - Render, Mouse & Keyboard (NOT IMPLEMENTED YET)
  • Game Controller - JoyStick (NOT IMPLEMENTED YET)
  • Camera - Webcam (NOT IMPLEMENTED YET)
  • Network - Bluetooth & Wifi Direct (NOT IMPLEMENTED YET)

Getting Started

  • TODO

Links

Commit count: 118

cargo fmt