Bug 1689549 (rust-glium) - Review Request: rust-glium - Elegant and safe OpenGL wrapper
Summary: Review Request: rust-glium - Elegant and safe OpenGL wrapper
Keywords:
Status: CLOSED WONTFIX
Alias: rust-glium
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Igor Raits
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: rust-gl_generator rust-glutin
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-03-16 16:43 UTC by Robert-André Mauchin 🐧
Modified: 2019-03-17 15:40 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-03-17 15:40:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert-André Mauchin 🐧 2019-03-16 16:43:52 UTC
Spec URL: https://eclipseo.fedorapeople.org/for-review/rust-glium.spec
SRPM URL: https://eclipseo.fedorapeople.org/for-review/rust-glium-0.23.0-1.fc31.src.rpm

Description:
Elegant and safe OpenGL wrapper.  Glium is an intermediate layer between OpenGL and your application. You still need to manually handle the graphics pipeline, but without having to use OpenGL's old and error-prone API.  Its objectives: - Be safe to use. Many aspects of OpenGL that can trigger a crash if misused are automatically handled by glium.  - Provide an API that enforces good pratices such as RAII or stateless function calls.  - Be compatible with all OpenGL versions that support shaders, providing unified API when things diverge.  - Avoid all OpenGL errors beforehand.  - Produce optimized OpenGL function calls, and allow the user to easily use modern OpenGL techniques.

Fedora Account System Username: eclipseo

Comment 1 Robert-André Mauchin 🐧 2019-03-17 15:40:50 UTC
I'm dropping the Glium packaging as upstream is dead and does not work with newer Glutin.


Note You need to log in before you can comment on or make changes to this bug.