virtual-labs / engineers-forum

This is the central repository to post all the queries regarding labs and experiments.
Other
2 stars 5 forks source link

Phase II Lab/Experiment Hosting/Re-hosting Request for Computer Graphics - IIITH #582

Open sravanthimodepu opened 4 years ago

sravanthimodepu commented 4 years ago

Hosting Request

Use this to request the hosting of an already registered lab or experiment. If the lab or experiment is not registered, please do that by raising a registration request.

sravanthimodepu commented 4 years ago

@sravanthimodepu

Hosted URL of Lab: http://cse18-iiith.vlabs.ac.in/ Branch: Master Tag: v1.1.4

sravanthimodepu commented 2 years ago

Repo Owner Details Name - Sravanthi GitHub handle - sravanthimodepu Email id - sravanthimodepu@vlabs.ac.in

Lab Name: Computer Graphics Lab

List of Experiments and Repositories: | No.| Experiment Name | Experiment repository URL | Branch | Tag

  1. Points and Co-ordinate Systems - https://github.com/virtual-labs/exp-coordinate-systems-iiith - main - v1.0.0
  2. Transformations: Translation - https://github.com/virtual-labs/exp-transformations-translation-iiith - main - v1.0.0
  3. Transformations: Rotation - https://github.com/virtual-labs/exp-transformations-rotation-iiith - main - v1.0.0
  4. Transformations: Scaling - https://github.com/virtual-labs/exp-transformations-scaling-iiith - main - v1.0.0
  5. Hierarchical Transformations: 2D Demo - https://github.com/virtual-labs/exp-2d-demo-iiith - main - v1.0.0
  6. Hierarchical Transformations: 3D Articulated Arm - https://github.com/virtual-labs/exp-3d-articulated-arm-iiith - main - v1.0.0
  7. Projections and Cameras - https://github.com/virtual-labs/exp-projections-and-cameras-iiith - main - v1.0.0
  8. Clipping: Line - https://github.com/virtual-labs/exp-clipping-line-iiith - main - v1.0.0
  9. Clipping: Polygon - https://github.com/virtual-labs/exp-clipping-polygon-iiith - main - v1.0.0
  10. Rasterization: Line - https://github.com/virtual-labs/exp-rasterization-line-iiith - main - v1.0.0
  11. Rasterization: Polygon - https://github.com/virtual-labs/exp-rasterization-polygon-iiith -main - v1.0.0

Lab url: http://cse18-iiith.vlabs.ac.in/

Introduction: Welcome to the Computer Graphics lab ! Here , we will try some virtual experiments to understand the different concepts of graphics. We will go through understanding the concepts of 3D Coordinate systems, Transformations, Hierarchical modelling and Cameras. Later we will be visualising some basic algorithms used to render the graphics.

Objective: This lab aims to understand the different concepts of graphics in virtual experiments.

Course Alignment:The basic concepts of CG are alignd with courses such as Linear Algebra, Matrix Theory, Projective Geometry and the like. The experiments touch on most topics covered in such courses in most curricula.

Target Audience: The experiments are targeted at students with proficiency in writing programs in any preferred programming language. Knowledge of matrix theory and linear algebra is required.

sravanthimodepu commented 2 years ago

Repo Owner Details Name - Sravanthi GitHub handle - sravanthimodepu Email id - sravanthimodepu@vlabs.ac.in

Lab Name: Computer Graphics Lab

List of Experiments and Repositories: | No.| Experiment Name | Experiment repository URL | Branch | Tag

  1. Points and Co-ordinate Systems - https://github.com/virtual-labs/exp-coordinate-systems-iiith - main - v1.0.1
  2. Transformations: Translation - https://github.com/virtual-labs/exp-transformations-translation-iiith - main - v1.0.1
  3. Transformations: Rotation - https://github.com/virtual-labs/exp-transformations-rotation-iiith - main - v1.0.1
  4. Transformations: Scaling - https://github.com/virtual-labs/exp-transformations-scaling-iiith - main - v1.0.1
  5. Hierarchical Transformations: 2D Demo - https://github.com/virtual-labs/exp-2d-demo-iiith - main - v1.0.2
  6. Hierarchical Transformations: 3D Articulated Arm - https://github.com/virtual-labs/exp-3d-articulated-arm-iiith - main - v1.0.1
  7. Projections and Cameras - https://github.com/virtual-labs/exp-projections-and-cameras-iiith - main - v1.0.1
  8. Clipping: Line - https://github.com/virtual-labs/exp-clipping-line-iiith - main - v1.0.1
  9. Clipping: Polygon - https://github.com/virtual-labs/exp-clipping-polygon-iiith - main - v1.0.1
  10. Rasterization: Line - https://github.com/virtual-labs/exp-rasterization-line-iiith - main - v1.0.1
  11. Rasterization: Polygon - https://github.com/virtual-labs/exp-rasterization-polygon-iiith -main - v1.0.1

