From a6e2ae1fa9e77ed4e7cd5156f9d9ac521ddcd6de Mon Sep 17 00:00:00 2001 From: EggShark <46581412+EggShark@users.noreply.github.com> Date: Fri, 12 Apr 2024 19:34:36 -0500 Subject: [PATCH 1/2] adding bottomless-pit --- content/news/050/index.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/content/news/050/index.md b/content/news/050/index.md index e6295e46b..a12b534ce 100644 --- a/content/news/050/index.md +++ b/content/news/050/index.md @@ -122,6 +122,27 @@ Please come and see us on the [Discord][OpenCombat_discord] to make your feedbac ## Engine Updates +### Bottomless-Pit 0.3.1 +![The Bottomles-Pit Logo. A small hole in the ground with cat ears and text saying bottomless-pit](https://eggshark.dev/images/bplogo.png) + +_bottomless-pit logo_ + +Bottomless-Pit is a 2d game engine written with WGPU that has been around for a year which can be found on [crates.io][Bottomless-Pit_cratesio] and [GitHub][Bottomless-Pit_github]. +Very recently a 2d camera was added as well as WASM and web support. +Current development is being focused on stability and QoL changes like texture sampling options and improved input. +You can checkout several engine examples on the web [here][Bottomless-Pit_Website]. +Since the engine is in it's infancy it would be great to have developers use it and give the engine some feedback. +Current features are: + +- Custom Shader Support +- basic rendering +- text rendering +- input and window event handling + +[Bottomless-Pit_Website]: https://eggshark.dev/bp-examples +[Bottomless-Pit_cratesio]: https://crates.io/crates/bottomless-pit +[Bottomless-Pit_github]: https://github.com/EggShark/bottomless-pit + ## Learning Material Updates ## Tooling Updates From d12d911f9a5b77c518435f7d6a4f849183e58cd8 Mon Sep 17 00:00:00 2001 From: EggShark <46581412+EggShark@users.noreply.github.com> Date: Sat, 13 Apr 2024 20:23:49 -0500 Subject: [PATCH 2/2] should fix lint errors --- content/news/050/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/news/050/index.md b/content/news/050/index.md index a12b534ce..99d9270d3 100644 --- a/content/news/050/index.md +++ b/content/news/050/index.md @@ -125,7 +125,6 @@ Please come and see us on the [Discord][OpenCombat_discord] to make your feedbac ### Bottomless-Pit 0.3.1 ![The Bottomles-Pit Logo. A small hole in the ground with cat ears and text saying bottomless-pit](https://eggshark.dev/images/bplogo.png) -_bottomless-pit logo_ Bottomless-Pit is a 2d game engine written with WGPU that has been around for a year which can be found on [crates.io][Bottomless-Pit_cratesio] and [GitHub][Bottomless-Pit_github]. Very recently a 2d camera was added as well as WASM and web support.