Jump to content

Ultra App Kit Released


Admin

25,530 views

 Share

Built to power a new generation of game development tools, Ultra App Kit provides an easy-to-use C++ programming SDK for creating desktop GUI applications.

Unlike other alternatives like Dear ImGui, the Ultra App Kit GUI renders in retained mode rather than immediate mode, and is specifically designed for desktop GUI applications. This makes applications snappy and responsive when resizing or refreshing a window.

DPI scaling is baked into the design for resolution-independent graphics on any screen.

The GUI can be combined with an embedded OpenGL viewport, or combined with a 3D game engine to make custom editors and game development tools.

Check out the video tutorials and read the documentation to learn more.

Ultra App Kit can be purchased in our store.

large.Image1.png.cfc8d7a496c075713337f4e8c2248e02.png

API Design

  • C++ shared pointers everywhere
  • Extensible widgets system
  • Extensive documentation with examples for each command

UI Features

  • Resolution independent for any DPI scale
  • Load SVG vector images
  • Set widget icons
  • Change mouse cursor
  • Custom color schemes stored in JSON files

Supported Widgets

  • Label
  • Button (push, checkbox, radio, and toggle styles)
  • ProgressBar
  • TextField
  • TextArea
  • ComboBox
  • ListBox
  • Slider (scrollbar, trackbar, and stepper styles)
  • Draggable multi-select TreeView
  • Create your own custom widgets

Additional Features

  • File I/O
  • File system watcher
  • Memory allocation and management
  • Image loading, saving, processing
  • Package system for loading files from compressed / encrypted archives
  • Plugin system
  • Thread management
  • String manipulation (split, search, conversion, etc.)
  • Message boxes and file / folder requester
  • Like 5
 Share

13 Comments


Recommended Comments

I plan to release a pure programming SDK first, and then the visual editor. The GUI system in Ultra App Kit is what I am going to use to make the new editor.

  • Like 1
Link to comment

I got it vía kikstarter, I received a beta 4 months ago. It shows on steam (today) but is on "coming soon state", I have received steam and leadwerks key, but I don't have any download link. How do I access the official 1.0 release?

Thank's

Link to comment

@AndreyVK_D3DIt's definitely possible, I just chose OpenGL because I can put an example up without requiring 1000 lines of code. But any Vulkan example out there will work if you just replace the HWND with the handle from the UAK window. Same goes for DirectX.

Link to comment
23 minutes ago, george68 said:

Hi,

What is the difference between the Ultra App Kit and the Ultra App Kit Subscription?

Nothing except the subscription will always get the latest updates and the other will get paid updates in longer intervals. Both will get bug fix updates.

Link to comment

Thank you Josh,

It seems very promising. Since you are going to develop a new visual editor with this GUI, I am wondering in which types of app this one can be useful in general.

For example, it would be nice for me to be able to develop a small database application for my job.

 

Link to comment
Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...