Coder Social home page Coder Social logo

Are there any good suggestions about using compose to generate UI through drag and drop and output the code to the local? about compose-multiplatform HOT 5 CLOSED

longqingzhao avatar longqingzhao commented on May 28, 2024
Are there any good suggestions about using compose to generate UI through drag and drop and output the code to the local?

from compose-multiplatform.

Comments (5)

eymar avatar eymar commented on May 28, 2024

What do you mean by UI generation?

Compose Multiplatform requires writing some code in Kotlin in order to create and display some UI elements/views.

Perhaps these links can help you:

https://github.com/davidleiti/ComposeGenerator
https://jetpackx.io/

from compose-multiplatform.

PMARZV avatar PMARZV commented on May 28, 2024

is it possible to create a tree of nested composables using compose itself? (ui editor that adds composables to screen and shows them using real composables) or would it be too complicated and it would be better to draw them in a canvas?

from compose-multiplatform.

longqingzhao avatar longqingzhao commented on May 28, 2024

I think I need these function
1:drag and drop element.
2:generate ui In the designated place what the element was draged and droped
3:generate code which ui was generated
4:the code writed in XXX.kt

from compose-multiplatform.

longqingzhao avatar longqingzhao commented on May 28, 2024

like:https://github.com/alibaba/lowcode-engine.git
but this is difficute for people who are not programmers.
I want to create a project to use easily with compose.

from compose-multiplatform.

eymar avatar eymar commented on May 28, 2024

I think it's possible to implement Compose code generator, but Compose Multiplatform doesn't have this feature itself and it won't have it.

Perhaps, Large Language Models might be helpful here. I can imagine that such a model would take an image of your UI, it would describe it first in plain text, and then it will try to generate the Compose code.

from compose-multiplatform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.