Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 4.09 KB

File metadata and controls

50 lines (41 loc) · 4.09 KB

NutshellEngine

NutshellEngine is a modular game engine designed to enable game and engine developers to work together efficiently by providing easy to replace modules implementing the game engine's principal systems such as rendering, physics and audio.

<iframe frameborder="0" src="https://itch.io/embed/2832669?bg_color=2f2d2d&fg_color=c6c7c8&link_color=72b2fb&border_color=2f2d2d" width="552" height="167">NutshellEngine by Team Nutshell</iframe>
  • NutshellEngine: Core of NutshellEngine, manages the modules and various systems.
  • Application: Base of NutshellEngine's applications.
  • Editor: NutshellEngine's editor.
  • Graphics Module: Module managing NutshellEngine's graphics engine.
  • Physics Module: Module managing NutshellEngine's physics engine.
  • Window Module: Module managing NutshellEngine's windows and inputs.
  • Audio Module: Module managing NutshellEngine's audio system.
  • Asset Loader Module: Module loading assets used by NutshellEngine's applications and modules.
  • Platform Module: Module linking NutshellEngine to distribution platforms.

NutshellEngine features:

  • Editor to create games;
  • C++ entity scripting (with a ScriptingAPI documentation);
  • Swappable modules without recompiling the application;
  • Assets (images, models, sounds, scenes, ...) management system;

Articles

Screenshots