https://linen.dev logo
Join DiscordCommunities
Powered by
# ceramic
  • b

    billowy-waiter-28954

    09/03/2022, 10:45 PM
    https://discord.com/channels/162395145352904705/853414608747364352/987775175116349561
  • r

    refined-laptop-39041

    09/06/2022, 1:05 PM
    wow, that was easy
  • r

    refined-laptop-39041

    09/06/2022, 1:12 PM
    I do have a few comments on installing ceramic on a fresh install of macOS, I'll make a github issue later
  • r

    refined-laptop-39041

    09/06/2022, 1:24 PM
    https://github.com/ceramic-engine/ceramic/issues/103
  • b

    billowy-waiter-28954

    09/06/2022, 3:37 PM
    Hey nice 🙂
  • b

    billowy-waiter-28954

    09/06/2022, 3:38 PM
    Yes that’s a problem at the moment indeed. I’d like to solve most install issues by actually creating a real installer (msi/pkg…) just like haxe. I believe that would make the first steps smoother
  • r

    refined-laptop-39041

    09/06/2022, 3:48 PM
    Eh, I like it being command line honestly
  • r

    refined-laptop-39041

    09/06/2022, 3:48 PM
    maybe moving away from haxelib is worth it
  • b

    billowy-waiter-28954

    09/06/2022, 3:54 PM
    You can actually install ceramic without haxelib
  • b

    billowy-waiter-28954

    09/06/2022, 3:55 PM
    Just download the zip on github, unpack, and run ceramic from the tools/folder (./ceramic link to install it globally, but that will have the same issue with usr/local/bin at the moment)
  • f

    faint-toothbrush-51643

    09/06/2022, 5:17 PM
    i have reason to believe that there are still issues with ceramic's audio
  • f

    faint-toothbrush-51643

    09/06/2022, 5:19 PM
    the kind of issues that you wouldn't notice if you were doing something normal. but, hypothetically speaking, if you were making a precise rhythm game, might make you spend several days trying to figure out with the problem is
  • f

    faint-toothbrush-51643

    09/06/2022, 5:19 PM
    then try building for windows to see what happens and realizing that the offsets are completely different between windows and web
  • b

    billowy-waiter-28954

    09/06/2022, 6:10 PM
    If there is indeed an issue, then you’ll need to provide a project reproducing that issue, and also explain what the issue is. Is it happening on web? On native?
  • b

    billowy-waiter-28954

    09/06/2022, 6:11 PM
    Also, double check that you use latest ceramic, as last time this was the cause
  • f

    faint-toothbrush-51643

    09/06/2022, 7:48 PM
    i am on 1.16.0
  • f

    faint-toothbrush-51643

    09/06/2022, 7:49 PM
    i'm putting together a test project now
  • f

    faint-toothbrush-51643

    09/06/2022, 8:40 PM
    @billowy-waiter-28954 I made a small project. https://drive.google.com/drive/folders/1okkqMY2TPdGFM9rZhYqcj64XDnflSa23?usp=sharing
  • f

    faint-toothbrush-51643

    09/06/2022, 8:40 PM
    Run it it web and give it a listen, then run it in Windows. For me, it's distinctly off in Windows.
  • b

    billowy-waiter-28954

    09/06/2022, 11:16 PM
    There is indeed a slight latency on native. As a workaround, you can try to use
    ceramic_use_openal
    define so that it will use openal instead of soloud
  • b

    billowy-waiter-28954

    09/06/2022, 11:16 PM
    I'll have to look into it, thanks for the test project
  • f

    faint-toothbrush-51643

    09/06/2022, 11:27 PM
    seems weird that there would be a latency on native but not web, but software just be like that
  • b

    billowy-waiter-28954

    09/06/2022, 11:27 PM
    There is either a problem with soloud or SDL audio
  • f

    faint-toothbrush-51643

    09/06/2022, 11:28 PM
    also, uh, where do i put that?
  • f

    faint-toothbrush-51643

    09/06/2022, 11:28 PM
    i am not familiar with "define"s
  • b

    billowy-waiter-28954

    09/06/2022, 11:28 PM
    in ceramic.yml,
    Copy code
    yaml
        defines:
          - ceramic_use_openal
  • b

    billowy-waiter-28954

    09/06/2022, 11:37 PM
    I think I found the issue
  • b

    billowy-waiter-28954

    09/06/2022, 11:38 PM
    It's because soloud defaults to a buffer of 2048
  • b

    billowy-waiter-28954

    09/06/2022, 11:38 PM
    which is pretty high
  • b

    billowy-waiter-28954

    09/06/2022, 11:56 PM
    Reducing that value improves things so far but it still not perfect
1...141516...124Latest