How does this project compare to valence?
#17
-
|
Valence is another Minecraft server implemented in Rust. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Composition is similar to Valence in a lot of ways. I could rewrite composition to use valence and extend it, but part of the fun is building things in ways that I want and learning about different ways to solve problems, such as parsing and network traffic. Composition is written completely from scratch, with some help from looking at the source code of MCHPRS and Feather. It's mostly a passion project for me, but I'd love to see if it actually went anywhere. Maybe rewriting it to use valence would do that. |
Beta Was this translation helpful? Give feedback.
Composition is similar to Valence in a lot of ways. I could rewrite composition to use valence and extend it, but part of the fun is building things in ways that I want and learning about different ways to solve problems, such as parsing and network traffic. Composition is written completely from scratch, with some help from looking at the source code of MCHPRS and Feather. It's mostly a passion project for me, but I'd love to see if it actually went anywhere. Maybe rewriting it to use valence would do that.