ProjectV Development Thread

4.00 star(s) 1 Vote

lobotomist

Active Member
Sep 4, 2017
965
950
on reddit you mentioned sharing on github, im thinking of doing something similar to this, but more stylized/handpainted and more diablo like.
thing is I mostly experimented in unity, but maybe if I could see your code I might switch to godot.
That said is this done in gdscript? would you accept pull requests?
 
Sep 14, 2016
48
286
I did everything with GDScript for the rapid prototyping and it was very easy to get into after using Python. Both languages use more or less the same syntax. There was no reason to use C# or even C++/GDNative for performance at this point but both are valid options for later when it might become necessary.

I wouldn't generally mind code sharing or even participation. In fact I plan to make it public at some point so other developers can have an easy starting point with Godot. My current issue is, due to the rapid prototyping, the code is messy and tangled and I know that large (old) parts are redundant by now. One of the primary reasons to make the code public is to FORCE myself to refactor it beforehand and make each feature more modular. I am hesitant to share it in its current state.

If you are new to Godot I would suggest, since Unity and Godot have sometimes very different workflows, that you get yourself comfortable with how Godot handles nodes and scripts by working through the 'Step by Step' section and demos on the official docs. I know I did and it really helped me out and when you are done I might have finished refactoring by then so you can jump right into.
 
Last edited:
Sep 14, 2016
48
286
I will try to share more small, unedited videos from development from now on. Sadly not all development work is visual but more and more will fall into this category.
 
Last edited:

djtheprophet

Newbie
May 1, 2017
68
73
smix8 I would like to be one of your testers :)
Below my actual configuration:

Intel i5 8600K OC to constantly 4,3Ghz
16GB of RAM 3000MHZ
Samsung Evo Plus SSD
ASUS ROG Strix RTX 3060ti OC
250Mbit internet connection for downloading
 
4.00 star(s) 1 Vote