Skip to content

saxena-dev/elodin

 
 

Repository files navigation

Elodin is a platform for rapid design, testing, and simulation of drones, satellites, and aerospace control systems.

Sandbox: https://app.elodin.systems
Docs: https://docs.elodin.systems

This repository is a collection of core libraries:

  • libs/db: Database for storing and querying ECS data.
  • libs/nox: Tensor library that compiles to XLA (like JAX, but for Rust).
  • libs/nox-ecs: Rust ECS framework built to work with JAX and Nox, that allows you to build your own physics engine.
  • libs/nox-py: Python version of nox-ecs, that works with JAX
  • libs/impeller2: Protocol for transferring ECS data between different systems.
  • libs/xla-rs: Rust bindings to XLA's C++ API (originally based on https://github.com/LaurentMazare/xla-rs).

Join us on Discord: https://discord.gg/agvGJaZXy5!

Getting Started

  1. Setup a new venv with:
python3 -m venv .venv
 . .venv/bin/activate.fish # or activate.sh if you do not use fish
  1. Install elodin, and matplotlib with
pip install -U elodin matplotlib
  1. Try running the bouncing ball example with:
python examples/ball/plot.py

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Physics simulation software for space + aerospace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 89.6%
  • Python 6.5%
  • C++ 2.6%
  • Nix 1.0%
  • Shell 0.1%
  • Lua 0.1%
  • Other 0.1%