Skip to content

N17: Dotrix #441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions content/posts/newsletter-017/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,27 @@ game. Some updates include:

## Library & Tooling Updates

### [Dotrix]

![Dotrix in December](dotrix-in-december.gif)

Last month [Dotrix] got a major features boost that made the engine ready for
3D games development. To demonstrate the features,
[demo](https://github.com/lowenware/dotrix/blob/main/examples/demo/demo.rs)
example was turned into an all-in-one proof-of-concept application.
You can see the full version on [YouTube](https://youtu.be/KXOr_KxMNWM).

In less than 300 lines of Rust code (including comments) you can get a game
prototype with an animated character, that you can control using your keyboard
and mouse, run it across some flat terrain, surrounded by a skybox with a
light source.

_Follow on [Twitter](https://twitter.com/lowenware)_

_Join [Discord](https://discord.com/invite/DrzwBysNRd)_

[dotrix]: https://github.com/lowenware/dotrix

### [Tetra]

[Tetra] is a simple 2D game framework, inspired by XNA and Raylib. This month,
Expand Down