https://github.com/zeozeozeo/xd2d
https://github.com/zeozeozeo/xd2d
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeozeozeo/xd2d
- Owner: zeozeozeo
- Created: 2023-12-17T21:02:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-05T12:48:52.000Z (over 1 year ago)
- Last Synced: 2024-12-04T19:36:20.907Z (6 months ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xd2d
xd2d is an easy-to-use 2D game engine for Rust.
# backends
xd2d relies on [glutin](https://github.com/rust-windowing/glutin) and [glow](https://github.com/grovesNL/glow) for cross-platform OpenGL rendering.
* OpenGL (Windows, Unix, OS/X)
* OpenGLES (Unix, Android)
* WebGL (Web)