Add 2012 - 2015
This commit is contained in:
parent
fdb3f5b82c
commit
78ca0cf416
1 changed files with 42 additions and 0 deletions
|
@ -340,6 +340,48 @@ pub fn MonParcours() -> impl IntoView {
|
|||
</TimelineCardContent>
|
||||
</TimelineCard>
|
||||
</TimelineElement>
|
||||
<TimelineElement slot:elements>
|
||||
<TimelineLabel slot:labels>2012 - 2015</TimelineLabel>
|
||||
<TimelineCard slot:cards>
|
||||
<TimelineCardSummary slot:titles>Bac STI2D spécialité SIN</TimelineCardSummary>
|
||||
<TimelineCardContent slot:cards>
|
||||
<p>r"Passage du Bac sciences et technologies de l’industrie et du développement durable (STI2D)."</p>
|
||||
<p>r"Spécialité systèmes d’information et numérique (SIN)."</p><br />
|
||||
|
||||
<i>Lycée Jean Favard à Guéret</i>
|
||||
</TimelineCardContent>
|
||||
</TimelineCard>
|
||||
<TimelineCard slot:cards>
|
||||
<TimelineCardSummary slot:titles>
|
||||
<TimelineCardTag slot:tags>{ JAVA_TAG }</TimelineCardTag>
|
||||
<TimelineCardTag slot:tags>{ MAVEN_TAG }</TimelineCardTag>
|
||||
Développement en Java (Perso)
|
||||
</TimelineCardSummary>
|
||||
<TimelineCardContent slot:cards>
|
||||
<p>Apprentissage dans un premier temps du langage avec le site du zéro et les quelques vidéos sur Youtube.</p><br />
|
||||
<p>r"Ensuite, j'ai commencé à développer des projets Perso (Plugin Minecraft, Mod Minecraft) dans un premier temps."</p><br />
|
||||
<p>r"Puis, j'ai commencé à développer des petits jeux de A à Z (Petit moteur de physique + graphique + audio) et à m'entrainer avec des amis pour participer à des concours comme le Ludum dare et la Global Game Jam."</p>
|
||||
</TimelineCardContent>
|
||||
</TimelineCard>
|
||||
<TimelineCard slot:cards>
|
||||
<TimelineCardSummary slot:titles>
|
||||
<TimelineCardTag slot:tags>{ LWJGL_TAG }</TimelineCardTag>
|
||||
<TimelineCardTag slot:tags>{ OPENGL_TAG }</TimelineCardTag>
|
||||
<TimelineCardTag slot:tags>{ JAVA_TAG }</TimelineCardTag>
|
||||
r"Utilisation de l’API graphique OpenGL (Perso)"
|
||||
</TimelineCardSummary>
|
||||
<TimelineCardContent slot:cards>
|
||||
<p>r"Après avoir développé quelques trucs sur Minecraft. Je me suis interessé à son fonctionnement et j'ai découvert la librairie LWJGL utilisé dans Minecraft."</p><br />
|
||||
<p>r"J'ai très vite voulu développer mes propres Mini-Jeux en OpenGL avec cette librairie."</p>
|
||||
|
||||
<ProjectList>
|
||||
<ProjectElement image_src="https://camo.githubusercontent.com/5895992a1089b81b0730608a47ebe08d55f1e6c9bada7752f89f7304a743652d/68747470733a2f2f7062732e7477696d672e636f6d2f6d656469612f4363334475776e5749414949355a772e6a70673a6c61726765".to_string() url="https://github.com/mrdev023/Java-Game-Engine-Light-Test".to_string()>r"Test gestion de la lumière"</ProjectElement>
|
||||
<ProjectElement image_src="https://camo.githubusercontent.com/f2dbe8898987b638eaa4d5dbc72797a4ff9c4bcb0275591f7fb24e7f32da5dd3/68747470733a2f2f7062732e7477696d672e636f6d2f6d656469612f4373567138634657384141374279722e6a7067".to_string() url="https://github.com/mrdev023/Modern-Game-Engine".to_string()>r"Test OpenGL 3.3+ et LWJGL 3"</ProjectElement>
|
||||
<ProjectElement image_src="https://camo.githubusercontent.com/414745fd4066b03c789b3a54d798c6f76df05039d464e29c822653e4e1515c73/68747470733a2f2f7062732e7477696d672e636f6d2f6d656469612f4350576147763457734141585068552e706e673a6c61726765".to_string() url="https://github.com/mrdev023/Voxel-Test".to_string()>r"Petit jeu en Voxel (Minecraft like)"</ProjectElement>
|
||||
</ProjectList>
|
||||
</TimelineCardContent>
|
||||
</TimelineCard>
|
||||
</TimelineElement>
|
||||
</Timeline>
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue