# Other Resources

This page lists various useful sources of information for using or tinkering with Icosa Gallery and Open Brush and about the community around them both.

If you’re mainly interested in getting into the actual Open Brush codebase then you probably want to look at the [Developer Notes](/developer-notes.md) as well.

There’s some really useful info in the last [***TIlt Brush release notes***](/user-guide/tilt-brush-release-notes.md) that isn’t included here.

### Discussions and Questions

* Join our [Discord](https://discord.gg/NQv6QPus)
* Threads and forum posts from Discord are mirrored here: [Open Brush on AnswerOverflow](https://www.answeroverflow.com/c/783806589991780412)
* We are mods on the [Tiltbrush subreddit](https://old.reddit.com/r/TiltBrush/new/) It's pretty quiet but we check in occasionally.
* Same for [Open Brush Discussions on Steam](https://steamcommunity.com/app/1634870/discussions/)
* Social media:
  * <https://twitter.com/openbrushapp>
  * <https://www.threads.net/@openbrushapp>
  * <https://www.instagram.com/openbrushapp/>

## Developer Resources:

* [Developer Notes](/developer-notes.md)
* [Open Brush Feature Tracking](https://docs.google.com/spreadsheets/d/1MNqrgnUdM-g5qbW_-rWgnLqqK2WJSSb51y4NTq-ooh0/edit?usp=sharing) (known forks and features)

## Other Resources

* A good explanation for non technical people about “Open Source and Tilt Brush”: [Shameless Mayhem - Teaching Tilt Brush: Going Open Source](https://www.youtube.com/watch?v=LNFl_G1OXIw)
* Unity Downloads:
  * [Download Unity - Personal Use](https://store.unity.com/download?ref=personal)
  * [Download Unity - Business Use](https://store.unity.com/#plans-business)
* Our Discord Bots: [Time Zone Conversion](https://top.gg/bot/471091072546766849) Bot
* [Open Tilt Brush Documentation](https://docs.google.com/spreadsheets/d/1exi7irQ35e8A9LZ6-ujVpLCF_vwBRclM1-iHBYenwBs/edit#gid=0) (big list of tutorials, tweets, videos, ideas etc)
* [Open Brush Trello](https://trello.com/b/jItetqYe/open-brush)
* [@andybak's personal open brush trello](https://trello.com/b/KYdM1ffh/open-brush-experimental-features)

## Community Creations:

Custom brushes, new features and multiplayer interaction social posts.

| Date Posted | Name              | Platform          | Link                                                                                                                                                                                                                                               | Subject                             |
| ----------- | ----------------- | ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| 1-28-2021   | PunktVR           | Twitter           | <https://twitter.com/punktvr/status/1354842220361297920>                                                                                                                                                                                           | Dandelion Brush                     |
| 1-28-2021   | PunktVR           | Twitter           | <https://twitter.com/punktvr/status/1354900422503362561>                                                                                                                                                                                           | Lacey Leaf Brush                    |
| 1-29-2021   | Open Brush        | Youtube           | <https://www.youtube.com/watch?v=Y_9-cof7js4&feature=emb_logo>                                                                                                                                                                                     | Experimental Brushes display        |
| 1-28-2021   | Andybak / Cabbibo | Twitter / itch.io | <p><a href="https://twitter.com/andybak/status/1354865232871632896"><https://twitter.com/andybak/status/1354865232871632896></a></p><p>Using <a href="https://cabbibo.itch.io/fantasy-crystals"><https://cabbibo.itch.io/fantasy-crystals></a></p> | Crystal shaders                     |
| 1-29-2021   | M2                | Twitter           | <https://twitter.com/msub2official/status/1355069506230636548>                                                                                                                                                                                     | WebXR version called - Silk Brush   |
| 1-29-2021   | PatrickHackett    | Twitter           | <https://twitter.com/phacktweets/status/1355206906441129992>                                                                                                                                                                                       | Youtube Brush                       |
| 2-1-2021    | SabbyLife         | Youtube           | <p><a href="https://www.youtube.com/watch?v=fMRLZS5cMRc"><https://www.youtube.com/watch?v=fMRLZS5cMRc></a><br><a href="https://youtu.be/xgv88VY6-1s"><https://youtu.be/xgv88VY6-1s></a></p>                                                        | Hearts, Jelly Brush, & Seed Brushes |

A big list of random stuff here: <https://docs.google.com/spreadsheets/d/1exi7irQ35e8A9LZ6-ujVpLCF_vwBRclM1-iHBYenwBs/edit#gid=0>

## Usage & Policy Guidelines

\_Open Brush..\_In progress

[Public Assets Folder](https://drive.google.com/drive/folders/1txOhQpdyrLLI0KVch0b-fFVnQgSZlw6e)

*Google - Tilt Brush*

[Tilt Brush Brand - Open Source Code](https://github.com/googlevr/tilt-brush/blob/master/BRAND_GUIDELINES.md) Guidelines

[Tilt Brush Open Source Code](https://github.com/googlevr/tilt-brush)

[Tilt Brush Brand Guidelines](https://support.google.com/tiltbrush/answer/7203483?hl=en\&ref_topic=7074683) under [(EULA License)](https://store.steampowered.com/eula/327140_eula_0)

[Tilt Brush Media Kit](https://drive.google.com/drive/folders/0B-FOlsWp-DWJV2JrVnJOSlpIQlk)

[Apache 2.0 License](https://github.com/icosa-foundation/open-brush/blob/master/LICENSE)

## Contribute by Supporting Us or Getting Involved

Make a donation

<https://opencollective.com/icosa>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openbrush.app/resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
