Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charan-kumar-137/3d_world
3D World created using OpenGL
https://github.com/charan-kumar-137/3d_world
Last synced: 3 days ago
JSON representation
3D World created using OpenGL
- Host: GitHub
- URL: https://github.com/charan-kumar-137/3d_world
- Owner: charan-kumar-137
- Created: 2021-08-13T13:57:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T14:07:10.000Z (over 3 years ago)
- Last Synced: 2024-11-14T10:38:50.611Z (2 months ago)
- Language: C
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
3D WORLD
A Scene created using OpenGL with entities like castle, car and truck
-- Execution
Create a assets directory and place the images present in bmp.h file
Compile using C compiler
gcc main.c -o 3D_WORLD -lGL -lGLU -lglut -lm
Execute the compiled binary
./3D_WORLD