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

Feat - server fragment result #80

Merged
merged 10 commits into from
Feb 23, 2024
Merged

Conversation

jabibamman
Copy link
Owner

Pas encore terminé, il faut encore regarder si l'on peu améliorer le système du range pour le server minimal

jabibamman and others added 3 commits February 15, 2024 21:34
The code changes remove the usage of a read timeout in the `get_response` function. This change was made to improve the performance and responsiveness of the function.
@jabibamman jabibamman force-pushed the feat/server-fragment_result branch from 64a80e8 to 2b2ec71 Compare February 18, 2024 09:12
jabibamman and others added 5 commits February 18, 2024 10:13
Added detailed descriptions of command line arguments for both client and server applications.
- Removed an unused import statement
- Updated error handling in the main.rs file of the server
- Refactored import statements in fragment_maker.rs
…ds error

Fix pixel placement calculation to prevent out-of-bounds error

Adjust pixel placement calculation based on image resolution.
@jabibamman
Copy link
Owner Author

La range sera amélioré plus tard, pour le moment on merge dans develop puis master. (Fonctionnel avec un seul fragment task).

@jabibamman
Copy link
Owner Author

jabibamman commented Feb 23, 2024

image

FragmentTask { 
id: U8Data { offset: 0, count: 16 },
fractal: FractalDescriptor { 
fractal_type: IteratedSinZ(IteratedSinZDescriptor {
 c: Complex { re: 0.2, im: 1.0 } })
 }, max_iteration: 64, resolution: Resolution { 
nx: 260, 
ny: 260
 }, 
range: Range { 
min: Point { 
x: -3.0,
 y: -3.0 
}, 
max: Point { 
x: -1.0, 
y: -1.0 
} 
} 
}

…result

Restyle Feat - server fragment result
@jabibamman jabibamman merged commit 8119e8d into develop Feb 23, 2024
4 checks passed
@jabibamman jabibamman deleted the feat/server-fragment_result branch February 23, 2024 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants