Skip to content

lainsce/vimana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

164 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vimana

Get rational about GUI.

Requirements

  • C compiler (cc) with C11 support
  • Meson
  • Ninja
  • SDL3
  • Yis compiler [for extras folder apps]

Example (macOS/Homebrew):

brew install meson ninja sdl3

Build Vimana

Build the Vimana shared library in its own build directory:

meson setup vimana/build vimana
meson compile -C vimana/build

If your Yis program uses Vimana, include:

bring vimana

Install Vimana library and headers:

meson install -C vimana/build

About

A GUI Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors