element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Create GUI for RPi
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 20 replies
  • Subscribers 666 subscribers
  • Views 4252 views
  • Users 0 members are here
  • raspberry
  • gui
  • raspberry pi3
  • raspberry_pi
Related

Create GUI for RPi

gihu
gihu over 9 years ago

Hi all,

 

I need to create GUI for the raspberry pi3 and I do not know where to start.

What I prefere is to use something like visual basic or visual studio.

I need advice of how to do it, I have seen that it exists Lazarus that can run natively on RPi, but it is supposed to work on Pi1.

Would you mind suggesting me which possibilities I have? Of Course, cross-compile can be an option, but I prefer no to make a complicated setup by now, so cross-compiling It would be nice if it is under Win10 (the OS running on my laptop)

 

Regards,

Miguel

  • Sign in to reply
  • Cancel
  • clem57
    clem57 over 9 years ago

    Try Qt with Python. I believe balearicdynamics is very good in the area and can give you a leg up.

    Clem

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • mconners
    mconners over 9 years ago

    You may want to take a look at mono, I'm not sure how much of the UI stuff has been ported, but that would allow you to develop in visual studio and run on the pi. You may have to build again on the pi, but it's easy.

     

    Home | Mono

     

     

    Mike

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • mconners
    mconners over 9 years ago in reply to mconners

    I just checked, I was able to compile a .cs file on the pi, and run it on my x86 ubuntu box without recompiling, so if it is a .net program, you may not even need to recompile.

     

    Mike

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • rsc
    rsc over 9 years ago

    You can run Windows 10 for IOT on the Pi and compile your programs on your laptop using Visual Studio.

    https://www.raspberrypi.org/blog/windows-10-for-iot/

    There is also a LabView interface for the Pi now called LINX

    https://www.labviewmakerhub.com/doku.php?id=blog:users:makerhub:2016-04-07-linx-3

    You can also use TKinter with Python

    Scott

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • mconners
    mconners over 9 years ago in reply to mconners

    Just for fun, I copied that same .exe to a win 10 box and ran it without recompiling also

     

    Mike

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • gihu
    gihu over 9 years ago in reply to rsc

    In the win10iot way, I have just found this:

    Raspberry PI 2 and Windows 10... SPI, ADC and GUI Display

    form Robert Peter Oakes

     

    I will wait to know more options, but I think I will try this one.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • balearicdynamics
    balearicdynamics over 9 years ago

    Hello Gihu,

     

    The choice of Qt (that in my opinion is a good choice, obviously), is an alternative. There are also other options almost good and well supported by the Raspberry PI like Kivi (also good for the touch 7inches LCD for the PI). But IMHO what you should for sure forget is Visual Basic and Visual Studio family.

     

    Enrico

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • gihu
    gihu over 9 years ago in reply to balearicdynamics

    Hello Enrico,

     

    Thanks for your suggestions, writed down avoiding forget VB and Visual Studio.

    In the end this afternoon I installed mono as mconners suggest. Tomorrow I will 'play'a little bit with it. 

     

    Thank you very much,

    Miguel

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • gihu
    gihu over 9 years ago in reply to balearicdynamics

    Hi,

     

    Other question Enrico, Qt can also work like mono, running natively in the RPi, nota cross-compiling on a host linux-machine, right?

     

    Regards,

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 9 years ago

    Hi,

    I would suggest to use Qt4 Designer suite with PyQt library in python as most of the members suggested. earlier I have also wondered a lot for GUI development but Qt4 Designer it became simpler.......you can use use this easily in any linux distros or x86 based OS....it works very well.....with this you go from normal GUI app development to a complex one as well...........

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube