Ecosyste.ms: Awesome

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

https://github.com/arcadia-unity/Arcadia

Clojure in Unity
https://github.com/arcadia-unity/Arcadia

clojure game-development unity

Last synced: about 1 month ago
JSON representation

Clojure in Unity

Lists

README

        

Arcadia
=======

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/arcadia-unity/Arcadia?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

The integration of the Clojure Programming Language with the Unity 3D game engine.

Status
------
Arcadia is beta quality software, and we encourage you to follow our [Getting Started instructions](https://github.com/arcadia-unity/Arcadia/wiki/Getting-Started) to try it out!

Community
---------
- [Homepage](https://arcadia-unity.github.io/)
- [Gittr/IRC](https://gitter.im/arcadia-unity/Arcadia)
- [Twitter](https://twitter.com/arcadiaunity)

Usage
-----
Arcadia is documented in our [GitHub wiki](https://github.com/arcadia-unity/Arcadia/wiki). The community on the [Gitter](https://gitter.im/arcadia-unity/Arcadia) is also very helpful and a great place to ask questions.

Contributing
------------
If you're thinking of submitting code to Arcadia – thanks! We're excited to have your help. First, all contributors must read and agree to our [contributor license agreement](./CONTRIBUTOR-LICENSE-AGREEMENT.md). It is based on [GitHub's CLA](https://cla.github.com/) and ensures that the code you submit remains useable by Arcadia and its community without issue. It confirms that

1. Anyone can use your contributions anywhere, for free, forever.
2. Your contributions do not infringe on anyone else's rights.
3. You retain ownership of your contribution.

Once you have read and agree to it, submit a [Pull Request](https://github.com/arcadia-unity/Arcadia/pull/new) adding your name and GitHub id to [CONTRIBUTORS.md](./CONTRIBUTORS.md) with the following commit message:

I have read and agree to the terms of the Arcadia Contributor License Agreement.

You only need to do this once. After that, we can review and merge any contributions you send us!

Name
----
This project was [introduced](https://www.youtube.com/watch?v=tJr_TD1BtF0) at Strange Loop 2014 as "clojure-unity". The name "Arcadia" was suggested to us soon after by [@ztellman](https://github.com/ztellman), and we are eternally grateful.

Legal
-----
Copyright © 2014-2019 Tims Gardner, Ramsey Nasser, and [contributors](./CONTRIBUTORS.md).

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project 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.