UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. FloVanUB
    F
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 18
    • Groups 0

    FloVanUB

    @FloVanUB

    23
    Reputation
    204
    Profile views
    18
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    FloVanUB Unfollow Follow

    Best posts made by FloVanUB

    • Asteroid OS Client

      Hi,

      is someone interested in a Asteroid OS https://asteroidos.org/ client for ubuntu touch? I play with the thought to develop one. Hope I find the time to start with it ;-).

      posted in App Development
      F
      FloVanUB
    • RE: Want To Develop UT And Need A Device

      Hey @UBportsNews,

      I'm maintainer of OrbTk https://gitlab.redox-os.org/redox-os/orbtk it's an (G)UI Toolkit written in Rust. It is a personal matter to port it to Ubuntu Touch. At the moment I have one device (OPO) for Android and Ubuntu Touch. Unfortunately have switch back and forth between UT and Android. It would be much more comfortable if I had a single device only for UT. If you think it is worth more to give a device to one how want to contribute direct to UT it's fine and I'll definitely keep going with the port.

      posted in News
      F
      FloVanUB
    • Porting Rust UI Toolkit OrbTk to Ubuntu Touch

      Hello together,

      I'm the maintainer of OrbTk a cross platform UI-Toolkit written in plain Rust. I've interested in porting it to Ubuntu Touch. What would be necessary in order to accomplish it? I've seen there is already a clickable template for Rust with Qml. We working on a render abstraction layer and support now two render libraries Cairo and a custom renderer also written in Rust. Could be Cairo easily port to Ubuntu Touch? Otherwise we could also implement a SDL2 renderer for example.

      We would also provide a Suru theme for OrbTk then 😉.

      Regards

      posted in App Development
      F
      FloVanUB
    • RE: Porting Rust UI Toolkit OrbTk to Ubuntu Touch

      Unfortunately not on UT now. It's gonna take some time. The priority of the last weeks was the API. Next steps would be Web support, new widgets, refactoring and more examples.

      As soon as there's something to announce, I'll let you know.

      posted in App Development
      F
      FloVanUB
    • RE: Asteroid OS Client

      I‘ll start with a Ubuntu touch client for Asteroid OS in the next weeks. I‘ve wrote with FlorentRevest the Initiator and developer of Asteroid OS. He provides a repository with a platform independent C++ Qt library for writing Asteroid clients https://github.com/AsteroidOS/libasteroid. There is also an cli example. Currently he is working on a sailfish os client https://github.com/AsteroidOS/starfish. He is paying attention to be compatible as much as possible with Ubuntu touch. I’ll create a fork of the sailfish client. I should be able to use 90 % of this code. The major part would be the rewrite of the qml code for Ubuntu touch.

      posted in App Development
      F
      FloVanUB
    • OrbTk - The Rust UI-Toolkit status update

      Re: Porting Rust UI Toolkit OrbTk to Ubuntu Touch

      I've published a post about OrbTk on reddit. It contains also a small update about the platform support for Ubuntu Touch https://www.reddit.com/r/rust/comments/dd4z4l/introducing_orbtk_the_rust_uitoolkit_03/

      posted in App Development
      F
      FloVanUB
    • RE: OrbTk - The Rust UI-Toolkit status update

      Not now. First I have to add Ubuntu touch support to the cargo-node tool. But you could test to build an OrbTk example as WebAssambly app and wrap it in a Ubuntu Touch web app.

      posted in App Development
      F
      FloVanUB
    • RE: Porting Rust UI Toolkit OrbTk to Ubuntu Touch

      @advocatux no problem 😉. Thank you for the hint.

      posted in App Development
      F
      FloVanUB
    • RE: OrbTk - The Rust UI-Toolkit status update

      At first I will start to port the minifb https://github.com/emoon/rust_minifb crate to Ubuntu Touch. It think so more projects could be profit and ported to Ubuntu Touch. We use minifb it as main window library. The first port will wrap QWindow.

      posted in App Development
      F
      FloVanUB

    Latest posts made by FloVanUB

    • RE: OrbTk - The Rust UI-Toolkit status update

      At first I will start to port the minifb https://github.com/emoon/rust_minifb crate to Ubuntu Touch. It think so more projects could be profit and ported to Ubuntu Touch. We use minifb it as main window library. The first port will wrap QWindow.

      posted in App Development
      F
      FloVanUB
    • RE: Help with SDL2

      What I alternative want to check is to draw in the frame buffer of a QWindow.

      posted in App Development
      F
      FloVanUB
    • RE: Help with SDL2

      @lduboeuf Thank you.

      posted in App Development
      F
      FloVanUB
    • RE: Help with SDL2

      @stefwe apparently not. I could not find it.

      posted in App Development
      F
      FloVanUB
    • RE: Help with SDL2

      @AppLee yes I use clickable and I tried also the dependencies field. After that it build without errors. But if I start the app it could not find the library.

      posted in App Development
      F
      FloVanUB
    • Help with SDL2

      Hi,

      does someone have an running SDL2 example. I try to port OrbTk to UT using SDL2. Everything build fine but if I try to start my example on the phone the libSDL2-2.0 is not found.

      posted in App Development
      F
      FloVanUB
    • RE: OrbTk - The Rust UI-Toolkit status update

      Hello again 🙂

      First step: create an issue for Ubuntu Touch support: https://github.com/redox-os/orbtk/issues/100. I also start evaluating some libraries that could be used to implement that port.

      posted in App Development
      F
      FloVanUB
    • RE: Want To Develop UT And Need A Device

      Hey @UBportsNews,

      I'm maintainer of OrbTk https://gitlab.redox-os.org/redox-os/orbtk it's an (G)UI Toolkit written in Rust. It is a personal matter to port it to Ubuntu Touch. At the moment I have one device (OPO) for Android and Ubuntu Touch. Unfortunately have switch back and forth between UT and Android. It would be much more comfortable if I had a single device only for UT. If you think it is worth more to give a device to one how want to contribute direct to UT it's fine and I'll definitely keep going with the port.

      posted in News
      F
      FloVanUB
    • RE: OrbTk - The Rust UI-Toolkit status update

      Not now. First I have to add Ubuntu touch support to the cargo-node tool. But you could test to build an OrbTk example as WebAssambly app and wrap it in a Ubuntu Touch web app.

      posted in App Development
      F
      FloVanUB
    • OrbTk - The Rust UI-Toolkit status update

      Re: Porting Rust UI Toolkit OrbTk to Ubuntu Touch

      I've published a post about OrbTk on reddit. It contains also a small update about the platform support for Ubuntu Touch https://www.reddit.com/r/rust/comments/dd4z4l/introducing_orbtk_the_rust_uitoolkit_03/

      posted in App Development
      F
      FloVanUB