====== 3D ====== * [[/informatique/3d_models|3D Objects, Models]] * [[/informatique/data_visualization|Data Visualization]] * [[/informatique/osm_3d|OSM 3D]] ===== Projets ===== * [[http://www.jon-lab.com/index.php/lab-et-r-d/25-rendu-3d-de-donnees-cartographiques-osm-dans-unity|Rendu 3d de donnees cartographiques osm dans unity]] * [[http://chung.blogvie.com/2015/04/12/openstreetmap-3d-free-online-car-simulation/|Simulation conduite dans données OpenStreetMap]] en Javascript et WebGL. * [[http://citykart.org|CityKart]] Games * [[https://www.cubeslam.com/tech|Cube Slam]] * [[https://www.cubeslam.com|The game]] * [[https://github.com/vladikoff/cubeslam-mirror|source code]] * http://hexgl.bkcore.com ===== Technos ===== [[/informatique/kinect|Kinect]] ===== Logiciels ===== [[/informatique/Blender|Blender]] [[/informatique/google_sketchup|Google Sketchup]] [[http://www.wings3d.com/|Wings 3D]] * [[http://www.cs.mtu.edu/%7Eshene/COURSES/cs3621/NOTES/model/winged-e.html| Winged Edge Data Structure - WEDS]] Unity - tout gratuit si chiffre d'affaire inférieur à ? ===== Code ===== [[http://www.godotengine.org/|Godot Engine]] provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel. Godot is completely Free and Open Source under the very permissive MIT License. No strings attached, no royalties, nothing. Your game is yours, down to the last line of engine code. [[http://irrlicht.sourceforge.net/|Irrlicht Engine]] is an open source high performance realtime 3D engine written in C++. It is completely cross-platform, using D3D, OpenGL and its own software renderers, and has all of the state-of-the-art features which can be found in commercial 3d engines. We've got a huge active community, and there are lots of projects in development that use the engine. You can find enhancements for Irrlicht all over the web, like alternative terrain renderers, portal renderers, exporters, world layers, tutorials, editors, language bindings for java, perl, ruby, basic, python, lua, and so on. And best of all: It's completely free. [[http://threejs.org/|tree.js]]