본문 바로가기
카테고리 없음

[OpenGL] OpenGL 로 만든 FPS 게임 Titan Voyager

by 나스닥171819 2023. 9. 23.
728x90
반응형

GLUT를 사용하지 않습니다.

 

GLFW 나 GLEW 를 사용하는 에제를 추천합니다.

 

아래 예제는 GLEW 를 사용합니다.

 

https://kyoungwhankim.github.io/ko/blog/opengl_intro/

 

OpenGL 소개: OpenGL, GLFW, GLEW란? [OpenGL E02]

OpenGL/GLEW/GLFW

kyoungwhankim.github.io

 

https://velog.io/@kkkh0315/OpenGL-%EC%84%A4%EC%B9%98-GLEW-GLFW-%EB%8B%A4%EC%9A%B4%EB%A1%9C%EB%93%9C%EB%B2%95%EA%B3%BC-Visual-Studio%EC%97%90%EC%84%9C-OpenGL-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-OpenGL-E03

 

OpenGL 설치: GLEW, GLFW 다운로드법과 Visual Studio에서 OpenGL 사용하기 [OpenGL E03]

 

velog.io

 

Titan Voyager

 

GitHub - EtherealPtr/Titan-Voyager-Custom-Game-Engine: 3D FPS game written from scratch in C++ and OpenGL.

3D FPS game written from scratch in C++ and OpenGL. - GitHub - EtherealPtr/Titan-Voyager-Custom-Game-Engine: 3D FPS game written from scratch in C++ and OpenGL.

github.com

A 3D first person shooter game written in C++ and OpenGL. The game takes place on a mysterious moon where the player is attempting to retrieve some valuable data before being ambushed by a group of spherical entities.

 

 

대학 때 만든 작품의 수준....

 

 

https://github.com/EtherealPtr/Titan-Voyager-Custom-Game-Engine

 

GitHub - EtherealPtr/Titan-Voyager-Custom-Game-Engine: 3D FPS game written from scratch in C++ and OpenGL.

3D FPS game written from scratch in C++ and OpenGL. - GitHub - EtherealPtr/Titan-Voyager-Custom-Game-Engine: 3D FPS game written from scratch in C++ and OpenGL.

github.com

 

 

원자자 소개 페이지

 

https://rony-hanna.github.io/

 

Rony's Portfolio

Pathfinder (personal project 2023) A 2D application written in C++ and the Vulkan API to showcase the A* pathfinding algorithm. Titan Voyager (personal project 2019) First-person shooter game made in C++ and OpenGL. I developed this game as a personal proj

rony-hanna.github.io

 

반응형