Renato Cruzjustcode.com.br·Nov 9, 2024Aprenda a instalar a Godot engine no Linux em minutosA Godot Engine é uma ferramenta poderosa e de código aberto para o desenvolvimento de jogos 2D e 3D. Se você está procurando criar seus próprios jogos no Linux, este guia vai te mostrar como instalar a Godot em diferentes distribuições. O Que é a God...DiscussGodotGodot Engine
Renato Cruzjustcode.com.br·Nov 8, 2024Godot Engine: A Revolução no desenvolvimento de jogosO mercado de desenvolvimento de jogos está em constante evolução, e novas ferramentas surgem regularmente para atender às demandas dos desenvolvedores. Entre essas ferramentas, a Godot engine se destaca como uma solução poderosa e de código aberto, p...DiscussGodotGodot
Godot Communitygodot.hashnode.dev·Oct 10, 2024Online Visual Novel in Godot: Case Study on Sentou GakuenWhen you talk about visual novel games, you'd normally think of a static story-driven experience, often with branching paths and multiple endings. You may have hundreds of routes but ultimately designed for solo play. It is why some people consider t...Discuss·2 likesGame Development
Zacryonfancytree.hashnode.dev·Jul 1, 2024Light, Shadow, Sprinting and TAAGitHub repository and specific commit corresponding to this blog post:https://github.com/Zacrain/a-fancy-tree commit hash: da31658. If you've followed my blog so far, you know that the world around the fancy tree was still a bit boring and ugly. Fur...DiscussGodot Engine
Zacryonfancytree.hashnode.dev·Jun 30, 2024Implementing First-Person-View Movement in Godot using C++GitHub repository and specific commit corresponding to this blog post:https://github.com/Zacrain/a-fancy-tree commit hash: f1b6bd8. One important feature in my endeavour to create a fancy tree walking-simulator-like game experience is to be able to ...Discuss·36 readsfirst person view
Zacryonfancytree.hashnode.dev·Jun 24, 2024First (not so) fancy tree in a Godot sceneAfter making a really fancy donut in Blender, it's now time to put those newly learned beginner modeling skills to use and create a first tree object. I was aiming for something very simple and minimalistic, as my first priority was to learn and test...DiscussC++
Zacryonfancytree.hashnode.dev·Jun 24, 2024Upgrade C++ API to Godot 4.2Update on Hot-Reloading First of all: Hot-reloading is finally here! Yay! 🥳 With Godot 4.2 came that awesome feature which should speed things up if you want to use C++ as your main development language for your Godot project. For those who don't kn...DiscussGodot
Sahaj Guptaitsahaj.hashnode.dev·Mar 12, 2024Setting up player (Bird)In this read I am setting up player character for my Angry bird type game in godot. This is a part of Angry bird made in Godot 4 series. For Player I have made a new Node of type RigidBody2D and added Sprite2D with texture as "player" from assets fol...DiscussGodot 4
Caleb Doisevortexbasis.com·Dec 20, 2023Godot: Control Mouse With GamepadI've made a quick example showing how to control the mouse with a gamepad in Godot. The left stick controls the mouse and a configurable button can trigger a mouse click. The right stick will scroll a user control if there is a ScrollContainer under ...Discuss·408 readsGodot Engine
Caleb Doisevortexbasis.com·Dec 16, 2023Godot Post-Processing Kuwahara FilterThe Kuwahara filter is a well-known filter for adding a bit of stylized painterly effects to your renders. The latest version of Blender even includes a Kuwahara filter in its compositor. I'll leave more detailed descriptions of the Kuwahara filter t...Discuss·291 readsGodot ShadersGodot