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

https://github.com/splurf/rusty-graphics


https://github.com/splurf/rusty-graphics

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# rusty-graphics
- Simplified and extended wrapper built on top of [`rust-sdl2`](https://github.com/Rust-SDL2/rust-sdl2)

## Dependencies
The `sdl2` dependencies for your machine can be found along the following:
- [Linux](https://github.com/Rust-SDL2/rust-sdl2#linux)
- [macOS](https://github.com/Rust-SDL2/rust-sdl2#macos)

And for Windows users:
- [Windows (MSVC)](https://github.com/Rust-SDL2/rust-sdl2#windows-msvc)
- [Windows (MinGW)](https://github.com/Rust-SDL2/rust-sdl2#windows-mingw)
- [Windows (Build Script)](https://github.com/Rust-SDL2/rust-sdl2#windows-with-build-script)
- [Windows (MSVC & vcpkg)](https://github.com/Rust-SDL2/rust-sdl2#windows-msvc-with-vcpkg)

Other:
- [Windows, Linux, and macOS & vcpkg](https://github.com/Rust-SDL2/rust-sdl2#windows-linux-and-macos-with-vcpkg)
## Todo
- Implement 3D functionality