diff --git a/content/posts/newsletter-010/index.md b/content/posts/newsletter-010/index.md index ccc47bbfc..f7340944c 100644 --- a/content/posts/newsletter-010/index.md +++ b/content/posts/newsletter-010/index.md @@ -707,6 +707,34 @@ features: [rusty editor]: https://github.com/mrDIMAS/rusty-editor +### [Oxygengine] + +![Oxygengine logo](oxygengine-dark-logo.svg) + +The main goal of this month changes was to fix most problematic bugs and finally +add a feature to support custom fonts assets. While not all bugs could be fixed +on time, here are two interesting things that shows at least the small amount of +progress that was made: + +- Added support for loading and using custom TFF fonts assets: + + ![Oxygengine custom fonts](oxygengine-custom-fonts.png) + +- Additionally [@PsichiX] has created a small example of a project that shows + how to make a pokemon-like game basis - it covers topics such as: using Tiled + Editor maps to render the world and applying player movement in it, as well as + using spritesheet-based frame animations. Example sources can be found here: + [Oxygengine pokemon-like basic mechanics](https://github.com/PsichiX/Oxygengine/tree/master/demos/pokemon) + + ![Oxygengine pokemon gold](oxygengine-pokemon-gold.gif) + +If you want to be up to date with Oxygengine ecosystem progress, make sure to +follow project on GitHub and see [Oxygengine Project board](oxygengine-project). + +[@PsichiX]: https://github.com/PsichiX +[Oxygengine]: https://github.com/PsichiX/Oxygengine +[oxygengine-project]: https://github.com/PsichiX/Oxygengine/projects/1 + ### [Amethyst][amethyst] [![Amethyst logo](amethyst-logo.png)][amethyst] diff --git a/content/posts/newsletter-010/oxygengine-custom-fonts.png b/content/posts/newsletter-010/oxygengine-custom-fonts.png new file mode 100644 index 000000000..1983c4685 Binary files /dev/null and b/content/posts/newsletter-010/oxygengine-custom-fonts.png differ diff --git a/content/posts/newsletter-010/oxygengine-dark-logo.svg b/content/posts/newsletter-010/oxygengine-dark-logo.svg new file mode 100644 index 000000000..eaaae8e0d --- /dev/null +++ b/content/posts/newsletter-010/oxygengine-dark-logo.svg @@ -0,0 +1,26 @@ + + + + + +oxygen-core-dark + + + + + + + + + + + + + + + + + + + + diff --git a/content/posts/newsletter-010/oxygengine-pokemon-gold.gif b/content/posts/newsletter-010/oxygengine-pokemon-gold.gif new file mode 100644 index 000000000..b7c6eb4f8 Binary files /dev/null and b/content/posts/newsletter-010/oxygengine-pokemon-gold.gif differ