An open API service indexing awesome lists of open source software.

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: 4 months ago
JSON representation

Implementing CSS linear gradients in Compose for Desktop, so we can say hello like an LLM would

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):

![The Gemini greeting animation](https://blog.sebastiano.dev/content/images/2024/05/Screen-Recording-2024-05-30-at-12.19.09.gif)

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.
```