WannaBeKratos

Results 9 comments of WannaBeKratos

Is this feature still in development ?

-:( Unfortunately I'm not really familiar with graphics programming (just getting started :)), but i guess an implementation for line rasterizer based on the algorithm described in this presentation will...

Oke, I will **Try** to implement the Bresenham's algorithm for this package and submit a pull request this weekend 😃 hopefully i get somewhere.

I took your advice and copy most of the triangle.rs, but i do feel like i have bitten more than i can chew 🥲, you suggested to walk the screen...

Was i close ? 😬 the initial part is just from triangle.rs, i added this loop for the vertices. `; // Convert vertex coordinates to screen space let verts_screen =...

I doubt you will find much here. That said, the examples in the repository work correctly, just follow the instruction on the README. 0) recursively clone the repo, so you...

https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDK/assets/77170000/2bb13daf-5783-46ec-9f7f-67243238d0b4 Make sure you select the desktop development with c++. After that, follow the steps given above again. If you want to use the library in your own CPP project,...

Another point, maybe you're looking for the blender add-on, Just curious are you a developer ?