Skip to content

Commit

Permalink
Add JetBrains GameDev Days 2024 video on the docs' index (#720)
Browse files Browse the repository at this point in the history
add video presentation from GameDev Days 2024
  • Loading branch information
gabryon99 authored Oct 24, 2024
1 parent 117b671 commit ac2a1bd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 68 deletions.
66 changes: 0 additions & 66 deletions .README/jetbrains.svg

This file was deleted.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ and the [setup](https://godot-kotl.in/en/stable/contribution/setup/) sections.
JetBrains is helping us to develop this project by providing development tools to maintainers.
Intellij IDEA is our IDE of choice for Kotlin development and we strongly recommend using it.

[![jblogo](.README/jetbrains.svg)](https://www.jetbrains.com/)
<a href="https://jetbrains.com">
<img width="256" alt="JetBrains logo" src="https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.png" />
</a>

## Special thanks

Expand Down
13 changes: 12 additions & 1 deletion docs/src/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,20 @@ This project is in Beta. While you can fully use the binding, please note that t

## Project templates and demos

This is a minimal list to start off with a new Godot Kotlin/JVM project:

- [Minimal project template](https://github.com/utopia-rise/godot-kotlin-project-template)
- [GDQuest 3D demo converted to Kotlin](https://github.com/utopia-rise/godot-kotlin-3d-demo)

### Quick overview

For a quick overview on the bindings, watch our presentation "*Godot Game Development Leveraging Kotlin by Pierre-Thomas Meisels, Tristan Grespinet, and Cedric Hippmann*", live-streamed during the JetBrains GameDev Days 2024.

<iframe width="560" height="315" src="https://www.youtube.com/embed/Td7JbrGGa8o?si=lsmxnOJZmIiqpVk5" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

!!! info
Please note that the project is currently under active development. As a result, some code shown in the video may not be functioning, as it may have changed since the video was recorded.

### What's not working

The items in this list are explicitly mentioned here as these will be implemented in future versions.
Expand Down Expand Up @@ -78,4 +89,4 @@ Contrary to the official binaries, there are two builds of the editor per Platfo

## Developer discussion

Please feel free to ask questions and collaborate on our [Discord](https://discord.gg/zpb5Ru7v9x) server.
Please feel free to ask questions and collaborate on our [Discord](https://discord.gg/zpb5Ru7v9x) server.

0 comments on commit ac2a1bd

Please sign in to comment.