https://github.com/splurf/rusty-graphics
https://github.com/splurf/rusty-graphics
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/splurf/rusty-graphics
- Owner: splurf
- Created: 2022-06-08T09:14:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T09:14:16.000Z (about 4 years ago)
- Last Synced: 2025-01-25T08:25:29.211Z (over 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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