Just™ Game Engine
File List
Here is a list of all files with brief descriptions:
[detail level 12345]
  engine
  include
  jng
  core
 base.hpp
 engine.hpp
 entry_point.hpp
 event.hpp
 GUID.hpp
 key_events.hpp
 layer.hpp
 layer_stack.hpp
 mouse_events.hpp
 window_events.hpp
  debug
 assert.hpp
 log.hpp
 profiling.hpp
  platform
 input.hpp
 key_codes.hpp
 mouse_codes.hpp
 platform.hpp
 window.hpp
  renderer
 buffers.hpp
 framebuffer.hpp
 renderer.hpp
 renderer2d.hpp
 renderer_api.hpp
 shader.hpp
 texture.hpp
 vertex_array.hpp
  scene
 camera.hpp
 components.hpp
 entity.hpp
 scene.hpp
  scripting
 lua_engine.hpp
 native_script.hpp
  serializers
 scene_serializer.hpp
  utilities
 math.hpp
 imconfig.hpp
  source
  core
 base_internal.hpp
 engine.cpp
 GUID.cpp
 layer_stack.cpp
  debug
 log.cpp
 profiling.cpp
  imgui
 imgui_layer.cpp
 imgui_layer.hpp
  platform
  linux
 graphics_context_ogl.cpp
  windows
 graphics_context_ogl.cpp
 platform_win.cpp
 windows_base.hpp
 graphics_context.hpp
 input.cpp
 window.cpp
  renderer
  opengl
 buffers_ogl.cpp
 framebuffer_ogl.cpp
 renderer_api_ogl.cpp
 shader_ogl.cpp
 texture_ogl.cpp
 vertex_array_ogl.cpp
 renderer.cpp
 renderer2d.cpp
 shader.cpp
 vertex_array.cpp
  scene
 camera.cpp
 components.cpp
 entity.cpp
 scene.cpp
  scripting
 lua_definitions.cpp
 lua_definitions.hpp
 lua_engine.cpp
  serializers
 scene_serializer.cpp
  utilities
 file.cpp
 file.hpp
 helpers.cpp
 helpers.hpp
 math.cpp