Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
PistonDevelopers
/
conrod
Public
Notifications
You must be signed in to change notification settings
Fork
291
Star
3.3k
Code
Issues
206
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add Sdl2 backend
- #1451
#1451
Open
TonalidadeHidrica
wants to merge 21 commits into
PistonDevelopers:master
PistonDevelopers/conrod:master
from
TonalidadeHidrica:sdl2-backend
TonalidadeHidrica/conrod:sdl2-backend
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
Add Sdl2 backend
#1451
TonalidadeHidrica
wants to merge 21 commits into
PistonDevelopers:master
PistonDevelopers/conrod:master
from
TonalidadeHidrica:sdl2-backend
TonalidadeHidrica/conrod:sdl2-backend
Copy head branch name to clipboard
Commits
Commits on Jan 4, 2022
Add a SDL2 backend subpackage
TonalidadeHidrica
committed
5d66161
View commit details
Copy full SHA for 5d66161
Browse repository at this point
Add SDL2 to dependencies
TonalidadeHidrica
committed
bcf51df
View commit details
Copy full SHA for bcf51df
Browse repository at this point
Add an example
TonalidadeHidrica
committed
0014b7a
View commit details
Copy full SHA for 0014b7a
Browse repository at this point
Add a code that shows a window
TonalidadeHidrica
committed
5a702b2
View commit details
Copy full SHA for 5a702b2
Browse repository at this point
Commits on Jan 5, 2022
Add functions for converting events (thanks @elrnv)
TonalidadeHidrica
committed
2675353
View commit details
Copy full SHA for 2675353
Browse repository at this point
Make code compile
TonalidadeHidrica
committed
63548e7
View commit details
Copy full SHA for 63548e7
Browse repository at this point
Conform to the naming convention
TonalidadeHidrica
committed
95a59a3
View commit details
Copy full SHA for 95a59a3
Browse repository at this point
Load rust logo and create a demo app instance
TonalidadeHidrica
committed
ac2282e
View commit details
Copy full SHA for ac2282e
Browse repository at this point
Handle events in Ui
TonalidadeHidrica
committed
62bb176
View commit details
Copy full SHA for 62bb176
Browse repository at this point
Commits on Jan 6, 2022
Draw primitives (except for text)
TonalidadeHidrica
committed
d9b0a72
View commit details
Copy full SHA for d9b0a72
Browse repository at this point
Draw text
TonalidadeHidrica
committed
c0c5436
View commit details
Copy full SHA for c0c5436
Browse repository at this point
Allow hidpi
TonalidadeHidrica
committed
50b11d4
View commit details
Copy full SHA for 50b11d4
Browse repository at this point
Prevent blinks presumably due to buffer swapping
TonalidadeHidrica
committed
94f6318
View commit details
Copy full SHA for 94f6318
Browse repository at this point
Use window size of that time and make window resizable
TonalidadeHidrica
committed
ac53b67
View commit details
Copy full SHA for ac53b67
Browse repository at this point
Extract renderer into a struct, hinding glyph cache, and refactor
TonalidadeHidrica
committed
a064e71
View commit details
Copy full SHA for a064e71
Browse repository at this point
Commits on Jan 7, 2022
Reorganize imports
TonalidadeHidrica
committed
2360fe0
View commit details
Copy full SHA for 2360fe0
Browse repository at this point
Use arrayvec instead of [Option<T>; 2]
TonalidadeHidrica
committed
cdedb0e
View commit details
Copy full SHA for cdedb0e
Browse repository at this point
Clean up Cargo.toml
TonalidadeHidrica
committed
23364a3
View commit details
Copy full SHA for 23364a3
Browse repository at this point
Merge remote-tracking branch 'origin/master' into sdl2-backend
TonalidadeHidrica
committed
6a56fd1
View commit details
Copy full SHA for 6a56fd1
Browse repository at this point
Follow the API changes
TonalidadeHidrica
committed
4a9e7a7
View commit details
Copy full SHA for 4a9e7a7
Browse repository at this point
Commits on Jan 8, 2022
Unset clip rect after finished rendering
TonalidadeHidrica
committed
3af8816
View commit details
Copy full SHA for 3af8816
Browse repository at this point
You can’t perform that action at this time.