Plutonium Example by XorTroll - Homebrew App Store (switch)
Back

App Store IconHomebrew App Store (switch)

Plutonium Example
by XorTroll

Plutonium Example icon
    Version1.0.0
    Zip size3,309 KiB
    LicenseGPLv3
    Updated24/03/2025
    Downloads939
    MD504e6bf31118b535b331e83448edab8d0

App Details

This is a development example app for Plutonium, a library to facilitate creating official-looking homebrew apps and easily creating interfaces. See https://github.com/XorTroll/CustomUI for usage information and source code.

Plutonium uses software-accelerated SDL2 rendering.
Plutonium's performance is based on WPF's system. The user doesn't directly interact with the rendering, as it's done via a main rendering system and different objects to render.
Same way WPF does, you can create an UI by making a custom Application class inheriting from pu::Application class, or simply creating a variable and adding elements to it.
The main function to initialize the application is Show().
Check the examples for a basic usage of the libraries. In case you want to see a really powerful app which really shows what Plutonium is capable of, take a look at Goldleaf.
Check the documentation for a more detailed explanation of the library's usage.

Changelog

1.0.0 release.

Check the source code at https://github.com/XorTroll/Plutonium/tree/master/example for a basic usage of the libraries.

In case you want to see a really powerful app which really shows what Plutonium is capable of, take a look at Goldleaf, uLaunch or many other homebrew apps made using this libraries.