diff --git a/content/news/041/index.md b/content/news/041/index.md index c9ba6a7df..0e8a22867 100644 --- a/content/news/041/index.md +++ b/content/news/041/index.md @@ -187,6 +187,19 @@ The author also made a basic example [here][bevy-rpg-example]. [project-flara]: https://github.com/project-flara/project-flara [bevy-rpg-example]: https://github.com/project-flara/bevy-rpg/blob/main/examples/basic.rs +### [lpcg][lpcg_crate] + +![character sprite generator](lpcg.png) +_A new library which generates character sprites_ + +lpcg ([Crates.io][lpcg_crate], [GitHub][lpcg_github]) by +[bux][bux] is a library which generates character sprites, +based on assets from the [Liberated Pixel Cup][lpc]. + +[lpcg_crate]: https://crates.io/crates/lpcg +[lpcg_github]: https://github.com/buxx/lpcg/ +[lpc]: https://lpc.opengameart.org/ + ## Popular Workgroup Issues in Github diff --git a/content/news/041/lpcg.png b/content/news/041/lpcg.png new file mode 100644 index 000000000..4a22177c0 Binary files /dev/null and b/content/news/041/lpcg.png differ