compose-samples
filament
Our great sponsors
- Appwrite - The Open Source Firebase alternative introduces iOS support
- InfluxDB - Access the most powerful time series database as a service
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- SonarLint - Clean code begins in your IDE with SonarLint
compose-samples | filament | |
---|---|---|
97 | 24 | |
15,941 | 15,794 | |
2.7% | 0.8% | |
8.5 | 8.8 | |
8 days ago | 7 days ago | |
Kotlin | C++ | |
Apache License 2.0 | Apache License 2.0 |
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.
compose-samples
-
Customizable calendar for Jetpack Compose with option to add app specific dates etc.
check this out : https://github.com/android/compose-samples/tree/main/Crane
-
Let's create notification reminder app in Jetpack Compose.
Basic understanding of Jetpack Compose.
-
Architecture Help
The compose-samples repo has a comprehensive list of samples ranging from low to complex projects which might be worth a look.
- Compose UI or layouts?
-
Leveraging Rust and the GPU to render user interfaces at 120 FPS
And what was learned from Flutter has produced something I consider even more interesting: Compose UI (https://developer.android.com/jetpack/compose) and JetBrains' Compose Multiplatform (https://www.jetbrains.com/lp/compose-mpp/)
- New app: xml or compose?
-
Clean Architecture VS. Official documentation!
Now, same story, in the current documentation the list is replaced by a single UserMessage without any explanation of the previous example. It just says "For a more advanced use case, displaying a list of user messages on screen, check out the Jetsnack Compose example." .
-
Dart 3 will be on pair with Kotlin and other top languages (you can see more features in the proposal)
As for the strange infix syntax, you're correct - it's not important (for Dart anyway). Kotlin supports writing code that have DSL like syntax making things like typesafe HTML or Jetpack Compose possible.
-
Jetpack Compose; A Modern UI ToolKit
Sample apps
This is what Jetpack Compose according to the Android Developers team;
filament
-
Appleseed – open-source, physically-based global illumination rendering engine
Anyone know much about how this compares to Filament by Google?
-
Searching for Reliable Cross-Platform Rendering Framework (C/C++)
Have you tried Filament? https://google.github.io/filament/
-
Why aren't there constantly more shading languages popping up all the time like other languages?
There are a handful of other examples out there of high-level shading languages - Cg (long deprecated), whatever Filament Material system uses (example), and various GLSL preprocessors (example).
-
How can I display 3D models now that SceneForm is deprecated?
Filament is an option: https://github.com/google/filament
-
I love making games with Javascript and the HTML5 canvas. Can I do something similar in c++?
filament
-
GLTF\PBR Shader - Open Source?
Google Filament is the first thing that comes to mind for me, not sure if that's appropriate for what you're looking for though.
- How do I read and work with advanced code?
-
Flutter vs Kotlin Multiplatform Mobile (not a holywar)
- 3D graphics, i used filament in KMM and it was outstanding, didn't find bindings or similar pub
-
Looking for Kotlin graphics programming projects that individuals or communities are actively working on.
Google Filament is a C++ engine with Kotlin bindings for Android. Very high quality code on both sides https://github.com/google/filament
-
Recommendations for building a game engine
You can make a game engine in Java/Kotlin. But, that doesn't mean you should. For professional work, your choices are pretty much C, C++ and Rust. https://stride3d.net/ is a good counter-example to my claim. But, the far more common method is a high-level language interface over a C++ implementation. https://github.com/google/filament is an awesome example of a Kotlin interface over a C++ implementation. Unity is C# over C++.
What are some alternatives?
MPAndroidChart - A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
THREE.js-PathTracing-Renderer - Real-time PathTracing with global illumination and progressive rendering, all on top of the Three.js WebGL framework. Click here for Live Demo: https://erichlof.github.io/THREE.js-PathTracing-Renderer/Geometry_Showcase.html
android-3D-model-viewer - Android OpenGL 2.0 application to view 3D models. Published on Play Store
The-Forge - The Forge Cross-Platform Rendering Framework PC Windows, Linux, Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2
Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond
OpenSceneGraph - OpenSceneGraph git repository
rust-skia - Safe Skia Bindings for Rust
MVICore - MVI framework with events, time-travel, and more
android-mvvm-dagger-rxjava-retrofit - A sample project which demostrate use of MVVM and Dagger 2 with RxJava2 along with Retrofit
FlaxEngine - Flax Engine – multi-platform 3D game engine
Stride Game Engine - Stride Game Engine (formerly Xenko)
bevy - A refreshingly simple data-driven game engine built in Rust