Lab url: http://cse18-iiith.vlabs.ac.in/

Introduction: Welcome to the Computer Graphics lab ! Here , we will try some virtual experiments to understand the different concepts of graphics. We will go through understanding the concepts of 3D Coordinate systems, Transformations, Hierarchical modelling and Cameras. Later we will be visualising some basic algorithms used to render the graphics.

Please note:

Objective: This lab aims to understand the different concepts of graphics in virtual experiments.

Course Alignment:The basic concepts of CG are alignd with courses such as Linear Algebra, Matrix Theory, Projective Geometry and the like. The experiments touch on most topics covered in such courses in most curricula.

Target Audience: The experiments are targeted at students with proficiency in writing programs in any preferred programming language. Knowledge of matrix theory and linear algebra is required.

pavanchow commented 2 years ago

@sravanthimodepu

Hosted Computer Graphics Lab URL - https://cse18-iiith.vlabs.ac.in/ Branch - Master

Please check and approve.

BalammaBoya commented 2 years ago

@pavanchow : Got an special characters issues in the exp8, we are checking that. could you please revert in to old source. Screenshot from 2021-09-27 11-55-06

BalammaBoya commented 2 years ago

@pavanchow : Fixed special characters issue in exp10 and released new tag, please rehost with new tag. Lab Name: Computer Graphics Lab

List of Experiments and Repositories: | No.| Experiment Name | Experiment repository URL | Branch | Tag

  1. Rasterization: Line - https://github.com/virtual-labs/exp-rasterization-line-iiith - main - v1.0.2

Please add Introduction page:

Introduction: Welcome to the Computer Graphics lab ! Here , we will try some virtual experiments to understand the different concepts of graphics. We will go through understanding the concepts of 3D Coordinate systems, Transformations, Hierarchical modelling and Cameras. Later we will be visualising some basic algorithms used to render the graphics.

Please note:

Objective: This lab aims to understand the different concepts of graphics in virtual experiments.

Course Alignment:The basic concepts of CG are alignd with courses such as Linear Algebra, Matrix Theory, Projective Geometry and the like. The experiments touch on most topics covered in such courses in most curricula.

Target Audience: The experiments are targeted at students with proficiency in writing programs in any preferred programming language. Knowledge of matrix theory and linear algebra is required.

pavanchow commented 2 years ago

@BalammaBoya

Hosted Computer Graphics Lab with Rasterization: Line Experiment URL - https://cse18-iiith.vlabs.ac.in/ Branch - Master

Please check and approve.

BalammaBoya commented 2 years ago

@pavanchow : Fixed special characters issue in exp10 and released new tag, please rehost with new tag. Lab Name: Computer Graphics Lab

List of Experiments and Repositories: | No.| Experiment Name | Experiment repository URL | Branch | Tag

  1. Points and Co-ordinate Systems - https://github.com/virtual-labs/exp-coordinate-systems-iiith - main - v1.0.1
  2. Transformations: Translation - https://github.com/virtual-labs/exp-transformations-translation-iiith - main - v1.0.1
  3. Transformations: Rotation - https://github.com/virtual-labs/exp-transformations-rotation-iiith - main - v1.0.1
  4. Transformations: Scaling - https://github.com/virtual-labs/exp-transformations-scaling-iiith - main - v1.0.1
  5. Hierarchical Transformations: 2D Demo - https://github.com/virtual-labs/exp-2d-demo-iiith - main - v1.0.2
  6. Hierarchical Transformations: 3D Articulated Arm - https://github.com/virtual-labs/exp-3d-articulated-arm-iiith - main - v1.0.1
  7. Projections and Cameras - https://github.com/virtual-labs/exp-projections-and-cameras-iiith - main - v1.0.2
  8. Clipping: Line - https://github.com/virtual-labs/exp-clipping-line-iiith - main - v1.0.2
  9. Clipping: Polygon - https://github.com/virtual-labs/exp-clipping-polygon-iiith - main - v1.0.1
  10. Rasterization: Line - https://github.com/virtual-labs/exp-rasterization-line-iiith - main - v1.0.2
  11. Rasterization: Polygon - https://github.com/virtual-labs/exp-rasterization-polygon-iiith -main - v1.0.2

Note: Content is working fine but the simulations are not working even which was not working in the original source also. Exp8: Clipping: Line Screenshot from 2021-09-27 19_17_25

Exp9: Clipping: Polygon Screenshot from 2021-09-27 19_18_01

Exp11: Rasterization: Polygon Screenshot from 2021-09-27 19_15_25

