Skip to content

Commit f5a5fc4

Browse files
committed
N15: ggez: Move closer to other engines/frameworks
1 parent f41a824 commit f5a5fc4

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

content/posts/newsletter-015/index.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,23 @@ It is now able to run [bve-reborn] correctly:
493493
[@cwfitzerald]: https://github.com/cwfitzgerald
494494
[bve-reborn]: https://github.com/BVE-Reborn/bve-reborn
495495

496+
### [ggez][ggez-github] 0.6 call for contributions
497+
498+
The `ggez` game library traditionally tries to make at least one release
499+
at the end of each year, and that is fast approaching. While the
500+
graphics engine rewrite is still a work in progress, there's plenty of
501+
other useful updates to be made. Bugfixes, dependency updates and other
502+
ergonomic fixes are all on the table. A lot of work has already been
503+
done: removing `nalgebra` from the public API in favor of just using
504+
`mint`, re-working some dependencies to improve build times, and
505+
updating and cleaning up a pile of minor issues. However, there's still
506+
about a hundred accumulated bugs and PR's to triage and figure out, and
507+
a lot of testing to do. Please help! The release checklist is
508+
available [here][ggez-release-checklist].
509+
510+
[ggez-github]: https://github.com/ggez/ggez/
511+
[ggez-release-checklist]: https://github.com/ggez/ggez/milestone/6
512+
496513
### [rg3d]
497514

498515
[![a scene with lightning and a hi-poly character model](rg3d.jpg)][rg3d_twit]
@@ -668,23 +685,6 @@ on the module's [repository][Proton-Media-Converter-Github]
668685
[Proton-Github]: https://github.com/ValveSoftware/Proton
669686
[Proton-Media-Converter-Github]: https://github.com/ValveSoftware/Proton/tree/proton_5.13/media-converter
670687

671-
### [ggez][ggez-github] 0.6 call for contributions
672-
673-
The `ggez` game library traditionally tries to make at least one release
674-
at the end of each year, and that is fast approaching. While the
675-
graphics engine rewrite is still a work in progress, there's plenty of
676-
other useful updates to be made. Bugfixes, dependency updates and other
677-
ergonomic fixes are all on the table. A lot of work has already been
678-
done: removing `nalgebra` from the public API in favor of just using
679-
`mint`, re-working some dependencies to improve build times, and
680-
updating and cleaning up a pile of minor issues. However, there's still
681-
about a hundred accumulated bugs and PR's to triage and figure out, and
682-
a lot of testing to do. Please help! The release checklist is
683-
available [here][ggez-release-checklist].
684-
685-
[ggez-github]: https://github.com/ggez/ggez/
686-
[ggez-release-checklist]: https://github.com/ggez/ggez/milestone/6
687-
688688
## Popular Workgroup Issues in Github
689689

690690
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)