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

    billowy-waiter-28954

    08/28/2022, 8:49 AM
    When I look at the screenshot
  • b

    billowy-waiter-28954

    08/28/2022, 8:49 AM
    It seems the edge is tiled instead of being stretched
  • b

    bright-gpu-74537

    08/28/2022, 8:52 AM
    tbh, i didnt really pay much attention to any of it... just the fact that tiling the middle section is a nice idea (instead of only stretch which is what i have currently)
  • b

    billowy-waiter-28954

    08/28/2022, 8:52 AM
    Yea same here, only stretch for now
  • b

    billowy-waiter-28954

    08/28/2022, 8:54 AM
    Might give it a try anyway, default to stretch but expose options to do tiling instead
  • b

    billowy-waiter-28954

    08/28/2022, 8:54 AM
    Seems useful
  • b

    bright-gpu-74537

    08/28/2022, 8:56 AM
    yeah, i think so too
  • f

    faint-toothbrush-51643

    08/28/2022, 1:59 PM
    does ceramic offer any other options for tiling or would i have to do that myself for now?
  • b

    billowy-waiter-28954

    08/28/2022, 2:00 PM
    At the moment there is no such thing. You'd have to create multiple quads that you put next to each other
  • b

    billowy-waiter-28954

    08/28/2022, 2:01 PM
    That said I think I will add something that does that at some point, but not sure exactly when
  • f

    faint-toothbrush-51643

    08/28/2022, 7:52 PM
    what could I use to make my own font?
  • r

    refined-laptop-39041

    08/28/2022, 8:25 PM
    Pixel art font or vector?
  • f

    faint-toothbrush-51643

    08/28/2022, 9:07 PM
    just picked a font and went with it, it's good enough. much more visible with the stroke
  • f

    faint-toothbrush-51643

    08/28/2022, 9:07 PM
    i mean, i know how to use inkscape, just don't know how to make the images into a font
  • a

    alert-island-39060

    08/28/2022, 10:08 PM
    Hi! Does https://github.com/jeremyfa/interpret work with ceramic?
  • a

    alert-island-39060

    08/28/2022, 10:22 PM
    I get
    Copy code
    Cannot watch file at path baddies/BumblebeeBoyYellow.hx with StandardWatcher on this target
    But I tried to change the StandardWatcher to
    Copy code
    ceramic.FileWatcher
    with
    Copy code
    LiveReload.defaultWatcher = new FileWatcher();
    . But I still get this warning.
  • e

    elegant-twilight-61392

    08/28/2022, 10:23 PM
    what target?
  • a

    alert-island-39060

    08/28/2022, 10:23 PM
    javascript
  • a

    alert-island-39060

    08/28/2022, 10:23 PM
    web
  • e

    elegant-twilight-61392

    08/28/2022, 10:23 PM
    yeah that wont work
  • e

    elegant-twilight-61392

    08/28/2022, 10:24 PM
    js running in the browser cannot interact with your filesystem
  • a

    alert-island-39060

    08/28/2022, 10:25 PM
    ah ok, but actually I think I'm using the electron app thing that comes with ceramic.
  • a

    alert-island-39060

    08/28/2022, 10:27 PM
    If you look FileWatcher class it says
    web
    https://github.com/ceramic-engine/ceramic/blob/48fa89c598a02c2cb7600fe209cc8a2d3f6cff14/runtime/src/ceramic/FileWatcher.hx#L15
  • b

    billowy-waiter-28954

    08/28/2022, 10:39 PM
    You need to enable the electron plugin in ceramic.yml
  • a

    alert-island-39060

    08/28/2022, 10:40 PM
    ah ok!
  • a

    alert-island-39060

    08/28/2022, 10:54 PM
    I got it working! Cool ๐Ÿ™‚ ๐Ÿ˜Ž
  • f

    faint-toothbrush-51643

    08/29/2022, 12:27 AM
    Is there a way to make a Text automatically shrink in order to fit within a specified rectangle?
  • f

    faint-toothbrush-51643

    08/29/2022, 1:16 AM
    i'm looking into Text's source but it's a lot
  • f

    faint-toothbrush-51643

    08/29/2022, 1:58 AM
    i figured out some code to do it pretty easily
  • b

    billowy-waiter-28954

    08/29/2022, 7:37 AM
    Yes itโ€™s not something handled by Text because itโ€™s too specific
1...121314...124Latest