Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.
/ lotus Public archive

A cross-platform 3D game engine developed for Studio Centauri.

License

Notifications You must be signed in to change notification settings

mayant15/lotus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9f7c233 · Jul 16, 2022
Jul 16, 2022
Jul 16, 2022
Jul 16, 2022
Jun 1, 2021
Jul 16, 2022
Jul 16, 2022
Jul 16, 2022
Jul 16, 2022
Jul 16, 2022
Jul 16, 2022
Jul 16, 2022
Jun 1, 2021
Jul 12, 2020
Jul 16, 2022
Feb 20, 2022

Repository files navigation

Lotus

A cross-platform 3D game engine

Build

Requirements

  • CMake
  • C++17 compatible compiler

Clone with git clone and then in the root of the repo do

mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
cmake --build .

More detailed documentation can be found here.

Contributing

We're actively looking for new contributors! Hit us up on our Discord if you're interested.

Non-Code Contributions

  • Documentation: The project is still pretty new, so there is a lot of scope for improvement in our documentation.
  • Bug reports: If you encounter a bug, or want to request a feature, or something doesn't work the way that you would expect it to, please file a report. We want Lotus to "just work".

Code Contributions

For people interested in contributing code, please refer to the contribution guide.

License

Code for the Lotus Engine is MIT licensed. Exceptions are noted where appropriate, for example for bundled third-party libraries or assets. For more information visit the documentation.