This repository represents the Lynar Studios - Standard Library (ls-std).
|
|
1 viikko sitten | |
|---|---|---|
| doc | 1 kuukausi sitten | |
| include | 1 viikko sitten | |
| library | 1 kuukausi sitten | |
| source | 1 viikko sitten | |
| test | 1 viikko sitten | |
| .clang-format | 1 kuukausi sitten | |
| .clang-tidy | 1 kuukausi sitten | |
| .gitignore | 1 viikko sitten | |
| CMakeLists.txt | 1 viikko sitten | |
| README.md | 1 viikko sitten | |
| conanfile.txt | 1 viikko sitten |
This is a 3D game engine based on SDL3 + Vulkan API / Metal API.
The following prerequisites need to be fulfilled in order to build this game engine.
Missing Conan dependencies must be installed:
conan install . --output-folder=cmake-build-debug --build=missing -s build_type=Debug -s compiler.cppstd=17
conan install . --output-folder=cmake-build-release --build=missing -s build_type=Release -s compiler.cppstd=17
To Do
In Process: It contains the following modules:
| Name | Description |
|---|---|
| ls-atlantis-input | This module provides all functionalities for input devices. |
| ls-atlantis-logic | This module provides functionalities like engine setup, game loop logic and engine run time information. |
| ls-atlantis-rendering | This module provides all rendering functionalities. |