Plutonium framework API 1.0.0
Easy-to-use, SDL2-based UI framework for Nintendo Switch homebrew
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 123456]
  Plutonium
  include
  pu
  audio
 audio_Audio.hppMain audio header
 audio_Music.hppMusic (BGM) support
 audio_Sfx.hppSfx (sound effects) support
  sdl2
 sdl2_CustomTtf.h
 sdl2_Types.hppMain SDL2 types header
  ttf
 ttf_Font.hppFont rendering support, high-level wrapper for SDL2_ttf
  ui
  elm
 elm_Button.hppRepresents a simple button that can be clicked and interacted with
 elm_Element.hppBase class for all UI elements in Plutonium, providing basic functionality for all of them
 elm_Image.hppContains an element for image rendering
 elm_Menu.hppContains classes for creating UI menus
 elm_ProgressBar.hppContains an element for creating UI progress bars
 elm_Rectangle.hppContains an element for rendering rectangles
 elm_TextBlock.hppContains an element for text rendering
 elm_Toggle.hppContains an element for toggling between two states
  extras
 extras_Toast.hppToast class to show simple messages on the screen
  render
 render_Renderer.hppMain rendering header
 render_SDL2.hppContains useful wrappers for rendering with SDL2
 ui_Application.hppContains pu::ui::Application class
 ui_Container.hppContains pu::ui::Container class
 ui_Dialog.hppDialog class header
 ui_Layout.hppLayout class header
 ui_Overlay.hppOverlay class header
 ui_Types.hppMain UI types header
 pu_Include.hppBasic Plutonium include header