Skip to content

nfCore Documentation

LKostyra edited this page Nov 18, 2015 · 1 revision

Introduction

nfCore is the most important library in the project. It is responsible for resources, scenes and entities management. It also contains high-level renderer.

The code of nfCore is located here: https://github.com/nfprojects/nfengine/tree/devel/nfEngine/nfCore

Dependencies

  • Internal:
  • nfCommon
  • Low-level renderer
  • External:
  • Bullet Physics
  • FreeType2
  • RapidXML and RapidJSON
  • ImGui

Structure