Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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