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
- Host: GitHub
- URL: https://github.com/chengluyu/light2d-rust
- Owner: chengluyu
- Created: 2020-04-23T05:11:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T10:36:56.000Z (about 5 years ago)
- Last Synced: 2025-02-08T16:14:34.979Z (4 months ago)
- Language: Rust
- Size: 915 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()
![]()
![]()
![]()
![]()