All Projects → leisim → Awesome Fuchsia

leisim / Awesome Fuchsia

A curated list of awesome Fuchsia OS resources, tools and information.

Projects that are alternatives of or similar to Awesome Fuchsia

Flutter Products Tutorial
A Flutter e-commerce starter kit built using ScopedModel
Stars: ✭ 120 (-9.77%)
Mutual labels:  google
Unsupervised Data Augmentation
Unofficial PyTorch Implementation of Unsupervised Data Augmentation.
Stars: ✭ 127 (-4.51%)
Mutual labels:  google
Dynamictranslator
Instant translation application for windows in .NET 🎪
Stars: ✭ 131 (-1.5%)
Mutual labels:  google
Gsheets Db Api
A Python DB-API and SQLAlchemy dialect to Google Spreasheets
Stars: ✭ 122 (-8.27%)
Mutual labels:  google
Assent
Multi-provider framework in Elixir
Stars: ✭ 126 (-5.26%)
Mutual labels:  google
Jstoxml
JavaScript object to XML converter (useful for RSS, podcasts, GPX, AMP, etc)
Stars: ✭ 127 (-4.51%)
Mutual labels:  google
Esp V2
A service proxy that provides API management capabilities using Google Service Infrastructure.
Stars: ✭ 120 (-9.77%)
Mutual labels:  google
Blackphish
🔱 [ Phishing Made Easy ] 🔱 (In Beta)
Stars: ✭ 133 (+0%)
Mutual labels:  google
Placepicker
Free Android Map Place Picker alternative using Geocoder instead of Google APIs
Stars: ✭ 126 (-5.26%)
Mutual labels:  google
Slide Beacon App
Share links from your Mac using this app to broadcast them as a Physical Web Eddystone URL bluetooth beacon or mDNS.
Stars: ✭ 131 (-1.5%)
Mutual labels:  google
Luapbintf
Binding Protobuf 3 to Lua 5.3
Stars: ✭ 122 (-8.27%)
Mutual labels:  google
Combinefirebase
Combine wrapper on Google's iOS Firebase library.
Stars: ✭ 126 (-5.26%)
Mutual labels:  google
Curatedseotools
Best SEO Tools Stash
Stars: ✭ 128 (-3.76%)
Mutual labels:  google
Turkish Morphology
A two-level morphological analyzer for Turkish.
Stars: ✭ 121 (-9.02%)
Mutual labels:  google
Search Engine Optimization
🔍 A helpful checklist/collection of Search Engine Optimization (SEO) tips and techniques.
Stars: ✭ 1,798 (+1251.88%)
Mutual labels:  google
Macassistant
Google Assistant for macOS!
Stars: ✭ 1,564 (+1075.94%)
Mutual labels:  google
Ng Gapi
ng-gapi a Google api module for Angular 6+
Stars: ✭ 126 (-5.26%)
Mutual labels:  google
Terraform Google Gke Cluster
A Terraform module to create a best-practise Google Kubernetes Engine (GKE) cluster.
Stars: ✭ 133 (+0%)
Mutual labels:  google
Cordova Plugin Googlemaps
Google Maps plugin for Cordova
Stars: ✭ 1,647 (+1138.35%)
Mutual labels:  google
Googlenewsstandanimation Android
Navigation pattern like in Google News Stand app with transitions
Stars: ✭ 130 (-2.26%)
Mutual labels:  google

A curated list of awesome Fuchsia resources, tools and information. If you find anything interesting that belongs on the list, please create a pull request 👍

What is Fuchsia?

Fuchsia is a modular, capability-based operating system. Fuchsia runs on modern 64-bit Intel and ARM processors. It is created by Google and completely open source. Currently it has not been officially announced by Google but it is expected to be revealed at the IO 2019.

Contents

Latest News

Architecture

Zircon (microkernel)

Zircon is the core platform that powers the Fuchsia OS. Zircon is composed of a microkernel as well as a small set of userspace services, drivers, and libraries necessary for the system to boot, talk to hardware, load userspace processes and run them, etc.

Garnet

Garnet is the first Fuchsia layer above the kernel. It contains a variety of low-level things that every OS needs including device drivers (network, graphics, etc) and software installation. The Garnet UI services are called Mozart.

Scenic (graphics engine)

Scenic is a Garnet service that composes graphical objects from multiple processes into a shared scene graph. The objects can cast shadows or reflect light onto each other, even if the originating processes have no knowledge of each other.

  • Introduction - Explains concepts of Scenic including Nodes, Scenes and Compositors
  • Source - Scenic source code

Gfx

Gfx owns the scene graph and is responsible for rendering.

Input

Input is responsible for routing input events to clients, which also involves coordinating gesture recognition across clients

  • Introduction - How RootPresenter and Scenic process visually-related input Source - Input source code

Escher

Escher is a Vulkan-based rendering library used by the Gfx system

Amber (updater)

Amber is an update system with the ambition of updating all components running on a Fuchsia system whether that component is a kernel, a bootloader, a system service, an application, etc.

Peridot

Peridot provides the services needed to create a cohesive, customizable, multi-device user experience assembled from modules, stories, agents, entities, and other components.

Modular

Modular is the application framework for Fuchsia. It manages user experiences by composing UI, data, and users from a diverse set of components into logical and visual containers called Stories.

  • Overview - Basic concepts of Modular
  • Simple Example - Simple Fuchsia program (C++) using the modular framework

Ledger (cloud sync)

Ledger is a distributed storage system for Fuchsia. Each application running on behalf of a particular user has a separate data store managed by Ledger. It is transparently synchronized across devices of its user by cloud providers.
The goal of ledger is that the user does not notice it while it

Topaz

Topaz contains four major categories of software: modules, agents, shells, and runners.
For example, modules include the calendar, email, and terminal modules, shells include the base shell and the user shell, agents include the email and chat content providers, and runners include the Web, Dart, and Flutter runners.

  • Simple App - Very simple Flutter App for Fuchsia
  • Mine Sweeper - Flutter implementation of minesweeper for Fuchsia
  • Source - Topas source code

Development

Build Fuchsia

You can build and run Fuchsia yourself.

SDK

The Fuchsia Core SDK contains a small set of libraries and tools required to start building and running programs that target Fuchsia

Flutter

Flutter allows you to build beautiful native apps on iOS, Android and Fuchsiafrom a single codebase.

FIDL

The Fuchsia Interface Definition Language is the language used to describe interprocess communication (IPC) protocols used by programs running on the Fuchsia Operating System.

Fuchsia Packages

A Fuchsia package is one or more collections of files that provide one or more programs, components or services for a Fuchsia system.

Emulators

  • Qemu - A generic machine emulator and virtualizer that works with Fuchsia
  • Fuchsia Web Demo - Fuchsia Demo running in your browser
  • Armadillo APK - An APK of the (outdated) Armadillo UI

Community

  • r/Fuchsia - Fuchsia subreddit with news and information about Fuchsia
  • Fuchsia OS 中文社区 - Fuchsia China Telegram Group with news and information about Fuchsia

License

CC0

To the extent possible under law, Simon Leier has waived all copyright and related or neighboring rights to this work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].