Re: Godot 4 beta-4 released

2022-11-07 Thread M.M. via Digitalmars-d-announce
On Saturday, 5 November 2022 at 12:21:13 UTC, evilrat wrote: ... Godot-d is a bindings for Godot, latest official release is for Godot 3 only, however here is a WIP branch for Godot 4 latest beta-4. ... Godot is a great open source project. That you work on the d bindings for the new

blog post about how you can make your gc code faster

2022-11-07 Thread Adam D Ruppe via Digitalmars-d-announce
Putting aside new GC implementation tweaks like I discussed last week, and not just switching to other functions, this week I wanted to lecture a bit about how you can reduce your GC pause times in stock D today: http://dpldocs.info/this-week-in-d/Blog.Posted_2022_11_07.html

Re: Godot 4 beta-4 released

2022-11-07 Thread zoujiaqing via Digitalmars-d-announce
On Saturday, 5 November 2022 at 12:21:13 UTC, evilrat wrote: Godot is an open source 2d/3d game engine has just released new beta version! https://godotengine.org/article/dev-snapshot-godot-4-0-beta-4 Godot-d is a bindings for Godot, latest official release is for Godot 3 only, however here