Skip to content

Duckers/fuselibs-public

 
 

Repository files navigation

Fuselibs

TeamCity license: MIT Slack

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps.

How do I build and test?

Windows

  • build.bat runs stuff (which downloads uno if needed), and builds all packages.
  • test.bat runs all tests.

macOS

  • build.sh runs stuff (which downloads uno if needed), and builds all packages.
  • test.sh runs all tests.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Reporting issues

Please report issues here.

What's this "Stuff" thing?

Stuff is the tool that downloads and extracts uno (which is required to build fuselibs), as well as some other useful utilities. The Stuff directory contains stuff.exe, a few .stuff-files and a few .packages-files. stuff.exe is a tool that reads the .stuff-files, and download and extract them into the source tree. The dependencies specified in the .package-files installed lazily by uno doctor when needed. This is all automated in build.bat and build.sh.

After stuff.exe has done it's job, you can find:

Component Path
Prebuilt uno wrapper (Windows) Stuff/uno.exe
Prebuilt uno wrapper (macOS) Stuff/uno
Prebuilt core packages Stuff/lib
Development tools Stuff/Devtools

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 50.3%
  • Uno 43.3%
  • JavaScript 2.7%
  • C++ 1.9%
  • Java 0.6%
  • Objective-C 0.5%
  • Other 0.7%