-
Notifications
You must be signed in to change notification settings - Fork 1
/
zircon_examples.html
31 lines (28 loc) · 1.39 KB
/
zircon_examples.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
layout: default
permalink: /zircon/examples/
category: zircon
subcategory: examples
---
<div class="page content tag-details">
<h1 class="post-title" itemprop="name headline">Zircon Examples</h1>
<p>
Here you will find examples which you can copy and paste to your IDE to see how specific features of Zircon work.
</p>
<p>
They are also part of the project so you can check that out from GitHub and take a look at the code
<a href="https://github.com/Hexworks/zircon/tree/master/zircon.jvm.examples/src/main/java/org/hexworks/zircon/examples">here</a>.
If you are using <em>Kotlin</em>, the examples are
<a href="https://github.com/Hexworks/zircon/tree/master/zircon.jvm.examples/src/main/kotlin/org/hexworks/zircon/examples">here</a>.
</p>
<p>
The <em>recommended</em> option is to use one of the <em>skeleton</em> projects which you can clone from GitHub.
They are designed to get you started with Zircon.
</p>
<p>
The <em>Java</em> skeleton project can be found <a href="https://github.com/Hexworks/zircon.skeleton.java">here</a>.
For <em>Kotlin</em> you can use <a href="https://github.com/Hexworks/zircon.skeleton.kotlin">this</a> skeleton.
</p>
</div>
{% assign entries = site.documents | where: 'collection', 'zircon_examples' | sort: 'date' | reverse %}
{% include entry_list.html entries=entries %}