iota 0.3.0-alpha1

Multimedia I/O library for D


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

iota

Input-output (audio, controls, etc) library for D. Intended as a D language native replacement for SDL, SFML, etc.

Current state

ComponentWindowsLinux
AudioPreliminary, output stream worksOutput works + some issues
MIDIInput+Output, with some caveatNot yet implemented
KeyboardLegacy: Works; Raw: BuggyNot yet implemented
MouseLegacy: Works; Raw: BuggyNot yet implemented
Pen TabletNot yet implementedNot yet implemented
Game controllersXInput : works.Not yet implemented
WindowingA bit buggyNot yet implemented
OpenGL outputIn progress, not working yetNot yet implemented

MacOSX is not yet supported due to lack of hardware. Please consider contributing to this project!

Audio

Windows

Only WASAPI output is supported at the moment, but it seems to work correctly. Buffer overflow protection is done through spinning in a loop alongside with the wait. It's not nice, but works, and eliminates possible issues from inconsistent buffer sizes.

Deinitialization is automatic through destructors and bug free. Windows-specific error-codes are handled as should.

Linux

Error handling is quite preliminary with one having to rely on returned error codes. ALSA documentation is quite scarce, and often don't contain more than what one can get out from function names, let alone the possible returned error codes. Device selection might contain non-PCM devices, so initializing with default device (-1) is recommended instead for now.

Audio is tested and confirmed working on 64 bit Raspberry Pi devices, which probably means all 64 bit ARM SoCs are supported under Linux.

MIDI

Windows

Both input and output works, but might suffer from some caveat that stems from the Windows MIDI API. There's a chance that calling a MIDI system function within the MIDI input callback will cause a lockup.

Controls

Windows

Keyboard and mouse works without much issues while using the legacy API. A known bug is that it sometimes generates an additional empty event if the Alt key is pressed (because some people thought it's a good idea to dedicate a whole modifier key for the menubar), this will be fixed in a later release, likely by optionally disabling it.

XInput is implemented and works. There should be a way to detect whether a device is rumble capable or not, but it doesn't work, so it's assumed that all controllers have this capability.

Raw input

This library is (mostly) equipped to handle raw input data, but currently it has some bugs. For some reason, it cannot differentiate between input devices at the moment, as all the device handles are null.

Examples

See testsource/app.d for audio, inputtest/app.d for input and basic windowing, and miditest/app.d for MIDI.

Authors:
  • laszl
Sub packages:
iota:audiotest, iota:miditest, iota:inputtest
Dependencies:
bindbc-opengl, bitleveld, collections-d
Versions:
0.3.0-alpha2 2023-Mar-29
0.3.0-alpha1 2022-Nov-13
0.3.0-alpha 2022-Nov-12
0.2.0 2022-Mar-11
0.1.0 2021-Dec-27
Show all 7 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 5 downloads this month

  • 88 downloads total

Score:
0.8
Short URL:
iota.dub.pm