https://linen.dev logo
Join Discord
Powered by
# haxe-ui
  • b

    bright-gpu-74537

    05/12/2020, 10:22 AM
    change the font name ofc 🙂
  • f

    fast-rain-20339

    05/12/2020, 10:23 AM
    Good idea, just building for linux right now though
  • b

    bright-gpu-74537

    05/12/2020, 10:23 AM
    it does look different to me though to arial.tff
  • f

    fast-rain-20339

    05/12/2020, 10:25 AM
    Hmmm. Fresh build for linux still returned 'null' and no visible font. I'll try the html5 font test now though 😄
  • b

    bright-gpu-74537

    05/12/2020, 10:25 AM
    hmmm
  • b

    bright-gpu-74537

    05/12/2020, 10:25 AM
    btw, are you using haxeui-kha / haxeui-core from git?
  • f

    fast-rain-20339

    05/12/2020, 10:27 AM
    Oh, no, whoops. I just haxelib installed them
  • f

    fast-rain-20339

    05/12/2020, 10:28 AM
    And roboto_regular
  • b

    bright-gpu-74537

    05/12/2020, 10:28 AM
    OK, they look pretty similar to me... thats why i want to try with a "crazy" font... but that seemed to break kha
  • f

    fast-rain-20339

    05/12/2020, 10:28 AM
    So HTML5 certainly works.
  • b

    bright-gpu-74537

    05/12/2020, 10:29 AM
    ok, so its dont something.... cool
  • b

    bright-gpu-74537

    05/12/2020, 10:29 AM
    defo use the github versions btw
  • f

    fast-rain-20339

    05/12/2020, 10:29 AM
    Alright I'll try and switch over now 🙂
  • b

    bright-gpu-74537

    05/12/2020, 10:29 AM
    i have no idea when i last made a haxeui-kha haxelib release but there has defo been some big changes since then
  • f

    fast-rain-20339

    05/12/2020, 10:32 AM
    Well this is annoying haha
  • b

    bright-gpu-74537

    05/12/2020, 10:33 AM
    you'll need haxeui-core git also
  • f

    fast-rain-20339

    05/12/2020, 10:33 AM
    There seemed to be some dependency message when I was installing
    haxeui-kha
    but haxelib list reports
    Copy code
    haxeui-core: [1.0.25] git
    haxeui-kha: 1.0.5 [git]
  • f

    fast-rain-20339

    05/12/2020, 10:34 AM
    Copy code
    You already have haxeui-kha version git installed.
    Updating haxeui-kha version git ...
    haxeui-kha was updated
    Library haxeui-kha current version is now git
    Installing dependency haxeui-core 1.0.25
    You already have haxeui-core version 1.0.25 installed
    Set haxeui-core to version 1.0.25 [y/n/a] ? y
    Library haxeui-core current version is now 1.0.25
  • f

    fast-rain-20339

    05/12/2020, 10:35 AM
    Kha supports just git cloning repo's into a
    Libraries
    folder, I might try that 🙂
  • b

    bright-gpu-74537

    05/12/2020, 10:36 AM
    so i guess haxelib git haxeui-core again
  • b

    bright-gpu-74537

    05/12/2020, 10:36 AM
    or answer "n" when it tries to set it to 1.0.25
  • f

    fast-rain-20339

    05/12/2020, 10:37 AM
    ooh it's now building...
  • b

    bright-gpu-74537

    05/12/2020, 10:37 AM
    👍
  • b

    bright-gpu-74537

    05/12/2020, 10:38 AM
    dunno if that will fix the font stuff on hxcpp build though... but its defo better to be using latest haxeui-* anyway
  • b

    bright-gpu-74537

    05/12/2020, 10:38 AM
    ill be making releases soon, but i keep breaking things!
  • f

    fast-rain-20339

    05/12/2020, 10:39 AM
    Wow, that is a hell of an error message!
    Copy code
    /usr/bin/ld: graphics2_.o:(.data.rel.ro._ZTVN3kha4kore9graphics413Graphics2_objE[_ZTVN3kha4kore9graphics413Graphics2_objE]+0x130): undefined reference to `kha::graphics4::Graphics2_obj::drawRect(double, double, double, double, hx::Null<double>)'
    collect2: error: ld returned 1 exit status
    make: *** [makefile:8: HaxeUIApp] Error 1
    Build time: 0m 19s
  • f

    fast-rain-20339

    05/12/2020, 10:39 AM
    Yep, no worries, looks like a massive project to maintain 😄
  • f

    fast-rain-20339

    05/12/2020, 10:40 AM
    Mentions
    drawRect
    , could be related to https://github.com/haxeui/haxeui-kha/commit/ea331b5b03ab4124ea135573ef53965a6580a493 ?
  • b

    bright-gpu-74537

    05/12/2020, 10:42 AM
    there are other places that use drawRect though
  • b

    bright-gpu-74537

    05/12/2020, 10:42 AM
    does kha js work?
1...207208209...1687Latest