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

    ambitious-knife-25690

    03/18/2023, 2:02 AM
    then you may have
  • a

    ambitious-knife-25690

    03/18/2023, 2:02 AM
    addComponent
  • a

    ambitious-knife-25690

    03/18/2023, 2:03 AM
    which core would then call so it can add a component to the scene/display tree/whateve the backend needs to do to render to screen
  • a

    ambitious-knife-25690

    03/18/2023, 2:03 AM
    but you wouldn't need to worry about the backend yourself really
  • b

    billowy-train-84579

    03/18/2023, 2:03 AM
    Hmm alright
  • a

    ambitious-knife-25690

    03/18/2023, 2:04 AM
    no backend has "unique components"
  • a

    ambitious-knife-25690

    03/18/2023, 2:04 AM
    components are all in
    core
  • a

    ambitious-knife-25690

    03/18/2023, 2:04 AM
    any components that "arent implemented" just haven't had the instructions made on the backend
  • b

    billowy-train-84579

    03/18/2023, 2:05 AM
    Like, if a particular backend has a ui element that you want to use, but it is not available in other backends Can that ui element still be used?
  • a

    ambitious-knife-25690

    03/18/2023, 2:05 AM
    that particular issue doesn't occur
  • a

    ambitious-knife-25690

    03/18/2023, 2:05 AM
    no backend defines specific components
  • a

    ambitious-knife-25690

    03/18/2023, 2:06 AM
    backend just does things for core
  • a

    ambitious-knife-25690

    03/18/2023, 2:07 AM
    core says "draw this" backend says "okay, this is how we do it"
  • b

    billowy-train-84579

    03/18/2023, 2:07 AM
    Like the ui framework itself that a particular backend uses
  • a

    ambitious-knife-25690

    03/18/2023, 2:07 AM
    backend doesn't know what it is drawing
  • a

    ambitious-knife-25690

    03/18/2023, 2:08 AM
    hmm, not sure how else to say this 😄
  • a

    ambitious-knife-25690

    03/18/2023, 2:08 AM
    there is no specific ui framework to a particular backend
  • a

    ambitious-knife-25690

    03/18/2023, 2:09 AM
    all components that any backend uses are all in haxeui-core
  • a

    ambitious-knife-25690

    03/18/2023, 2:09 AM
    no backend has specific components
  • a

    ambitious-knife-25690

    03/18/2023, 2:10 AM
    so you can make a pure haxeui app in openfl, decide you want to switch to heaps and as long as you yourself have no heaps specific code
  • b

    billowy-train-84579

    03/18/2023, 2:10 AM
    Like, if Flixel has a specific ui element i want to use in haxeui, how can i do so?
  • a

    ambitious-knife-25690

    03/18/2023, 2:10 AM
    you can just switch with pure haxeui code
  • a

    ambitious-knife-25690

    03/18/2023, 2:10 AM
    broo are you reading my replies? 😄
  • b

    billowy-train-84579

    03/18/2023, 2:10 AM
    I am
  • a

    ambitious-knife-25690

    03/18/2023, 2:11 AM
    there is no flixel specific ui element
  • a

    ambitious-knife-25690

    03/18/2023, 2:11 AM
    such a thing doesn't exist
  • b

    billowy-train-84579

    03/18/2023, 2:11 AM
    Oh
  • a

    ambitious-knife-25690

    03/18/2023, 2:11 AM
  • a

    ambitious-knife-25690

    03/18/2023, 2:11 AM
    so you see this page right
  • a

    ambitious-knife-25690

    03/18/2023, 2:12 AM
    all of these components, and the code are available on all backends
1...160316041605...1687Latest