Commit Graph

29 Commits

Author SHA1 Message Date
610ce62935 added battery charge graph
adjusted simulation to have the exact same behavior as the python code
2021-10-09 20:26:18 +02:00
3bc782c9d6 reimplementation of the simulation in javascript (wip) 2021-10-08 23:48:20 +02:00
3121342337 refactored HTML injection system
- using a <div> container instead of an <iframe> (simplifies the build
system, avoids the quirks iframes)
- Bulma CSS is encapsulated in the #simulator ID to avoid polluting the
rest of the page, as well as increasing the chances to override the page
CSS
2021-10-08 19:44:28 +02:00
5f63dc7c7d improved build system, fixed special character escaping bug 2021-10-06 19:27:32 +02:00
9de822f5a2 renamed project to vehicle-simulator 2021-10-06 19:27:13 +02:00
fe51709554 whole application embedded in a single js file, loaded in iframe 2021-10-05 23:30:43 +02:00
18e2d63b0a removed intermediate file from version control 2021-10-05 18:59:55 +02:00
d16e8412a2 refactored build system to eliminate platform-specific scripts 2021-10-05 18:47:40 +02:00
fd385fd76d improved zone names in SVG map
added tag around custom attributes in the description
fixed SVG dimensions in HTML document
2021-10-04 23:17:26 +02:00
ec38f950d7 added footer 2021-10-04 23:02:24 +02:00
21e6b0bba6 moved data files in a separate folder 2021-10-04 23:00:23 +02:00
0975bc01b6 Merge branch 'master' of https://gitea.youb.fr/youen/vhelio-simulator 2021-10-04 22:27:59 +02:00
b12e957ea4 fixed license text 2021-10-04 22:26:40 +02:00
5a6e1864a8 added build.bat 2021-10-04 20:04:44 +02:00
61f205d6de automatization of svg embedding
added shadows in SVG
2021-10-03 23:01:38 +02:00
20ab0175d3 improved climate zone map modal 2021-10-03 22:03:55 +02:00
5997f9d30e added button to select climate zone on the map 2021-10-03 21:43:35 +02:00
bed631a3d6 exported svg map 2021-10-03 20:29:20 +02:00
d37b2d0962 replaced map by new SVG based on using https://fr.wikipedia.org/wiki/Fichier:D%C3%A9partements_et_r%C3%A9gions_de_France.svg 2021-10-03 19:39:48 +02:00
7ecd11def4 vectorized version of climate zones map 2021-10-03 18:31:45 +02:00
7b30336177 added simulator parameters form 2021-10-02 19:50:37 +02:00
73a7056587 original python source code of the simulator 2021-10-02 15:18:02 +02:00
ef5195b807 changed license to be more restrictive 2021-10-02 15:11:18 +02:00
03e09e6caa Mise à jour de 'README.md' 2021-10-02 11:49:52 +01:00
b56d805350 updated package.json 2021-10-02 12:28:07 +02:00
21695d8331 eclipse project 2021-10-02 12:20:27 +02:00
aea4314d82 typescript configuration 2021-10-02 12:19:07 +02:00
b8515c222a Mise à jour de 'LICENSE' 2021-10-02 10:54:39 +01:00
10eb28db42 Initial commit 2021-10-02 10:50:57 +01:00