这是indexloc提供的服务,不要输入任何密码
Skip to content

mesutcank/limonEngine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LimonEngine

LimonEngine is a 3D first person shooter engine, developed as a hobby, to acquire a deeper knowledge of 3D game engine programming.

It can load any model using Assimp, model animations are implemented. but since there is no AI, the first animation is played repeatedly. Realtime lighting and shadows are also implemented. It allows physical interaction with player and objects.

You can check out the project web site

For a demonstration, check out the video at https://youtu.be/OkMz1MGk9NE

Dependencies can be installed on Ubuntu 17.10 using:

sudo apt-get install libassimp-dev libbullet-dev libsdl2-dev libsdl2-image-dev libfreetype6-dev libtinyxml2-dev libglew-dev build-essential libglm-dev libtinyxml2-dev

About

3D FPS game engine with full dynamic lighting and shadows

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 84.7%
  • C 9.3%
  • CMake 4.8%
  • GLSL 1.1%
  • Batchfile 0.1%
  • Shell 0.0%