https://linen.dev logo
Join Discord
Powered by
# lime
  • b

    bulky-insurance-39338

    03/17/2023, 5:04 AM
    but nowadays loading time is so fast (also into file-loading)
  • b

    bulky-insurance-39338

    03/17/2023, 5:04 AM
    and haxe lime wrapps all for me
  • b

    bulky-insurance-39338

    03/17/2023, 5:05 AM
    (loading by url or filepath -> no more hassle here into!)
  • b

    bulky-insurance-39338

    03/17/2023, 5:06 AM
    (also by CORS)
  • b

    bulky-insurance-39338

    03/17/2023, 5:07 AM
    don't have to think about this kind of cross-target-problems anymore
  • b

    brief-account-34985

    03/17/2023, 5:07 AM
    Copy code
    var audio = Assets.loadAudioBuffer("assets/music.ogg");
    audio.onComplete(function (buffer: AudioBuffer) {
        var music = new AudioSource(buffer);
        music.loops = MathUtil.INT_MAX;
        music.play();
    });
    Async load
  • b

    brief-account-34985

    03/17/2023, 5:07 AM
    Ultimately pointless, but here you go
  • b

    bulky-insurance-39338

    03/17/2023, 5:08 AM
    i am only pressing the ->
    lime test
    ->key (and easy switching between all available targets)
  • b

    bulky-insurance-39338

    03/17/2023, 5:08 AM
    (and "open" AL or mojo is really something what is not same as -> howler!)
  • b

    bulky-insurance-39338

    03/17/2023, 5:09 AM
    (what i am need is one API for both of them -> same also into wave-generation)
  • b

    bulky-insurance-39338

    03/17/2023, 5:11 AM
    at what point you wanna hook the audio-layer into ?
  • b

    bulky-insurance-39338

    03/17/2023, 5:12 AM
    (is there then simmiliar into "api"-namespace problem ?)
  • b

    bulky-insurance-39338

    03/17/2023, 5:14 AM

    https://www.youtube.com/watch?v=irLAr1xwpeg▾

  • g

    gray-vase-27987

    03/17/2023, 7:14 AM
    okay im going to bed this is tiring
  • g

    gray-vase-27987

    03/17/2023, 7:14 AM
    but id like to ask
  • g

    gray-vase-27987

    03/17/2023, 7:14 AM
    what if i experience a crash that only happens when im building without mingw
  • g

    gray-vase-27987

    03/17/2023, 7:15 AM
    with lua support restored
  • w

    wide-balloon-47477

    03/17/2023, 1:51 PM
    what does running
    lime build linux
    return? a package for my OS, an appimage, or a flatpak?
  • b

    big-angle-82801

    03/17/2023, 1:52 PM
    just creates binaries
  • w

    wide-balloon-47477

    03/17/2023, 1:54 PM
    ah ok
  • g

    gray-vase-27987

    03/17/2023, 5:36 PM
    i sucessfully made a mingw build of luajit but i cant actually find where it goes
  • g

    gray-vase-27987

    03/17/2023, 5:36 PM
    linc_luajit doesnt seem to hvae any files from it as far as i can tell
  • g

    gray-vase-27987

    03/17/2023, 5:36 PM
    though im not sure
  • g

    gray-vase-27987

    03/17/2023, 5:49 PM
    is that even what it needs?
  • g

    gray-vase-27987

    03/17/2023, 5:50 PM
    its saying the problem's in lua51.lib
  • g

    gray-vase-27987

    03/17/2023, 5:50 PM
    but google is unable to tell me how making a lib file for lua or luajit or whatever works
  • a

    able-action-74275

    03/17/2023, 5:53 PM
    did you fix your null ogg problem @gray-vase-27987 ?
  • p

    powerful-morning-89

    03/17/2023, 5:57 PM
    What is it with people trying to use mingw? Just use MSVC, that's what's actually tested to work. And yes, it takes up a few GB, but it'll be faster to install it than to fix all the things that expect MSVC.
  • g

    gray-vase-27987

    03/17/2023, 5:59 PM
    oh we're doing this because i'm getting a silent crash
  • g

    gray-vase-27987

    03/17/2023, 5:59 PM
    no error message
1...838485...138Latest