Skip to content
View GersonFeDutra's full-sized avatar
Block or Report

Block or report GersonFeDutra

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GersonFeDutra/README.md

Hello World!

𝓖𝓪𝓶𝓮 𝓓𝓮𝓿 𝓲𝓼 𝓶𝔂 𝓹𝓪𝓼𝓼𝓲𝓸𝓷

  • Favorite languages: Python & C
  • Favorite topics: Software Engineering
  • Researching about:
    • GitFlow: Trunk-based vs. Branch-based
  • Currently learning:
    • Linear Algebra
    • Algorithms Design
    • C++ & Game Development
  • Interests:
    • Computer Graphics & Shaders
    • Game/ Graphics/ Software Design
    • Procedural Generation & AI
  • I 💙 Godot
    • Enthusiast since 2016~

Tools



Top Languages

#include <iostream>
int main(void)
{
#if defined(__unix__) || defined(__linux__)
    std::cout << "\033[32m" "Hello World!" "\033[m\n";
#else
    std::cout << "Hello World!" << std::endl;
#endif
}

Popular repositories

  1. Skyliners Skyliners Public

    Adaptation of an Algorithms and Data Structures' course project, made in Godot, with C.

    C 3

  2. godot-sort-visualizations godot-sort-visualizations Public

    A simple sort visualization toy in Godot (currently only with insertion-sort and quick-sort).

    GDScript 3

  3. gd_start gd_start Public

    Repositório dedicado ao conteúdo do projeto demonstrativo "Introdução ao desenvolvimento de jogos numa ferramenta especializada" apresentado na Universidade Federal do Cariri.

    GDScript 3

  4. godot-screen-recorder godot-screen-recorder Public archive

    A Godot addon that adds a custom node to records a video from a `Viewport`, by using FFmpeg. (alpha)

    GDScript 2

  5. dio-remote-repo dio-remote-repo Public

    2

  6. GodotTutorials GodotTutorials Public

    Some exercises from Godot's documentation. https://docs.godotengine.org/en/stable/index.html

    GDScript 1