简体   繁体   中英

BIOS like UI with C++

Does anyone know how I can make a program with user interface like BIOS has? Like an API or something. I've seen some shops having software using an interface like BIOS has at the shop's computer(s) for checking product availability etc. I'm talking about a UI like this: 在此输入图像描述

it is called NCurses , and is basically a library to create UI interfaces in text virtual terminals

Here is a somewhat decent tutorial about how to use it

EDIT for windows platforms, you need a port library called PDCurses . I Think it relies on mingw but i can't tell for sure since i've haven't used it

You can refer to the NT32 emulator in the open source UEFI implementation, EDK II. It has mature UI components included. You can write your form in VFR format. Check out some screen shot at http://blog.fpmurphy.com/2011/01/edk2-uefi-emulator-on-fedora-14.html .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM