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

DX11 Port? #122

Open
robante15 opened this issue Jul 29, 2023 · 1 comment
Open

DX11 Port? #122

robante15 opened this issue Jul 29, 2023 · 1 comment

Comments

@robante15
Copy link

How difficult would it be to port to DX11 and possibly DX12? Would it be necessary to rebuild most of the code?
Where could one start, or what could be done about it?

@aap
Copy link
Owner

aap commented Jul 29, 2023

It would be some work of course. The src directory has subdirectories for the different platforms. What you have to implement is stuff like context/window creation, rasters (this is annoying), instancing and rendering geometry. The d3d and gl3 subdirectories should give you a good idea of what you have to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants