Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Software renderer #1071

Closed
1 of 2 tasks
edouardparis opened this issue Oct 5, 2021 · 4 comments · Fixed by #1830
Closed
1 of 2 tasks

Software renderer #1071

edouardparis opened this issue Oct 5, 2021 · 4 comments · Fixed by #1830
Assignees
Labels
feature New feature or request rendering shell

Comments

@edouardparis
Copy link

edouardparis commented Oct 5, 2021

This issue is to measure interest and demonstrate support for the development of a software renderer for Iced

As described in the roadmap, two choices may be considered:

@gonsor
Copy link
Contributor

gonsor commented Nov 16, 2021

Very interested in a 2d renderer. Would prefer piet as it is a rather lean dependency compared to the monstrous skia. I fear that the systems that have no 3d acceleration have a big overlap with the systems that skia does not compile on. ;)

If I see this correctly, @hecrj already wrote some glue code to combine winit with piet. Has the iced / piet approach ever been evaluated?

@hecrj
Copy link
Member

hecrj commented Nov 17, 2021

@gonsor Yes! I'm actively working towards an iced_piet renderer.

piet-window was an experiment and posed a bunch of challenges. Instead of using winit, the plan is to build an iced runtime on top of druid-shell.

The work in #1110 set the foundations to make this road easier. We are getting there!

@hecrj hecrj self-assigned this Jan 17, 2022
@hecrj hecrj changed the title Add a 2D renderer Implement a software renderer Jan 18, 2022
@hecrj hecrj changed the title Implement a software renderer Software renderer Jan 18, 2022
@hecrj hecrj added rendering shell feature New feature or request labels Jan 18, 2022
@darosior
Copy link

darosior commented Nov 18, 2022

Hello there. A friendly ping to learn what's the status of this, given It's been a year since the last comment. It would be very useful for downstream applications to not require their users to have 3D drivers/libraries.

@hecrj
Copy link
Member

hecrj commented Feb 27, 2023

This will land soon, together with the work from #1697.

In the end, I chose tiny-skia since it seems the best viable option and we already depend on it for SVG rendering!

Work is happening in the feature/software-renderer branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request rendering shell
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants