Hacker Newsnew | past | comments | ask | show | jobs | submit | zorro_young's commentslogin

This solution just for source code, not for binary. Developer need rebuild code once they do some change, that would mean your code is valuable for him. I reminder people remove shell/batch files if do not want to share


Any idea for improvement? Thanks


Yes, we have. You can build & run GuiLiteSamples\HostMonitor\BuildWinCmd\WinCmd.sln

You will find the UI be displayed in your browser.


For Linux: It render the framebuffer directly -- you can check the code GuiLiteSamples/HelloParticle/BuildLinux/main.cpp

For MCU: It call LCD driver for rendering pixel -- you can check the code GuiLiteSamples/HelloParticle/BuildSTM32F103/main.c

For Qt, MFC, iOS, Mac: It build UI as a memory bitmap, and map it on picture Widget of Qt/MFC/iOS/MacCocoa


Yes, GuiLite could embeded in Qt, MFC... And you also could run without them, even without OS.


The demo has a Chinese name: 天女散花(means: fairy scatter blossoms)


Thanks


That's really great, thanks!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: