Graphics and visualization project showcase on 03/11/22 #8

Closed
opened 2022-11-03 02:37:02 +01:00 by Benjamin_Loison · 1 comment
Owner

Following code counting is done without third party or libraries:

Files LOC KB
Rust client 3 1,206 400
Python scripts 10 235 6.6

Issue #2 of https://github.com/Benjamin-Loison/LemnosLife-Client contains the discussion concerning whether working with glium or wgpu.

Used following glium examples:

glium example output animated input
teapot teapot ✔️
tutorial-06-texture tutorial-06-texture ✔️
picking picking_default
picking_hovered
✔️
Following code counting is done without third party or libraries: | | Files | LOC | KB | | -------------- | ----- | ----- | --- | | Rust client | 3 | 1,206 | 400 | | Python scripts | 10 | 235 | 6.6 | Issue [`#2`](https://github.com/Benjamin-Loison/LemnosLife-Client/issues/2) of https://github.com/Benjamin-Loison/LemnosLife-Client contains the discussion concerning whether working with [`glium`](https://github.com/glium/glium) or [`wgpu`](https://github.com/gfx-rs/wgpu). Used following `glium` examples: `glium` example | output | animated | input -----------------------------|----------|--------------|------- [`teapot`](https://github.com/glium/glium/blob/3e143cf95f3c990f82e8aeeb170b15b339b23025/examples/teapot.rs) | ![teapot](https://user-images.githubusercontent.com/12752145/196008778-55af65c4-ac54-45d6-a014-3807c02f8db4.png) | :x: | :heavy_check_mark: [`tutorial-06-texture`](https://github.com/glium/glium/blob/3e143cf95f3c990f82e8aeeb170b15b339b23025/examples/tutorial-06.rs) | ![tutorial-06-texture](https://user-images.githubusercontent.com/12752145/196008788-4cbc37ff-cc02-45ae-a70f-64dd74fefd04.png) | :heavy_check_mark: | :x: [`picking`](https://github.com/glium/glium/blob/3e143cf95f3c990f82e8aeeb170b15b339b23025/examples/picking.rs) | ![picking_default](https://user-images.githubusercontent.com/12752145/196008770-b9f20e45-661d-4f3d-96b5-d14adfd7747e.png)<br/>![picking_hovered](https://user-images.githubusercontent.com/12752145/196008771-dc434a59-0a61-4deb-a2fb-df783de81d4c.png) | :x: | :heavy_check_mark:
Benjamin_Loison changed title from Graphics and visualization project showcase to Graphics and visualization project showcase on 03/11/22 2022-11-03 02:39:29 +01:00
Author
Owner

Close this issue, as the marks were given.

Would have used and would switch to a Wiki page if it could support attachments, which isn't the case currently.

Close this issue, as the marks were given. Would have used and would switch to [a Wiki page if it could support attachments, which isn't the case currently](https://github.com/go-gitea/gitea/issues/574).
Benjamin_Loison added the discussionepicmedium priority labels 2023-04-01 13:11:33 +02:00
Sign in to join this conversation.