All Projects → GDQuest → Godot Power Pitch

GDQuest / Godot Power Pitch

Licence: mit
International pitch for the Godot Game Engine, made in Godot, available in 15+ languages

Projects that are alternatives of or similar to Godot Power Pitch

Luascript
Lua language support for Godot Engine
Stars: ✭ 240 (-31.03%)
Mutual labels:  game-development, game-engine, godot, godot-engine
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (-64.94%)
Mutual labels:  game-development, game-engine, godot, godot-engine
Godot Ink
Ink integration for Godot Engine.
Stars: ✭ 129 (-62.93%)
Mutual labels:  game-development, godot, godot-engine
Godot Kickstarter 2019
Create your Own Games with Godot, the Free Game Engine: sources from the January Kickstarter project from GDQuest
Stars: ✭ 194 (-44.25%)
Mutual labels:  game-development, godot, godot-engine
Backslide
💦 CLI tool for making HTML presentations with Remark.js using Markdown
Stars: ✭ 679 (+95.11%)
Mutual labels:  slides, presentation, slideshow
Godot
Godot Engine – Multi-platform 2D and 3D game engine
Stars: ✭ 44,556 (+12703.45%)
Mutual labels:  game-development, game-engine, godot
Godot tutorials
Code and examples for KidsCanCode Godot Tutorials.
Stars: ✭ 119 (-65.8%)
Mutual labels:  game-development, game-engine, godot
Awesome Godot
A curated list of free/libre plugins, scripts and add-ons for Godot
Stars: ✭ 3,092 (+788.51%)
Mutual labels:  game-development, godot, godot-engine
Space rocks
Asteroids-like game made with Godot Engine 3.0.
Stars: ✭ 20 (-94.25%)
Mutual labels:  game-development, godot, godot-engine
Libreoffice Impress Templates
Freely-licensed LibreOffice Impress templates
Stars: ✭ 238 (-31.61%)
Mutual labels:  slides, presentation, slideshow
Patat
Terminal-based presentations using Pandoc
Stars: ✭ 1,725 (+395.69%)
Mutual labels:  slides, presentation, slideshow
Big
presentations for busy messy hackers
Stars: ✭ 3,208 (+821.84%)
Mutual labels:  slides, presentation, slideshow
Godot3 procgen demos
Exploring Procedural Generation algorithms in Godot
Stars: ✭ 85 (-75.57%)
Mutual labels:  game-development, godot, godot-engine
Qurobullet
A powerful 2D projectile system module for Godot!
Stars: ✭ 78 (-77.59%)
Mutual labels:  game-development, godot, godot-engine
Mdframework
A multiplayer C# game framework for Godot 3.2 Mono.
Stars: ✭ 34 (-90.23%)
Mutual labels:  game-development, godot, godot-engine
s6
S6 Blank - Slideshow templates using HTML 5, CSS 3 'n' JavaScript 2017+ w/ Bespoke.js-compatible "microkernel"
Stars: ✭ 91 (-73.85%)
Mutual labels:  slideshow, presentation, slides
Godot Steering Ai Framework
A complete framework for Godot to create beautiful and complex AI motion. Works both in 2D and in 3D.
Stars: ✭ 482 (+38.51%)
Mutual labels:  game-development, godot, godot-engine
Godot Open Rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
Stars: ✭ 855 (+145.69%)
Mutual labels:  game-development, godot, godot-engine
Nodeppt
This is probably the best web presentation tool so far!
Stars: ✭ 9,589 (+2655.46%)
Mutual labels:  slides, presentation, slideshow
markdown-slides
Using markdown, write simple but beautiful presentations with math, animations and media.
Stars: ✭ 64 (-81.61%)
Mutual labels:  slideshow, presentation, slides

Godot Power Pitch

Godot Power Pitch is a Free and Open-Source presentation of the Godot game engine running in the game engine. As it's a Godot game, you can:

  • Run games inside your slides
  • Translate your presentations into many languages with only a spreadsheet editor
  • Animate anything with the animation editor or tweens, add particles and sounds
  • Or even be creative and display the slides inside of a game!

It'll save you hours of work if you want to introduce Godot at meetups and other gamedev events. And you can customize it to better suit your needs!

Power Pitch was made also a slideshow system made in Godot, that now became its own project: Godot presentations.

Videos and articles

  1. Discover Godot: the Free 2D and 3D game engine (Power Pitch)
  2. How to Use Translations and Contribute New Languages
  3. Godot slides 2.0: open source presentation tool in Godot (Project overview)

You can also find a video recording of the original 40 minutes Intro to Godot 3 (Thanks to Gabriel Marais for the English translation).

Controls

You can change the slide with a swipe of your finger on a touchscreen, or by hovering and clicking on the arrows on the edges of the screen. You can also navigate the slides with left and right mouse clicks: LMB and RMB.

On a keyboard, press n and p to jump to the next and the previous slide respectively. You may also use , and ., the < and > keys on QWERTY keyboards. You can use the angle brackets to avoid colliding with the demos' input actions inside your slides. To toggle fullscreen, press f.

Help us translate the slides!

The Power Pitch currently ships with these languages in version 2.0:

  • English
  • French
  • Japanese
  • Spanish
  • Portuguese (BR)
  • German
  • Indonesian
  • Italian
  • Chinese
  • Korean
  • Ukrainian
  • Slovak
  • Polish

Let's translate it in as many languages as possible! This way people can pitch Godot all around the world, in local game creator meetups.

How to contribute translations

First, open the translations file located at godot-3-presentation/content/power-pitch/PowerPitch.csv with your preferred text or spreadsheets editor.

Then, you will see various language codes in the first row. Add to the next available column your language code according to this list.

In the followings rows, add your translation for each text, in the column you used to add your language. Remember to respect the BBCode!

After that, open up the project in Godot. A *.translation file with your language code will be generated at godot-3-presentation/content/power-pitch. We will add this file to translations by going into Project > Project Settings > Localization and clicking the Add button.

Finally, open the godot-3-presentation/presentation/Presentation.gd file. In the first lines, you will see an exported enumeration with different language codes. Add yours (the same that you added before).

export(String, 'en', 'ja', 'fr', 'es', 'pt_BR', 'de', 'it') var LANGUAGE_MAIN = 'en'
export(String, 'en', 'ja', 'fr', 'es', 'pt_BR', 'de', 'it') var LANGUAGE_SECOND = 'ja'

Then you can set up your language in the godot-3-presentation/presentation/Presentation.tscn scene and run the presentation with your language. Thank you for your translation!

Licenses

The code is under the MIT license terms. The pictures and video files are under CC-By 4.0 (see below for the full credits).

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].