engine
flutter-webrtc
engine | flutter-webrtc | |
---|---|---|
53 | 8 | |
7,532 | 4,242 | |
- | 1.0% | |
10.0 | 8.8 | |
28 days ago | 13 days ago | |
C++ | Java | |
BSD 3-clause "New" or "Revised" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
engine
-
Skia Canvas: Browser-Less Implementation of the HTML Canvas Drawing API for Node
Impeller - Flutter’s rendering library that replaces Skia on iOS and Android - is working on a C API: https://github.com/flutter/engine/blob/main/impeller/toolkit...
-
We're forking Flutter. This is why
https://github.com/flutter/engine/graphs/contributors
- Flutter GPU
-
Show HN: 3D rendering toolkit for Flutter and/or Dart
We are aware that these priorities might change in the future. There have been sanity checks to ensure that the Impeller API can be ported to WASM and also that Impeller shaders can be compiled to WGSL for eventual WebGPU support.
https://github.com/flutter/engine/blob/main/impeller/docs/fa...
-
Ten Years of “Go: The Good, the Bad, and the Meh
https://github.com/flutter/engine/blob/main/impeller/docs/fa...
Impeller is the Skia replacement and is in full c++ that supports all platform.
It will be great if Go team can work with them(both are in Google) and make Impeller a render engine for Go.
With this no more bloated electron.js and no more Java/Swing or Qt, what a dream for the day.
-
The performance of the impeller engine
Likely it's https://github.com/flutter/engine/pull/41168 that fixed it, which got cherry picked into that commit.
-
Flutter embedded
Depends on what you want to do. The best documentation for writing the code where the engine should run in is in this header file.
-
Is Impeller now enabled by default on iOS?
Performance on large-screen and also high-refresh rate iPads was definitely a blind spot during the preview. We've done a ton of work to plug that gap since the preview though. Framebuffer fetch for advanced blends, improvement to blur performance, and using half-precision in performance critical shaders are just some of the improvements driven by these findings.
-
Ubuntu is now using Flutter for its installer
Yes. We use ATK for accessibility. FlAccessibleNode is where SemanticsNode and friends are exposed as ATK objects.
- Make textures thread-safe on linux
flutter-webrtc
-
Flutter Screen Recorder Desktop
I only had a brief glance, but I believe that this is your best shot at the moment. Kudos to Weiwei Duan ( https://github.com/cloudwebrtc ) for his hard work. He contributed this code, which I found when looking at his filed issue: https://github.com/flutter-webrtc/flutter-webrtc/issues/799
-
AirDash - New, free and open source flutter app for sending files to any device
To be honest I don't know exactly how it works. I use the flutter-webrtc library for the data transfer. Should note that u/imdeadinsidelol managed to do cross platform local networks in the Arc app. I would love to understand how he accomplished that!
-
How to make a FTP video call in flutter
You’re looking for webRTC, FTP is just File Transfer Protocol. You are going to have to setup a TURN server for your webRTC app if this is going further then your LAN and a learning project. You could also look at websockets(central server), VoIP. https://github.com/flutter-webrtc/flutter-webrtc https://webrtc.org/
-
How to get audio volume (as stream) from WebRTC's MediaStream in Flutter?
I found this thread in flutter-webrtc repo, but it led to no concrete solution.
- Which library should be used for video/ audio group call
-
What are the limitation of Flutter 2 Desktop ?
You could checkout https://github.com/flutter-webrtc/flutter-webrtc as alternative
-
WebRTC - the right choice?
Andriod/iOS/Web/Windows/macOS/Linux: https://github.com/flutter-webrtc/flutter-webrtc
-
Show HN: Minimal WebRTC conferencing using flutter(Android, iOS and Native)
Hey HN,
I work on https://github.com/pion/webrtc and have been meaning to try out flutter. Using https://github.com/flutter-webrtc/flutter-webrtc I was able to pull something together that works on Android, iOS and native. Best of all is that I wrote/prototyped in the web. My hope is that between this and Pion we can make WebRTC may more accessible.
If you are familiar with WebRTC these are some of the features that excited me.
* Trickle ICE
* Re-negotiation
* Multiple inbound/outbound tracks per PeerConnection
* No codec restriction per call. You can have H264 and VP8 in the same conference.
What are some alternatives?
awesome-tauri - 🚀 Awesome Tauri Apps, Plugins and Resources
pjproject - PJSIP project
blurhash - A very compact representation of a placeholder for an image.
react-native-callkeep - iOS CallKit framework and Android ConnectionService for React Native
website - Flutter documentation web site
meshenger-android - P2P Voice/Video phone App for local networks.