Open peter1591 opened 7 years ago
Python Django
https://scotch.io/tutorials/build-your-first-python-and-django-application
dynamic websites with django http://djangobook.com/django-views-dynamic-content/ https://www.slideshare.net/neror/building-a-dynamic-website-using-django
To draw a big (game) tree, we need to feed all tree data to javascript Then use javascript to draw the tree, and let user to interact with it
In this scenario, maybe the core part is just the javascript rendering engine No need to introduce python django for this purpose
But, website is a good idea to present game AI UI We can easily adopt to client/server architecture this way.
http://inspire.blufra.me/big-data-visualization-review-of-the-20-best-tools/
More tools for visualization
Visual studio debug visualizer: https://msdn.microsoft.com/en-us/library/ms164759.aspx
Maybe an interactive shell is a good start!
Give user some commands to traverse the game tree
D3 JS https://skillsmatter.com/skillscasts/7460-visualising-game-trees-with-d3-js https://bl.ocks.org/mbostock/4062045