Please add Introduction page:

Introduction: Welcome to the Computer Graphics lab ! Here , we will try some virtual experiments to understand the different concepts of graphics. We will go through understanding the concepts of 3D Coordinate systems, Transformations, Hierarchical modelling and Cameras. Later we will be visualising some basic algorithms used to render the graphics.

Please note:

Objective: This lab aims to understand the different concepts of graphics in virtual experiments.

Course Alignment:The basic concepts of Computer Graphics are aligned with courses such as Linear Algebra, Matrix Theory, Projective Geometry and the like. The experiments touch on most topics covered in such courses in most curricula.

Target Audience: The experiments are targeted at students with proficiency in writing programs in any preferred programming language. Knowledge of matrix theory and linear algebra is required.

pavanchow commented 2 years ago

@BalammaBoya Please change the introduction. The link shared for installing the flash plugin is not working. image

BalammaBoya commented 2 years ago

@pavanchow : Fixed special characters issue in exp10 and released new tag, please rehost with new tag. Lab Name: Computer Graphics Lab

List of Experiments and Repositories: | No.| Experiment Name | Experiment repository URL | Branch | Tag

  1. Points and Co-ordinate Systems - https://github.com/virtual-labs/exp-coordinate-systems-iiith - main - v1.0.1
  2. Transformations: Translation - https://github.com/virtual-labs/exp-transformations-translation-iiith - main - v1.0.1
  3. Transformations: Rotation - https://github.com/virtual-labs/exp-transformations-rotation-iiith - main - v1.0.1
  4. Transformations: Scaling - https://github.com/virtual-labs/exp-transformations-scaling-iiith - main - v1.0.1
  5. Hierarchical Transformations: 2D Demo - https://github.com/virtual-labs/exp-2d-demo-iiith - main - v1.0.2
  6. Hierarchical Transformations: 3D Articulated Arm - https://github.com/virtual-labs/exp-3d-articulated-arm-iiith - main - v1.0.1
  7. Projections and Cameras - https://github.com/virtual-labs/exp-projections-and-cameras-iiith - main - v1.0.2
  8. Clipping: Line - https://github.com/virtual-labs/exp-clipping-line-iiith - main - v1.0.2
  9. Clipping: Polygon - https://github.com/virtual-labs/exp-clipping-polygon-iiith - main - v1.0.1
  10. Rasterization: Line - https://github.com/virtual-labs/exp-rasterization-line-iiith - main - v1.0.2
  11. Rasterization: Polygon - https://github.com/virtual-labs/exp-rasterization-polygon-iiith -main - v1.0.2

Note: Content is working fine but the simulations are not working even which was not working in the original source also. Exp8: Clipping: Line Screenshot from 2021-09-27 19_17_25

Exp9: Clipping: Polygon Screenshot from 2021-09-27 19_18_01

Exp11: Rasterization: Polygon Screenshot from 2021-09-27 19_15_25

Please add Introduction page:

Introduction: Welcome to the Computer Graphics lab ! Here , we will try some virtual experiments to understand the different concepts of graphics. We will go through understanding the concepts of 3D Coordinate systems, Transformations, Hierarchical modelling and Cameras. Later we will be visualising some basic algorithms used to render the graphics.

Please note:

The simulations of this lab have some of the following software dependencies -

  1. Browsers - Firefox 50 and lower versions, Internet Explorer
  2. Software - Adobe Flash Plugin, Java1.7, Java3D-1.5.2, and IcedTea Plugin.

We recommend you to use our customized Virtual Box for the smooth running of these simulations.

Install VirtualBox - Virtual Labs offers a free download of a customized VirtualBox with the required pre-installed software dependencies (Java 1.7, Java3D-1.5.2, IcedTea Plugin, and Adobe Flash Plugin). Please follow the link to download, install VirtualBox for easy use of Virtual Labs.

Objective: This lab aims to understand the different concepts of graphics in virtual experiments.

Course Alignment:The basic concepts of Computer Graphics are aligned with courses such as Linear Algebra, Matrix Theory, Projective Geometry and the like. The experiments touch on most topics covered in such courses in most curricula.

Target Audience: The experiments are targeted at students with proficiency in writing programs in any preferred programming language. Knowledge of matrix theory and linear algebra is required.

pavanchow commented 2 years ago

@BalammaBoya

Hosted Computer Graphics Lab URL - https://cse18-iiith.vlabs.ac.in/ Branch - Master

Please check and approve.

BalammaBoya commented 2 years ago

@pavanchow : Hosted source is working fine. Approved.

sravanthimodepu commented 2 years ago

@pavanchow

Please add the below content in the introduction page and host the lab with the updated sources.

Lab Name: Computer Graphics Lab

