doryen-rs
ascii roguelike library in rust with native and wasm support (by jice-nospam)
Unity-2d-pathfinding
A very simple 2d tile-based pathfinding for unity, with penalty supported (by RonenNess)
Our great sponsors
doryen-rs | Unity-2d-pathfinding | |
---|---|---|
3 | 1 | |
230 | 133 | |
- | - | |
0.0 | 10.0 | |
about 2 months ago | over 5 years ago | |
Rust | C# | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
doryen-rs
Posts with mentions or reviews of doryen-rs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-12.
-
what is tcod?
Developers are starting to revive “Doryen” when they’ve ported the library to another language – including doryen-rs, a Rust port written by the original Jice …
- Rendering TUI To Web
-
Sharing Saturday #416
doryen-rs
Unity-2d-pathfinding
Posts with mentions or reviews of Unity-2d-pathfinding.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-27.
-
Sharing Saturday #416
Pathfinding is cribbed from here with some slight modifications (https://github.com/RonenNess/Unity-2d-pathfinding) again a super easy bit of code to add to a new project. This is going to get ripped out and rewritten since there are a number of things that pathfinding will need to do in the future, but it’s great to let robots chase you around. I've written A* half a dozen times in my career, but some evenings you're just not in the mood to chase down pathfinding bugs.
What are some alternatives?
When comparing doryen-rs and Unity-2d-pathfinding you can also consider the following projects:
bracket-lib - The Roguelike Toolkit (RLTK), implemented for Rust.
roguelike-tutorial-cpp
gruid - Cross-platform grid-based UI and game framework.
Axes-Armour-Ale - A fantasy, ASCII dungeon crawler for Windows, Linux & OSX
tcod-rs - Rust bindings for libtcod 1.6.3 (the Doryen library/roguelike toolkit)
dioxus - Friendly React-like GUI library for desktop, web, mobile, and more.
cl-tcod - Common Lisp CFFI interface for libtcod, the roguelike library (fork for latest libtcod)
tui-rs - Build terminal user interfaces and dashboards using Rust