An open API service indexing awesome lists of open source software.

https://github.com/chengluyu/light2d-rust

Milo Yip's light2d in Rust
https://github.com/chengluyu/light2d-rust

Last synced: 2 months ago
JSON representation

Milo Yip's light2d in Rust

Awesome Lists containing this project

README

        

# Milo Yip's light2d in Rust

This project is an implementation of [Milo Yip's light2d](https://github.com/miloyip/light2d) in Rust.

## Usage

All cases are implemented in one project. Use command to run different cases.

```shell
# Run with Cargo,
cargo run --release -- [--output ] []
# or use the binary directly.
light2d-rust [--output ] []
```

The `` can be one of the following case names.

* **basic** The basic example.
* **csg** The constructive solid geometry example.
* **shapes** Example of many shapes.
* **scene** A simple scene implementation.
* **reflection** A simple reflection example.

## Gallery