List of Experiments and Repositories: | No.| Experiment Name | Experiment repository URL | Branch | Tag

  1. Points and Co-ordinate Systems - https://github.com/virtual-labs/exp-coordinate-systems-iiith - main - v1.0.2
  2. Transformations: Translation - https://github.com/virtual-labs/exp-transformations-translation-iiith - main - v1.0.2
  3. Transformations: Rotation - https://github.com/virtual-labs/exp-transformations-rotation-iiith - main - v1.0.2
  4. Transformations: Scaling - https://github.com/virtual-labs/exp-transformations-scaling-iiith - main - v1.0.2
  5. Hierarchical Transformations: 2D Demo - https://github.com/virtual-labs/exp-2d-demo-iiith - main - v1.0.3
  6. Hierarchical Transformations: 3D Articulated Arm - https://github.com/virtual-labs/exp-3d-articulated-arm-iiith - main - v1.0.2
  7. Projections and Cameras - https://github.com/virtual-labs/exp-projections-and-cameras-iiith - main - v1.0.3
  8. Clipping: Line - https://github.com/virtual-labs/exp-clipping-line-iiith - main - v1.0.3
  9. Clipping: Polygon - https://github.com/virtual-labs/exp-clipping-polygon-iiith - main - v1.0.2
  10. Rasterization: Line - https://github.com/virtual-labs/exp-rasterization-line-iiith - main - v1.0.3
  11. Rasterization: Polygon - https://github.com/virtual-labs/exp-rasterization-polygon-iiith -main - v1.0.3

Introduction: Welcome to the Computer Graphics lab ! Here , we will try some virtual experiments to understand the different concepts of graphics. We will go through understanding the concepts of 3D Coordinate systems, Transformations, Hierarchical modelling and Cameras. Later we will be visualising some basic algorithms used to render the graphics.

Please note: The simulations of this lab have some of the following software dependencies - Browsers - Firefox 50 and lower versions, Internet Explorer Software - Adobe Flash Plugin, Java1.7, Java3D-1.5.2, and IcedTea Plugin.

We recommend you to use our customized Virtual Box for the smooth running of these simulations.

Install VirtualBox - Virtual Labs offers a free download of a customized VirtualBox with the required pre-installed software dependencies (Java 1.7, Java3D-1.5.2, IcedTea Plugin, and Adobe Flash Plugin). Please follow the link to download, install VirtualBox for easy use of Virtual Labs.

pavanchow commented 2 years ago

@sravanthimodepu

Hosted Computer Graphics Lab URL - https://cse18-iiith.vlabs.ac.in/ Branch - Master

Please check and approve.

sravanthimodepu commented 2 years ago

**@pavanchow

Please host the lab with the updated sources.

Lab Name: Computer Graphics Lab

List of Experiments and Repositories: | No.| Experiment Name | Experiment repository URL | Branch | Tag

  1. Points and Co-ordinate Systems - https://github.com/virtual-labs/exp-coordinate-systems-iiith - main - v1.0.3
  2. Transformations: Translation - https://github.com/virtual-labs/exp-transformations-translation-iiith - main - v1.0.2
  3. Transformations: Rotation - https://github.com/virtual-labs/exp-transformations-rotation-iiith - main - v1.0.2
  4. Transformations: Scaling - https://github.com/virtual-labs/exp-transformations-scaling-iiith - main - v1.0.2
  5. Hierarchical Transformations: 2D Demo - https://github.com/virtual-labs/exp-2d-demo-iiith - main - v1.0.3
  6. Hierarchical Transformations: 3D Articulated Arm - https://github.com/virtual-labs/exp-3d-articulated-arm-iiith - main - v1.0.2
  7. Projections and Cameras - https://github.com/virtual-labs/exp-projections-and-cameras-iiith - main - v1.0.3
  8. Clipping: Line - https://github.com/virtual-labs/exp-clipping-line-iiith - main - v1.0.3
  9. Clipping: Polygon - https://github.com/virtual-labs/exp-clipping-polygon-iiith - main - v1.0.2
  10. Rasterization: Line - https://github.com/virtual-labs/exp-rasterization-line-iiith - main - v1.0.3
  11. Rasterization: Polygon - https://github.com/virtual-labs/exp-rasterization-polygon-iiith -main - v1.0.3

Lab url: http://cse18-iiith.vlabs.ac.in/

pavanchow commented 2 years ago

@sravanthimodepu

Hosted Computer Graphics Lab URL - https://cse18-iiith.vlabs.ac.in/ Branch - Master

Please check and approve.

BalammaBoya commented 2 years ago

@pavanchow Hosted source is working fine and it's Approved.

ravikiran2020 commented 2 months ago

Re-hosting the lab with Bug Report and Rating Feature