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

    elegant-twilight-61392

    09/28/2022, 3:48 PM
    https://github.com/haxeui/haxeui-core/tree/master/cli/templates/openfl-shared
  • h

    happy-agent-4114

    09/28/2022, 3:48 PM
    I feel like there should be a project.xml included with the templates when you use haxeui-core create
  • e

    elegant-twilight-61392

    09/28/2022, 3:49 PM
    is
    application.xml
    supposed to work?
  • a

    ambitious-knife-25690

    09/28/2022, 3:49 PM
    rename
    application
    to
    project
    lol
  • a

    ambitious-knife-25690

    09/28/2022, 3:49 PM
    after the project is created, lime extension or something might be looking for project
  • b

    bright-gpu-74537

    09/28/2022, 3:52 PM
    i think this is to stop a conflict with the haxeui-flixel create template
  • b

    bright-gpu-74537

    09/28/2022, 3:53 PM
    i use this btw... 😄
  • b

    bright-gpu-74537

    09/28/2022, 3:53 PM
    cheating probably, but seems to work
  • b

    best-agent-85158

    09/28/2022, 3:53 PM
    is there any other image data type in haxeui other than
    Image
    ?
  • h

    happy-agent-4114

    09/28/2022, 3:55 PM
    it is officially not the project.xml's fault
  • h

    happy-agent-4114

    09/28/2022, 3:55 PM
    exact same error on kha
  • a

    ambitious-knife-25690

    09/28/2022, 3:56 PM
    what does your project structure look like?
  • h

    happy-agent-4114

    09/28/2022, 3:56 PM
    again, template of haxeui-kha
  • a

    ambitious-knife-25690

    09/28/2022, 3:57 PM
    @bright-gpu-74537 are you using kha to generate the project directory?
  • b

    bright-gpu-74537

    09/28/2022, 3:57 PM
    ImageData
    but its type varies based on backend
  • h

    happy-agent-4114

    09/28/2022, 3:58 PM
    actually kha build fails
  • a

    ambitious-knife-25690

    09/28/2022, 3:58 PM
    afaik kha uses
    source
  • a

    ambitious-knife-25690

    09/28/2022, 3:58 PM
    or
    Sources
    iirc
  • b

    best-agent-85158

    09/28/2022, 3:58 PM
    but does it have consistent API across frameworks?
  • b

    best-agent-85158

    09/28/2022, 3:58 PM
    if so thats HUGE
  • b

    bright-gpu-74537

    09/28/2022, 3:58 PM
    nope, it has no api, its a typedef
  • b

    best-agent-85158

    09/28/2022, 3:58 PM
    ah, so users dont typically mess with it
  • b

    bright-gpu-74537

    09/28/2022, 3:58 PM
    nope
  • b

    best-agent-85158

    09/28/2022, 3:59 PM
    nice!
  • h

    happy-agent-4114

    09/28/2022, 3:59 PM
    I'm gonna come back to this later lmao
  • b

    bright-gpu-74537

    09/28/2022, 3:59 PM
    i think the src there is the source of the project, not kha though, isnt it?
  • a

    ambitious-knife-25690

    09/28/2022, 3:59 PM
    change your khafile.js to
    Copy code
    hx
    project.addAssets('Assets/**');
    project.addShaders('Shaders/**');
    project.addSources('Sources');
  • b

    best-agent-85158

    09/28/2022, 4:00 PM
    i want to be able to convert from a haxeui image to a matrix, and if thats possible, it means vision (my cv lib) is technically completely cross framework
  • a

    ambitious-knife-25690

    09/28/2022, 4:00 PM
    this is a standard kha project directory
  • a

    ambitious-knife-25690

    09/28/2022, 4:00 PM
    i'm just not sure if haxeui generates those directories or not
1...128612871288...1687Latest