{"id":26390998,"url":"https://github.com/noha09/tutoopengl_es","last_synced_at":"2025-03-17T10:17:27.323Z","repository":{"id":219362662,"uuid":"748860311","full_name":"Noha09/TutoOpenGL_ES","owner":"Noha09","description":"Tutorial de la libreria OpenGL es español","archived":false,"fork":false,"pushed_at":"2024-05-03T03:51:38.000Z","size":424,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-03T10:04:56.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Noha09.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-26T22:29:29.000Z","updated_at":"2024-05-03T03:51:41.000Z","dependencies_parsed_at":"2024-03-08T06:24:03.614Z","dependency_job_id":"def38b93-caa3-473f-9ff4-5e55cf5aff4c","html_url":"https://github.com/Noha09/TutoOpenGL_ES","commit_stats":null,"previous_names":["noha09/tutoopengl_es"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Noha09%2FTutoOpenGL_ES","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Noha09%2FTutoOpenGL_ES/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Noha09%2FTutoOpenGL_ES/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Noha09%2FTutoOpenGL_ES/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Noha09","download_url":"https://codeload.github.com/Noha09/TutoOpenGL_ES/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244014186,"owners_count":20383716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-17T10:17:21.020Z","updated_at":"2025-03-17T10:17:24.177Z","avatar_url":"https://github.com/Noha09.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tutorial de la libreria OpenGL\nEste es un tutorial en español para graficar por computadora utilizando la libreria de OpenGL, mas en especifico las librerias GLFW y GLEW. Aunque tambien estaremos utilizando la libreria de GLUT.\n\nCabe aclarar que para este punto ya deben de estar configuradas las librerias correspondientes para importarlas al proyecto, sino aqui hay un [tutorial de como hacer esta configuracion](https://youtu.be/4zjCqjfjcPs?list=PLRtjMdoYXLf4yTkXgyRBy5LXTFhdU7LWq).\n\n\u003ePD: este tutorial esta basado en otro tuto en ingles, aca esta la liga por si quieren hecharle un vistazo igualmente: [playlist](https://youtube.com/playlist?list=PLRtjMdoYXLf4yTkXgyRBy5LXTFhdU7LWq\u0026si=TaXtFu7hE7lGJSOQ).\n\n\u003ePD2: Tambien algo a destacar es que si estan en Visual Studio 2022, deben cambiar la configuracion de la solucion a ***relase*** de lo contrario les saldran errores.\n\n![foto ejemplo](foto1.png)\n\n\u003ePD3: De igual modo deben añadir las siguientes lineas hasta arriba del codigo, antes de incluir las librerias, para que no marque como indefinidas algunas funciones de OpenGL.\n```c++\n#pragma comment(lib, \"glew32s.lib\")\n#pragma comment(lib, \"opengl32.lib\")\n#pragma comment(lib, \"glfw3dll.lib\")\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoha09%2Ftutoopengl_es","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoha09%2Ftutoopengl_es","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoha09%2Ftutoopengl_es/lists"}