Skip to content

daiyongyuan/bebop

 
 

Repository files navigation

bebop

A buckyball emulator written in Rust

Quick start

  1. Build the repo
./scripts/install.sh
  1. Build the simulator
cd bebop
cargo build --release --bin bebop 
  1. Run the simulation
cd bebop
./target/release/bebop

run in quiet with only workload logs

cargo run --release --bin bebop -- -q

About

A buckyball emulator written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 62.9%
  • Rust 22.2%
  • Clojure 8.2%
  • Python 5.8%
  • Nix 0.3%
  • Makefile 0.2%
  • Other 0.4%