Skip to content
/ lotus Public
forked from mayant15/lotus

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

License

Notifications You must be signed in to change notification settings

sps1112/lotus

 
 

Repository files navigation

Lotus

A cross-platform 3D game engine

Build

Requirements

  • Conan package manager
  • CMake
  • C++17 compatible compiler

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

mkdir build && cd build
conan install .. -s build_type=Debug
cmake ..
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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.2%
  • C 9.4%
  • Other 0.4%