Joan Fons hired to work on Godot's rendering
godotengine.org
Joan Fons hired to work on Godot's rendering
1–10 of 44 posts
Re: Joan Fons hired to work on Godot's rendering
#2Re: Joan Fons hired to work on Godot's rendering
#3Most of my issues were related to bugs with 2D nodes such as Area2D. The engine as a quite a few non-breaking bugs related to differents aspects. It's still very usable and very high quality for an open source software. I'm looking for v4.0 to increase the stability.
I will probably write an article about my user experience with Godot compared to Unity or Game maker and others.
[1]: https://play.google.com/store/apps/details?id=com.loustak.in...
Re: Joan Fons hired to work on Godot's rendering
#4I've always struggled to use Game Engines though. I just enjoy doing stuff more manually I guess. It helps me keep the scope down when it's a challenge (for me) to get something a simple as Duck Hunt working properly. My current workflow is Raylib and D and it's been a great learning experience.
I know Godot gets a lot of flack sometimes for it's missing features, esp when compared to other game engines. But man everytime I open up any game engine, I'm just so amazed at how much easier it makes getting something up and running.
Re: Joan Fons hired to work on Godot's rendering
#5who? this guy? https://scholar.google.com/citations?user=kmPBeTMAAAAJ&hl=en
Re: Joan Fons hired to work on Godot's rendering
#6who? this guy? https://scholar.google.com/citations?user=kmPBeTMAAAAJ&hl=en
Google Scholar Joan Fons has been authoring papers for 20 years.
Re: Joan Fons hired to work on Godot's rendering
#7who? this guy? https://scholar.google.com/citations?user=kmPBeTMAAAAJ&hl=en
Re: Joan Fons hired to work on Godot's rendering
#8While not on the level of Blender, Godot is definitely turning out to be another really successful open source project. I've used Godot on and off since the 2.0 days and I've really liked all the improvements that have been made. I've always struggled to use Game Engines though. I just enjoy doing stuff more manually I guess. It helps me keep the scope down when it's a challenge (for me) to get something a simple as…
I had written an AI for the board game Khet, but wanted an easy way for people to actually have fun playing against it. Godot was the perfect tool for the job to create a nice little frontend. And it was quite a pleasant experience to boot.
Re: Joan Fons hired to work on Godot's rendering
#9who? this guy? https://scholar.google.com/citations?user=kmPBeTMAAAAJ&hl=en
I guess not, because the article says this guy started working in godot 3 years ago while studying at university and this other guy in google scholar has been publishing since the decade of the 2000s. Joan Fons is not an uncommon name.
Only one of Joan and Fons is familiar to me, and I've never seen them together until now. Now I know of two instances and learned there's a whole experience I'm not privy to where these two occur together often.
Re: Joan Fons hired to work on Godot's rendering
#10One nice thing about Unity's (frankly very inconsistent) shader language is how flexible it is. You can use any shader stage and even add GLSL pragmas etc.
I couldn't figure out how to do that last time I went looking in Godot. This really helped when trying to get new VR hardware working. I think its important to support this kind of stuff.