Skip to content

avantgardnerio/rsui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsui

status

Description

A cross platform UI toolkit based on Piston.

Pronounced "are-sue-we".

Principles

  • Simplicity
  • Mutual benefit
  • Baby steps

Goals

  • Cross-platform (Windows, Mac, Linux)
  • Simple looking UI ("old school")
  • Simple to write useful applications in
  • Zero install apps (static linked dependencies)

Anti-goals

  • Rounded corners
  • Drop shadows
  • Non-rectangular widgets
  • CSS-like layout languages
  • Native look and feel
  • Re-creating the browser

Current Screenshot

screenshot

Done

  • Basic Widget interface
  • Nested transforms and clipping
  • Rendering

TODO

  • Invalidation
  • Scroll bars
  • Events
  • Event capturing
  • Focus
  • Copy and paste
  • TextBox
  • Menu
  • FilePicker