Skip to content

deanveloper/bosh-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bosh-rs

bosh-rs is a highly configurable physics engine for the game Line Rider.

The official frontend of bosh-rs is bosh. The official implementation of Line Rider can be found at linerider.com.

This project was inspired by conundrumer/lr-core, although it is structured entirely differently in order to make it easier to use.

There are very few dependencies. This assures that the project is extremely portable and even can run in WASM if one prefers.

Installation

Add the following to your Cargo.toml:

[dependencies]
bosh-rs = "0"

Special Thanks

  • Linerider-Advanced for making physics intuitive to understand without having to look at code
  • LRA-Community-Edition for being an actively maintained fork :)
  • lr-core, my go-to source code whenever I needed to know the actual values for calculations
  • [ImHex] for being an easy-to-use tool for reverse-engineering binaries, which was very useful for decoding the .trk file format
  • The LineRider Community for being great :)

About

a blazingly fast ⚡ backend for linerider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages