Azgaar /
Fantasy-Map-Generator
Web application generating interactive and highly customizable maps
Loading repository data…
bi-aya / repository
Application web interactive permettant de visualiser les algorithmes de Dijkstra et BFS en temps réel. Le projet a une architecture hybride : une interface utilisateur en JavaScript connectée à un moteur écrit en C++ et exécuté via WebAssembly.
Un visualiseur interactif d'algorithmes de recherche de chemin (Pathfinding), développé avec un backend en C++ compilé en WebAssembly (Wasm), et un frontend en HTML/CSS/JS.
Le projet suit une architecture stricte de séparation des responsabilités, illustrant une intégration avancée entre le web et les langages de bas niveau :
std::vector et std::map en C++).Pour éviter les problèmes complexes liés à l'installation locale du compilateur C++ vers WebAssembly (emcc), ce projet utilise Docker et Docker Compose pour gérer à la fois la compilation et l'hébergement local.
Cloner le dépôt :
git clone [https://github.com/bi-aya/Labyrinth-ProjetCpp.git](https://github.com/bi-aya/Labyrinth-ProjetCpp.git)
cd Labyrinth-ProjetCpp
Lancer l'environnement : Dans votre terminal, à la racine du projet, exécutez :
docker compose up
Accéder à l'application : Ouvrez votre navigateur web et rendez-vous à l'adresse : http://localhost:8085
index.html, CSS, JS) : Rechargez simplement la page web (F5), les changements sont immédiats.logic.cpp) :
Ctrl+C.docker compose up. Le compilateur Emscripten regénérera automatiquement les fichiers .wasm et pathfinding.js avant de démarrer le serveur.Selected from shared topics, language and repository description—not editorial ratings.
Azgaar /
Web application generating interactive and highly customizable maps
triceam /
app-UI is a collection of user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices. app-UI is a continual work in progress - it was born out of the necessity to have rich & native-feeling interfaces in HTML/JS experiences, and it works great with PhoneGap applications (http://www.phonegap.com). app-UI can easily be styled/customized using CSS.
one-aalam /
Curated resources on building sites with SolidJS, a brand new way(now 1.0) to build Javascript based interactive web applications. A very close looking cousin to React/JSX by syntax, and to Svelte by few important principles(compiler and fine-grained reactivity), it's a highly optimised way to deliver web applications with best-in-class performance.
tbranyen /
diffHTML is a web framework that helps you build applications and other interactive content
magjac /
A web application for interactive visual editing of Graphviz graphs described in the DOT language.
wanghetommy /
ichartjs is a HTML5 canvas charting library. written in pure JavaScript, It uses the HTML5 canvas tag to bulid a variety of charting.offering interactive charts to your web site or web application. ichartjs currently supports line, area, column, bar, pie chart types.and pie and column also support 3D model.ichartjs is covered by the Apache License 2.0