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

    clever-oil-61353

    05/20/2020, 7:30 PM
    This is openfl/chartjs related, after reading it thought it may be helpful to you. A user was asking a question bout the rendering of charts and within openfl.
  • c

    clever-oil-61353

    05/20/2020, 7:30 PM
    https://community.openfl.org/t/chartjs-and-openfl-how-to-create-a-new-canvas-that-renders-between-displayobjects/7276
  • f

    fierce-businessperson-65128

    05/20/2020, 7:32 PM
    thanks man. that's a lot of stuff i have to check 🙂
  • c

    clever-oil-61353

    05/20/2020, 7:32 PM
    as an example of my use of haxeui and lime, which, is tying me to openfl in a way.....
  • c

    clever-oil-61353

    05/20/2020, 7:33 PM
    the graphics engine backend has no effect on the rendering of my haxeui use
  • f

    fierce-businessperson-65128

    05/20/2020, 7:33 PM
    i mean openfl lives on top of lime. but yea that's what i meant with backend. because if you check this picture it seems to need some backend:

    https://raw.githubusercontent.com/haxeui/haxeui-core/master/system.jpgâ–¾

  • a

    ambitious-knife-25690

    05/20/2020, 7:34 PM
    yeah, if you want targets and performance kha/lime are gonna win
  • a

    ambitious-knife-25690

    05/20/2020, 7:34 PM
    if you want an easier api
  • a

    ambitious-knife-25690

    05/20/2020, 7:34 PM
    openfl might be the right choice
  • a

    ambitious-knife-25690

    05/20/2020, 7:34 PM
    if you want a game kha/heaps/hf all come forward
  • f

    fierce-businessperson-65128

    05/20/2020, 7:35 PM
    yea as i said i will check both i guess. i mean openfl alone i already used before
  • f

    fierce-businessperson-65128

    05/20/2020, 7:35 PM
    no game this time 🙂
  • c

    clever-oil-61353

    05/20/2020, 7:37 PM
    kha/lime..... i didn't go with kha or openfl simply because a small engine i found caught my eye, so i ended up with lime/mme..... but before that, yeah, lime/kha probably would have won me.
  • c

    clever-oil-61353

    05/20/2020, 7:38 PM
    i have to agree with Billy on that. the little mme engine was perfect for my needs though.
  • c

    clever-oil-61353

    05/20/2020, 7:40 PM
    lime seems to have some sensor capabilites that i recently noticed i want to check out. for accelorometers as an example.... Billy, you know anything about that?
  • a

    ambitious-knife-25690

    05/20/2020, 7:43 PM
    I do not
  • a

    ambitious-knife-25690

    05/20/2020, 7:43 PM
    I generally lean towards kha when doing media related things :>
  • a

    ambitious-knife-25690

    05/20/2020, 7:44 PM
    or haxe reactnative
  • c

    clever-oil-61353

    05/20/2020, 7:46 PM
    Ah ok. As I was messing Heaps i slowly came to realize it wasn't going to easily handle what I was tying to do, the limitation to fbx models and being converted to inhouse format so speak was my barrier. Kha i noticed would have been the better choice.
  • c

    clever-oil-61353

    05/20/2020, 7:46 PM
    messing with Heaps.... my typing is horrible today
  • c

    clever-oil-61353

    05/20/2020, 7:49 PM
    I may still need to look at Kha for some things tho soon.
  • b

    bright-gpu-74537

    05/21/2020, 8:28 AM
    So i think the "best" backend for a cross platform desktop application is probably either haxeui-html5 in electron or haxeui-hxwidgets (which uses wxWidgets). Neither of these have a render loop (like kha and openfl - and in fact, most of the composite backends do). The kaizen app is using openfl and, iirc, they did something to stop it rendering "all the time", but i cant remember exactly what that was now. The reason they went with openfl (and haxeui-openfl) is because they had an existing as3 / flex code base, so want to utilise as much of it as they could. If you wanted to use external js libs, then yeah, your going to need to use haxeui-html5 (with or without electron) or, guess you could use another backend and have an iframe, or an embedded web page and show graphs there, but that sounds like it would be full of issues with comms between the two. On an unrealted side note: im not going to be around much. My puppy has deterioted rapidly (so rapidly) and we are likely going to put him down tomorrow, so want to spend as much time as i can with him. (just an fyi)
  • c

    clever-oil-61353

    05/21/2020, 8:32 AM
    alright Ian, take your time buddy.
  • f

    fierce-businessperson-65128

    05/21/2020, 11:50 AM
    Thanks for the explanation @User . Sorry about your puppy!
  • f

    fierce-businessperson-65128

    05/21/2020, 11:52 AM
    This is more or less as I expected. Good to know though. However the electron target is not what I want. Also I am not really keen on using some extern js libraries. So from all I know now I will start with the openfl backend because I already know a bit of openfl and maybe also try it with kha backend. And then decide if I can live with the update loop or if I also can work around it if necessary.
  • f

    fierce-businessperson-65128

    05/21/2020, 12:06 PM
    Oh and I will check the wxwidgets backend
  • f

    fierce-businessperson-65128

    05/21/2020, 12:08 PM
    Ah but that can only target desktops..hm tough choices here 🙂
  • f

    fierce-businessperson-65128

    05/21/2020, 4:41 PM
    How would I apply a certain text size for all elements inside of a menubar or menu in xml? I tried style="font-size: 24px;" but this didn't do anything
  • f

    fierce-businessperson-65128

    05/21/2020, 4:42 PM
    e.g. from this example: https://github.com/haxeui/component-examples/blob/master/menus/assets/main.xml I want to generally increase text size of the menu
  • b

    bright-gpu-74537

    05/21/2020, 5:16 PM
    http://haxeui.org/builder/?vfhsgw
1...223224225...1687Latest