SauzeauYannis / HMI-Project

HMI with JavaFX project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HMI-Project

Table of Contents

Français

Présentation

Ce projet a été effectué en troisième année du CMI Informatique à l'UFR SFA Université de Poitiers dans le cadre de l'enseignement Programmation des interfaces homme-machine.

Ce projet a été développé en trinôme avec l'EDI IntelliJ IDEA et Scene Builder for Java 8.

Utilisation

Cet projet a été développé avec Java 8 qui inclut directement JavaFX, vous pouvez télécharger cette version ici.

Pour lancer le jeu placez vous dans le répertoire code/out/production/Projet/ puis lancez la commande suivante :

java gypsysCarnival.Game

Le jeu qui s'affiche est l'interface graphique du jeu sur terminal développer dans ce projet Java

Compétences acquises

  • Principes primordiaux des Interactions Homme-Machine
  • Programmation événementielle
  • Boîtes à outils et widgets en JavaFX puis en FXML
  • Modèle MVC
  • Threads

Résultat

Nous avons obtenu la note de 18/20.

English

Presentation

This project was carried out in the third year of the CMI Informatique at the University of Poitiers as part of the Programming of human-machine interfaces teaching programme.

This project was developed in trinomial with the IntelliJ IDEA IDE and Scene Builder for Java 8.

Use

This project has been developed with Java 8 which includes directly JavaFX, you can download this version here.

To launch the game go to the directory code/out/production/Project/ then run the following command:

java gypsysCarnival.Game

The game that appears is the graphical interface of the terminal game developed in this Java project

Skills acquired

  • Fundamental principles of Human-Computer Interaction
  • Event-driven programming
  • Toolboxes and widgets in JavaFX and FXML
  • MVC model
  • Threads

Result

We obtained a score of 18/20.

About

HMI with JavaFX project


Languages

Language:Java 99.9%Language:HTML 0.1%