Skip to content

Blueshift is a cross-platform 3D game engine implemented in C++. it's free, open-source, and works on Windows, macOS, iOS, and Android. The project is currently in an early stage of development.

License

Notifications You must be signed in to change notification settings

shuchongqj/BlueshiftEngine

 
 

Repository files navigation

Blueshift Game Engine

License LoC Codacy Badge Windows Build status

Blueshift is a cross-platform 3D game engine implemented in C++. it's free, open-source, and works on Windows, macOS, iOS, and Android. The project is currently in an early stage of development.

For more information about the changes, see the change log.

Buy Me a Coffee at ko-fi.com

Features

  • Cross-platform (Windows, macOS, iOS and Android)
  • OpenGL 3.2+, OpenGL ES 3.0 rendering
  • Component based scene objects
  • Skeletal (with hardware skinning) animation
  • GPU instancing with skinned mesh
  • Parametric animation blending
  • Directional, spot, point lights
  • Environment probes
  • Shadow mapping (cascaded shadow map, omni directional shadow map, projected shadow map)
  • Particle system
  • HDR rendering and filmic tone mapping
  • Post-processing
  • PBR rendering
  • Environment probes
  • Physics using Bullet
  • Vehicle physics
  • Scripting using Lua and LuaJIT
  • 2D and 3D audio playback using DirectSound, OpenAL and OpenSLES
  • TrueType font rendering using FreeType
  • Unicode string support
  • 3D mesh/animation import from FBX
  • Supported IDEs: Visual Studio, Xcode, Android Studio
  • Playable WYSIWYG editor using Qt with undo & redo capabilities

Downloads

Blueshift editor binaries are downloadable here.

Examples

Example projects are downloadable here.

Screenshots

Screenshot1 Screenshot2 Screenshot3 Screenshot4

Documentation

License

The Blueshift game engine source code is released under the Apache 2.0 license. Please see LICENSE.md for complete licensing information.

How To Contribute

Contributions are always welcome, either reporting issues/bugs or forking the repository and then issuing pull requests when you have completed some additional coding that you feel will be beneficial to the main project. If you are interested in contributing in a more dedicated capacity, then please contact me.

See also

Blueshift Document

About

Blueshift is a cross-platform 3D game engine implemented in C++. it's free, open-source, and works on Windows, macOS, iOS, and Android. The project is currently in an early stage of development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 57.0%
  • C 35.5%
  • GLSL 2.0%
  • Objective-C++ 1.7%
  • CMake 1.4%
  • Lua 1.1%
  • Other 1.3%