项目作者: redagito

项目描述 :
Game Engine/Framework
高级语言: C++
项目地址: git://github.com/redagito/KernEngine.git
创建时间: 2016-12-07T00:00:30Z
项目社区:https://github.com/redagito/KernEngine

开源协议:

下载


KernEngine

Screenshot cg15 2

The GL in OpenGL stands for “Good Luck” because you are going to need it.

Screenshot rtr14 2
KernEngine is a Game Engine/Framework for realtime 3d rendering and game development.
Extracted from 2 projects for university courses.

Requirements

Development is done with

  • Conan 2.x
  • CMake 3.27.x
  • Visual Studio 2022 Community Edition

Building

Conan install for debug and release builds

  1. conan install . --build=missing --settings=build_type=Debug
  2. conan install . --build=missing --settings=build_type=Release

CMake project generation

On Windows

  1. cmake --preset conan-default

On Linux

  1. cmake --preset conan-debug
  2. cmake --preset conan-release

On Windows, open the generated solution file in the build folder.
On Linux use

  1. cmake --build build/Debug
  2. cmake --build build/Release

Literature

Relevant tutorials

Screenshots

Screenshot rtr14 1
Screenshot rtr14 3
Screenshot cg15 1
Screenshot cg15 3