Skip to content

N38: eo.rs #1174

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 5 commits into from
Oct 11, 2022
Merged
Show file tree
Hide file tree
Changes from 4 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
Binary file added content/news/038/eo-rs.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions content/news/038/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,24 @@ goes into more depth about calling Rust code from C# in Unity.
[ultimechs-post]: https://www.resolutiongames.com/blog/programming-a-vr-game-using-rust
[ultimechs-post-2]: https://www.resolutiongames.com/blog/calling-rust-from-c-in-unity

### [eo.rs][eo-rs-website]

![npcs talking](eo-rs.png)
_NPCs chatting in the game world_

[eo-rs][eo-rs-website] by [@sorokya](https://github.com/sorokya)
is a development library and game server for the MMORPG
[Endless Online](https://www.endless-online.com).

Recent updates:

- Made NPCs appear and move around in the game world
- Created a proxy tool to document interactions between the original client and server
- Implemented player stat calculations
- Made NPCs talk

[eo-rs-website]: https://eo-rs.dev

## Engine Updates

### [godot-rust][gd-github]
Expand Down