Version | 1.0.0 |
Zip size | 3,309 KiB |
License | GPLv3 |
Updated | 24/03/2025 |
Downloads | 939 |
MD5 | 04e6bf31118b535b331e83448edab8d0 |
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.
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.