https://github.com/rock3r/hello-bard
Implementing CSS linear gradients in Compose for Desktop, so we can say hello like an LLM would
https://github.com/rock3r/hello-bard
bard compose-desktop css gemini gradient sample
Last synced: about 1 year ago
JSON representation
Implementing CSS linear gradients in Compose for Desktop, so we can say hello like an LLM would
- Host: GitHub
- URL: https://github.com/rock3r/hello-bard
- Owner: rock3r
- License: apache-2.0
- Created: 2024-06-03T09:49:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T13:21:10.000Z (about 2 years ago)
- Last Synced: 2025-06-08T22:11:36.518Z (about 1 year ago)
- Topics: bard, compose-desktop, css, gemini, gradient, sample
- Language: Kotlin
- Homepage:
- Size: 74.2 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello, Bard!
This project shows how to implement a CSS-like linear gradient painting and filling in
Compose for Desktop, and how to animate it. This can be used to emulate the greeting
animation seen on the [Gemini webpage](https://gemini.google.com):

More information will be made available soon.
## License
This sample code is licensed under the Apache 2.0 license:
```
Copyright 2024 Sebastiano Poggi
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```