Hallucino

Results 33 comments of Hallucino

Here an list of items: - [x] native support with emscripten for the Rust - [x] include rust cartridge - [x] include lua cartridge - [ ] include python cartridge

All supports works correctly, I need to find a way to add the python cartridge support in emscripten.

Well my idea is to support classic audio format (MIDI/WAV/etc) and not to have a built in modular synthesizer in the project, and so to use external one.

@rwmpelstilzchen yes sure I agree with you. I will add basic support like prototracker, mod/mml format. But I want to have also high level format too. Both are not incompatible...

My plan is the following: - [X] audio support via SDL - [X] Use libksnd to have the chiptune (here the ongoing binding: https://github.com/Gigoteur/chiptune-rs) - [X] load kt/ki files -...

Support for libksnd is added via https://github.com/Gigoteur/chiptune-rs.

@rwmpelstilzchen It is possible ! I will add the possibility to access all options via the API

Audio support is working now. I kept only klystrack deps + sdl

Good question ! Right now I'm waiting to finish the 0.0.3 version before doing that.

Have you some example to have a better understanding ?