https://linen.dev logo
Join Discord
Powered by
# haxe-ui
  • wasm = web assembly
    a

    ambitious-knife-25690

    04/12/2023, 12:07 PM
    wasm = web assembly
  • waitwaitwait, you mean to say you can compile haxeui to rust???
    c

    curved-tiger-81069

    04/12/2023, 12:07 PM
    waitwaitwait, you mean to say you can compile haxeui to rust???
  • is it a haxe export target or just a haxe-ui target
    c

    curved-tiger-81069

    04/12/2023, 12:08 PM
    is it a haxe export target or just a haxe-ui target
  • like i don’t know what haxe-ui uses for compiling
    c

    curved-tiger-81069

    04/12/2023, 12:08 PM
    like i don’t know what haxe-ui uses for compiling
  • it uses many things, but the rust workflow is unique to Jhyn
    a

    ambitious-knife-25690

    04/12/2023, 12:09 PM
    it uses many things, but the rust workflow is unique to Jhyn
  • ah
    c

    curved-tiger-81069

    04/12/2023, 12:09 PM
    ah
  • so i’m guessing haxeui has its own command for compiling similar to how lime does?
    c

    curved-tiger-81069

    04/12/2023, 12:09 PM
    so i’m guessing haxeui has its own command for compiling similar to how lime does?
  • it doesn't really
    a

    ambitious-knife-25690

    04/12/2023, 12:09 PM
    it doesn't really
  • oh
    c

    curved-tiger-81069

    04/12/2023, 12:10 PM
    oh
  • just plug in the libs and you're good to go
    a

    ambitious-knife-25690

    04/12/2023, 12:10 PM
    just plug in the libs and you're good to go
  • i’m stupid i’m gonna go check the haxeui thingy
    c

    curved-tiger-81069

    04/12/2023, 12:10 PM
    i’m stupid i’m gonna go check the haxeui thingy
  • assuming there's a backend for it for your framework
    a

    ambitious-knife-25690

    04/12/2023, 12:10 PM
    assuming there's a backend for it for your framework
  • ohhhh
    c

    curved-tiger-81069

    04/12/2023, 12:10 PM
    ohhhh
  • but i wouldn't be too concerned with that
    a

    ambitious-knife-25690

    04/12/2023, 12:13 PM
    but i wouldn't be too concerned with that
  • haxeui has a backend for everything and your cat
    a

    ambitious-knife-25690

    04/12/2023, 12:13 PM
    haxeui has a backend for everything and your cat
  • true
    c

    curved-tiger-81069

    04/12/2023, 12:13 PM
    true
  • plus i mostly use opengl
    c

    curved-tiger-81069

    04/12/2023, 12:13 PM
    plus i mostly use opengl
  • guh i hate autocorrect
    c

    curved-tiger-81069

    04/12/2023, 12:14 PM
    guh i hate autocorrect
  • Really late reply, but I can confirm it's no longer crashing on HL when closing windows with property grids on them. Thanks very much, Ian
    r

    refined-greece-48002

    04/12/2023, 3:07 PM
    Really late reply, but I can confirm it's no longer crashing on HL when closing windows with property grids on them. Thanks very much, Ian
  • yeah
    t

    tall-teacher-57409

    04/12/2023, 6:01 PM
    yeah
  • you can compile haxeui and rust to compatible targets and get them to talk to each other
    c

    clever-yak-82528

    04/12/2023, 7:15 PM
    you can compile haxeui and rust to compatible targets and get them to talk to each other
  • e.g. the example i posted above uses haxeui compiled to javascript (the haxeui html5 target) and rust compiled to wasm
    c

    clever-yak-82528

    04/12/2023, 7:16 PM
    e.g. the example i posted above uses haxeui compiled to javascript (the haxeui html5 target) and rust compiled to wasm
  • haxe's javascript target has bindings for javascript's webassembly interface
    c

    clever-yak-82528

    04/12/2023, 7:16 PM
    haxe's javascript target has bindings for javascript's webassembly interface
  • looks like it's to js target tho
    a

    ambitious-knife-25690

    04/12/2023, 7:30 PM
    looks like it's to js target tho
  • for that project i mean
    c

    curved-tiger-81069

    04/13/2023, 12:53 AM
    for that project i mean
  • yes
    c

    clever-yak-82528

    04/13/2023, 12:54 AM
    yes
  • rust code is compiled to wasm using rust's wasm target
    c

    clever-yak-82528

    04/13/2023, 1:09 AM
    rust code is compiled to wasm using rust's wasm target
  • the wasm binary is added as a resource in my hxml
    c

    clever-yak-82528

    04/13/2023, 1:09 AM
    the wasm binary is added as a resource in my hxml
  • then, i use the webassembly interface in haxe to load the binary from the resource and instantiate it
    c

    clever-yak-82528

    04/13/2023, 1:10 AM
    then, i use the webassembly interface in haxe to load the binary from the resource and instantiate it
  • <@126172290667773952> - was you who had issues with having to restart language server when css files changed ( <@377983382854041600> mebbe?)
    b

    bright-gpu-74537

    04/13/2023, 10:56 AM
    @brave-kangaroo-30399 - was you who had issues with having to restart language server when css files changed ( @purple-businessperson-14467 mebbe?)
1...163316341635...1687Latest