[1] OpenGl Tutorial recomended from gamedev
http://ogldev.atspace.co.uk/
[2] OpenGL samples under Windows
http://www.mbsoftworks.sk/index.php?page=tutorials&series=1
Tuesday, April 21, 2015
Monday, April 20, 2015
OpenGL 4.4 Ubuntu 14.04
Guide using [2]
Step 1: Verify your Hardware
Step 2: Download appropiate driver (NVidia for me)
Step 3: kill gdm process and run installer (file downloaded)
Note: if your Desktop not start next time, remove and reinstall
References
[1] http://www.nvidia.com/Download/driverResults.aspx/83686/en-us
[2] http://ubuntuhandbook.org/index.php/2013/08/install-nvidia-opengl-4-4-driver-325-05-03-in-ubuntu-linux-mint/
[3] Recover your desktop
http://askubuntu.com/questions/141606/how-to-fix-the-system-is-running-in-low-graphics-mode-error
Step 1: Verify your Hardware
Step 2: Download appropiate driver (NVidia for me)
Step 3: kill gdm process and run installer (file downloaded)
Note: if your Desktop not start next time, remove and reinstall
References
[1] http://www.nvidia.com/Download/driverResults.aspx/83686/en-us
[2] http://ubuntuhandbook.org/index.php/2013/08/install-nvidia-opengl-4-4-driver-325-05-03-in-ubuntu-linux-mint/
[3] Recover your desktop
http://askubuntu.com/questions/141606/how-to-fix-the-system-is-running-in-low-graphics-mode-error
Monday, April 06, 2015
Backtracking Resource
1
http://wiki.icmc.usp.br/index.php/Scc-211%28JoaoLuis%29
2
3
4
5
Ejercicios
[1] Backtracking (...hoja5,hoja6,hoja7...)
http://www.ia.urjc.es/cms/sites/default/files/userfiles/file/GIC-IC/2014-15/hoja6.pdf
http://www.ia.urjc.es/cms/sites/default/files/userfiles/file/GIC-IC/2014-15/hoja6-solucion.pdf
http://wiki.icmc.usp.br/index.php/Scc-211%28JoaoLuis%29
2
3
4
5
Ejercicios
[1] Backtracking (...hoja5,hoja6,hoja7...)
http://www.ia.urjc.es/cms/sites/default/files/userfiles/file/GIC-IC/2014-15/hoja6.pdf
http://www.ia.urjc.es/cms/sites/default/files/userfiles/file/GIC-IC/2014-15/hoja6-solucion.pdf
Subscribe to:
Posts (Atom)
-
Resources: [1] Hela https://ome.grc.nia.nih.gov/iicbu2008/hela/index.html
-
mas plugins http://devsnippets.com/reviews/using-jquery-to-style-design-elements-20-impressive-plugins.html http://www.extjs.com/deploy/dev/...
-
Episodios: Épisode 1 : La Libertina de calidad (Le Libertin de qualité) Épisode 2 : La Apuesta de las tres cotillas (La Gageure des tr...
Python3 version alternatives and virtual environments
Solving multiple python installation: sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...