2021-11-02 19:42:00 +01:00
2021-11-02 19:42:00 +01:00
2021-10-19 23:04:38 +02:00
2021-09-23 10:10:39 +02:00
2021-11-01 20:25:16 +01:00
2021-11-02 19:42:00 +01:00
2021-11-02 19:42:00 +01:00
2020-02-05 20:58:58 +01:00
2021-08-22 23:07:38 +02:00
2021-03-31 17:43:35 +02:00
2021-04-13 23:09:16 +02:00
2021-11-02 19:42:00 +01:00
2020-06-02 11:46:18 +02:00
2021-11-02 19:42:00 +01:00
2021-04-01 16:40:14 +02:00
2020-06-02 11:46:18 +02:00
2020-03-09 12:30:07 +01:00
2021-10-19 23:04:38 +02:00

Seele

The Seele engine is intendent to be a general purpose 3D Engine, built from the ground up to enforce verbosity for modern APIs, but keeping it simple to use, with lots of additional and optional parameters.

Getting started

The project is built using standard CMake 3.15, so that and a modern C++17 compiler should be the only prerequisites.

Clone the repository and initialize the dependencies with git submodule update --init --recursive SLang library hasn't been included in the automatic build yet, so you have to manually compile that project, found in external/slang This has been fixed, but not extensively tested

Linux notes:

All dependencies from glfw are required: libx11-dev, libxrandr-dev, libxinerama-dev, libxcursor-dev, libxi-dev

S
Description
No description provided
Readme
66 MiB
Languages
C++ 90.1%
Objective-C++ 7.6%
CMake 1.3%
Python 0.6%
C 0.4%