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

https://github.com/zeozeozeo/xd2d


https://github.com/zeozeozeo/xd2d

Last synced: 2 months ago
JSON representation

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)