Skip to content
Snippets Groups Projects
Commit 99c19e61 authored by Villard PierreFrederic's avatar Villard PierreFrederic
Browse files

first commit

parent 7b2e5d1d
No related branches found
No related tags found
No related merge requests found
# webgl25 # WebGL25
## A faire :
1. Mettre une image de sa peinture à la place de ``img.jpg``
## Getting started 2. Mettre sa page web dans ``index.html``
3. Mettre son fichier javascript avec :
To make it easy for you to get started with GitLab, here's a list of recommended next steps. - la partie modélisation (primitive + fichier 3D)
- la partie matériaux (*Phong* et *Gouraud* suivant le type d'objet)
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)! - des boucles avec des transformations et des matrices comme vu en TP
4. Mettre les bibliothèques **THREE.JS** et autres dans un dossier ``lib`` à la racine pour que tout le monde les utilise
## Add your files 5. Commencer à écrire des explications dans le html
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files ## Notation :
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
- Le fichier ``checklistProjet.md`` reprend les éléments notés
``` - Vous pouvez copier ce fichier dans votre repertoire et cocher (``[ X]``) ce que vous pensez avoir accompli
cd existing_repo
git remote add origin https://gitlab.univ-lorraine.fr/villard5/webgl25.git
git branch -M main
git push -uf origin main
```
## Integrate with your tools
- [ ] [Set up project integrations](https://gitlab.univ-lorraine.fr/villard5/webgl25/-/settings/integrations)
## Collaborate with your team
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
## Test and Deploy
Use the built-in continuous integration in GitLab.
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
***
# Editing this README
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
## Suggestions for a good README
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
## Name
Choose a self-explaining name for your project.
## Description
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
## Badges
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
## Visuals
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
## Installation
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
## Usage
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
## Support
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
## Roadmap
If you have ideas for releases in the future, it is a good idea to list them in the README.
## Contributing
State if you are open to contributions and what your requirements are for accepting them.
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
## Authors and acknowledgment
Show your appreciation to those who have contributed to the project.
## License
For open source projects, say how it is licensed.
## Project status
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
RICARD/img.jpg

12.1 KiB

Le travail n'a pas encore commencé!!!
\ No newline at end of file
RIFI/img.jpg

12.1 KiB

Le travail n'a pas encore commencé!!!
\ No newline at end of file
ROBAIL/img.jpg

12.1 KiB

Le travail n'a pas encore commencé!!!
\ No newline at end of file
RYCKE/img.jpg

12.1 KiB

VINCENT/img.jpg

12.1 KiB

Le travail n'a pas encore commencé!!!
\ No newline at end of file
- [ ] Esthetisme
- [ ] Mise en page de la page web
- [ ] Paragraphe(s) d'explications techniques
- [ ] Légèreté du dossier (<2Mo)
- [ ] Géométrie
- [ ] Couleur
- [ ] Transparence
- [ ] Eclairage
- [ ] Ombres portées
- [ ] Position de la caméra
- [ ] Brouillard
- [ ] Effet miroir
- [ ] Texture classique
- [ ] Texture avec transparence
- [ ] Sprites
- [ ] Environment map
- [ ] Skybox
- [ ] specular maps
- [ ] normal maps
- [ ] Interaction par GUI
\ No newline at end of file
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Projets Web GL 2024-2025</title>
<meta charset="utf8">
<style>
h1 {
text-align: center;
}
body {
margin: auto 0;
}
img {
width: 50px;
width: 50px
}
@import "compass/css3";
@import url(https://fonts.googleapis.com/css?family=Patua+One|Open+Sans);
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
background: #353a40;
}
table {
border-collapse: separate;
background: #fff;
@include border-radius(5px);
margin: 50px auto;
@include box-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}
tbody tr td {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #5f6062;
font-size: 13px;
padding: 5px 5px 5px 5px;
border-bottom: 1px solid #e0e0e0;
}
tbody tr:nth-child(2n) {
background: #f0f3f5;
}
tbody tr:last-child td {
border-bottom: none;
&:first-child {
@include border-bottom-left-radius(5px);
}
&:last-child {
@include border-bottom-right-radius(5px);
}
}
tbody:hover>tr td {
@include opacity(0.5);
}
tbody:hover>tr:hover td {
@include text-shadow(none);
color: #2d2d2d;
@include opacity(1.0);
}
</style>
</head>
<body>
<h1>Projets Web GL 2024-2025</h1>
<table>
<tbody>
<tr><td> SEFER </td><td> ALGUL </td><td><a href=" ALGUL ">projet webGL</a></td><td><img src=" ALGUL/img.jpg"></td></tr>
<tr><td> MATTHEO </td><td> COGNET </td><td><a href=" COGNET ">projet webGL</a></td><td><img src=" COGNET/img.jpg"></td></tr>
<tr><td> LOUISE </td><td> DUFOUR </td><td><a href=" DUFOUR ">projet webGL</a></td><td><img src=" DUFOUR/img.jpg"></td></tr>
<tr><td> EWAN </td><td> GAILLIEGUE </td><td><a href=" GAILLIEGUE ">projet webGL</a></td><td><img src=" GAILLIEGUE/img.jpg"></td></tr>
<tr><td> LOUIS </td><td> GRANDGIRARD </td><td><a href=" GRANDGIRARD ">projet webGL</a></td><td><img src=" GRANDGIRARD/img.jpg"></td></tr>
<tr><td> MATHIS </td><td> MARTIN </td><td><a href=" MARTIN ">projet webGL</a></td><td><img src=" MARTIN/img.jpg"></td></tr>
<tr><td> JEREMIE </td><td> GIL </td><td><a href=" GIL ">projet webGL</a></td><td><img src=" GIL/img.jpg"></td></tr>
<tr><td> KILIAN </td><td> GUIET </td><td><a href=" GUIET ">projet webGL</a></td><td><img src=" GUIET/img.jpg"></td></tr>
<tr><td> CHAYIMAA </td><td> MEHRAZ </td><td><a href=" MEHRAZ ">projet webGL</a></td><td><img src=" MEHRAZ/img.jpg"></td></tr>
<tr><td> CLEMENT </td><td> RALLI </td><td><a href=" RALLI ">projet webGL</a></td><td><img src=" RALLI/img.jpg"></td></tr>
<tr><td> QUANG-LIEM </td><td> NGUYEN </td><td><a href=" NGUYEN ">projet webGL</a></td><td><img src=" NGUYEN/img.jpg"></td></tr>
<tr><td> JOHAN </td><td> PETRAZOLLER </td><td><a href=" PETRAZOLLER ">projet webGL</a></td><td><img src=" PETRAZOLLER/img.jpg"></td></tr>
<tr><td> ZAYNAB </td><td> RIFI </td><td><a href=" RIFI ">projet webGL</a></td><td><img src=" RIFI/img.jpg"></td></tr>
<tr><td> ALEXANDRE </td><td> ROBAIL </td><td><a href=" ROBAIL ">projet webGL</a></td><td><img src=" ROBAIL/img.jpg"></td></tr>
<tr><td> TEO </td><td> VINCENT </td><td><a href=" VINCENT ">projet webGL</a></td><td><img src=" VINCENT/img.jpg"></td></tr>
<tr><td> FELIPE </td><td> ALVARIZA BILLAR </td><td><a href=" ALVARIZA-BILLAR ">projet webGL</a></td><td><img src=" ALVARIZA-BILLAR/img.jpg"></td></tr>
<tr><td> PAUL </td><td> BARTHELEMY </td><td><a href=" BARTHELEMY ">projet webGL</a></td><td><img src=" BARTHELEMY/img.jpg"></td></tr>
<tr><td> LEANNE </td><td> DE RYCKE </td><td><a href=" DE-RYCKE ">projet webGL</a></td><td><img src=" DE-RYCKE/img.jpg"></td></tr>
<tr><td> ROMAIN </td><td> DESERT </td><td><a href=" DESERT ">projet webGL</a></td><td><img src=" DESERT/img.jpg"></td></tr>
<tr><td> ELIOT </td><td> DUBREUIL </td><td><a href=" DUBREUIL ">projet webGL</a></td><td><img src=" DUBREUIL/img.jpg"></td></tr>
<tr><td> MEHDI </td><td> ERRAES </td><td><a href=" ERRAES ">projet webGL</a></td><td><img src=" ERRAES/img.jpg"></td></tr>
<tr><td> ELWYN </td><td> HERRY </td><td><a href=" HERRY-E ">projet webGL</a></td><td><img src=" HERRY-E/img.jpg"></td></tr>
<tr><td> MATTEO </td><td> HERRY </td><td><a href=" HERRY-M ">projet webGL</a></td><td><img src=" HERRY-M/img.jpg"></td></tr>
<tr><td> THOMAS </td><td> KANY </td><td><a href=" KANY ">projet webGL</a></td><td><img src=" KANY/img.jpg"></td></tr>
<tr><td> MILAN </td><td> MATEJKA </td><td><a href=" MATEJKA ">projet webGL</a></td><td><img src=" MATEJKA/img.jpg"></td></tr>
<tr><td> SIMON </td><td> MAURICE </td><td><a href=" MAURICE ">projet webGL</a></td><td><img src=" MAURICE/img.jpg"></td></tr>
<tr><td> GABIN </td><td> COLIN </td><td><a href=" COLIN ">projet webGL</a></td><td><img src=" COLIN/img.jpg"></td></tr>
<tr><td> MOHAMED </td><td> MEHIAOUI </td><td><a href=" MEHIAOUI ">projet webGL</a></td><td><img src=" MEHIAOUI/img.jpg"></td></tr>
<tr><td> AYAT </td><td> MERIMI </td><td><a href=" MERIMI ">projet webGL</a></td><td><img src=" MERIMI/img.jpg"></td></tr>
<tr><td> TOM </td><td> NIRRENGARTEN </td><td><a href=" NIRRENGARTEN ">projet webGL</a></td><td><img src=" NIRRENGARTEN/img.jpg"></td></tr>
<tr><td> FLORENTIN </td><td> PHILIPPON-CHAMPROUX </td><td><a href=" PHILIPPON-CHAMPROUX ">projet webGL</a></td><td><img src=" PHILIPPON-CHAMPROUX/img.jpg"></td></tr>
<tr><td> MARTIN </td><td> RATTI </td><td><a href=" RATTI ">projet webGL</a></td><td><img src=" RATTI/img.jpg"></td></tr>
<tr><td> THOMAS </td><td> RICARD </td><td><a href=" RICARD ">projet webGL</a></td><td><img src=" RICARD/img.jpg"></td></tr>
</tbody>
</table>
</body>
</html>
\ No newline at end of file
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment