Skip to content
This repository has been 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

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.