c++ - What library or graphics engine would be suitable for a full-screen professional retail tool? -
i find myself in unique position of having find suitable 2d graphics engine (or 3d easy-to-use support 2d interfaces) creation of simple, full-screen retail sales tool business. have been considering use of sdl library after briefly reviewing features. seems easy grasp, , have used before long long ago, before begin project felt need consult greater community make sure making right (read: easiest) decision. 1 concern have aptitude of sdl lack of native support guis.
this major concern since project hinges on ability implement sleek radial menus , other custom widgetry (this word) ensure easy of use. software running on kiosk in store , serve sleek way browse stock, stock available online, , place orders. headed right way using sdl or there better engine, or perhaps language, more perfect fit? speaking of, know c++, python , perl engine or library native 1 of languages perfect. chose sdl because of hardware independence , c++ nativity. consider use of java system application running on restricted corporate , cannot have jre installed. easy rectify if java best bet kind of application. in advance , please feel free add personal experiences , opinions as possible.
instead of sdl, go qt. more feature rich , can same (and more) in sdl.
this answer explains how create full-screen windows, partially answers question.
another part of answer question : can create opengl widget, in can 2d/3d graphics, same way in sdl window. example this
Comments
Post a Comment