spritesheetsFrom3d
A tool for creating 2d sprite sheets from a 3d object or scene with animations. Includes support for making multiple sheets at once as well as for adding custom shaders and environments. (by bidsid)
godot-open-rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔ (by gdquest-demos)
spritesheetsFrom3d | godot-open-rpg | |
---|---|---|
1 | 8 | |
5 | 2,183 | |
- | 3.5% | |
0.0 | 4.8 | |
over 3 years ago | about 2 months ago | |
GDScript | GDScript | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
spritesheetsFrom3d
Posts with mentions or reviews of spritesheetsFrom3d.
We have used some of these posts to build our list of alternatives
and similar projects.
-
I created a tool to make 2d spritesheets from 3d animated models or scenes
To try it out, the github repo is at https://github.com/cevenaris/spritesheetsFrom3d
godot-open-rpg
Posts with mentions or reviews of godot-open-rpg.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-15.
-
player following npc - snakes and tails
As I mentioned before, most of the tutorials out there will expect that base level of programming knowledge, so you're probably out of luck there. I did a search and found that GDQuest have this project repository and it has the feature you want. You can download the source code for free and read through it, but I couldn't find any tutorial that walks through the code and how it works.
- Are there addons and tutorials for making rpgmaker-like, story-driven games?
-
Looking for some suggestions on how to fix the save system for my rpg in godot.
Looking for save game tutorials lead me to this by gdquest that seemed the most comprehensible to me.
-
are there any tutorials for a 3d turn based rpg?
https://github.com/GDQuest/godot-open-rpg here is one in 2D. You could use it as a guide.
- Point and click adventure?
- Advice on choosing to learn GODOT
-
JRPG tutorials/templates?
General RPG: https://github.com/GDQuest/godot-open-rpg
-
How do you organize your project?
I think the GDQuest Open RPG template/demo is a pretty good demonstration of the concept. Many of the scripts in there don't explicitly declare a global class for themselves, and they are only relevant to, and used by, a particular subset of scripts/scenes which are in nearby/wrapping directories. There isn't just one big mega assets folder that stores everything in a flat list, etc.
What are some alternatives?
When comparing spritesheetsFrom3d and godot-open-rpg you can also consider the following projects:
Voxelizer-For-Godot-Engine - A demo of voxelation which is make 3d mesh from 2d sprites
todot - A Godot Editor Plugin that adds a todo list side dock.
better-texture-array - Adds support for saving, viewing and editing TextureArray and Texture3D in Godot 3
godot-2d-jrpg-combat - A 2D Japanese RPG Active Time Battle demo for the Godot game engine
Gut - Godot Unit Test. Unit testing tool for Godot Game Engine.
lua - Godot lua API [Moved to: https://github.com/WeaselGames/godot_luaAPI]