Skip to content

N23: "thRustEngine" demo #702

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

Merged
merged 14 commits into from
Jul 6, 2021
25 changes: 25 additions & 0 deletions content/news/023/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,31 @@ outline shader in the Bevy render pipeline.

## Engine Updates

### thRustEngine - with simple shooter game demo

![thRustEngine screenshot](thrustengine_screenshot.jpg)

This is a simple descent/quake style shooter written to demo
[thRustEngine]. The current repo is a placeholder.

It loads wavefront.OBJ, and Quake1/Quake3 BSP worlds, converted to
an internal format for collision and rendering. It uses clustered
forward+ dynamic lighting and normal maps, and loads textures
asynchronously.

The future direction depends on community feedback (a public shared
crate is planned). The current intention is to find a few close
collaborators.

Demo videos: [free quake map demo], [custom map demo].

_Discussions:
[/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/obj38y/rust_shooter_another_little_update)_

[thrustEngine]: https://github.com/experiment9123/thrustengine
[free quake map demo]: https://vimeo.com/569777592
[custom map demo]: https://vimeo.com/570798468

## Learning Material Updates

### [A Trig-less Line of Sight Algorithm for 2D Games][lineofsight]
Expand Down
Binary file added content/news/023/thrustengine_screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.