An open API service indexing awesome lists of open source software.

https://github.com/viniciusgerevini/gamedev-resources

A index of all my relevant game dev projects and examples
https://github.com/viniciusgerevini/gamedev-resources

Last synced: 2 months ago
JSON representation

A index of all my relevant game dev projects and examples

Awesome Lists containing this project

README

        

# This is Vini's Gamedev Resources

Hello there! This is an index with the relevant projects, plugins and examples I've implemented. Mostly Godot stuff.

If you have any questions, ideas, suggestions or game dev topics to chat, feel free to open and contribute to [discussions](https://github.com/viniciusgerevini/gamedev-resources/discussions) in this repository.

## Content
- [Godot Plugins](#godot-plugins)
- [Projects](#projects)
- [Game AI](#game-ai)
- [Tutorials and Learning](#tutorials-and-learning)
- [Misc](#misc)
- [Contact](#where-to-find-me)

## Godot Plugins
- [Aseprite Wizard](https://github.com/viniciusgerevini/godot-aseprite-wizard) - Aseprite animation, tileset and texture helpers and importers
- [Clyde Dialogue](https://github.com/viniciusgerevini/godot-clyde-dialogue) - Game dialogue system

## Projects

### Game AI
- [Goal Oriented Action Planning](https://github.com/viniciusgerevini/godot-goap) - (Godot 4, Godot 3)
- [Hierarchical Task Network](https://github.com/viniciusgerevini/godot-hierarchical-task-network-example) - (Godot 4)
- [Utility AI](https://github.com/viniciusgerevini/godot-utility-ai) - (Godot 4)
- [Behaviour Tree](https://github.com/viniciusgerevini/godot-behavior-tree-example) - (Godot 3)
- [Boids](https://github.com/viniciusgerevini/godot-boids) - Flocking algorithm implementation (Godot 3)

### Tutorials and Learning
- [Learn Godot Challenge](https://github.com/viniciusgerevini/learn-godot-challenge) - (Godot 4)

### Misc
- [Sprite color replacement in runtime](https://github.com/viniciusgerevini/godot-color-replacement-example) - Three methods for color replacement (Godot 3)
- [Navigation 2D for platformers](https://github.com/viniciusgerevini/godot-navigation-2d-example) - Character navigation with collision avoidance and vertical movement (Godot 3)

## Where to find me

- Youtube: [https://www.youtube.com/@ThisIsVini](https://www.youtube.com/@ThisIsVini)
- Mastodon: [https://mastodon.gamedev.place/@thisisvini](https://mastodon.gamedev.place/@thisisvini)
- Bluesky: [https://bsky.app/profile/thisisvini.com](https://bsky.app/profile/thisisvini.com)
- Website: [https://thisisvini.com/](https://thisisvini.com)