mayant15 / lotus

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

Home Page:https://gds.sntiitk.in/lotus/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://gds.sntiitk.in/lotus/

License:MIT License


Languages

Language:C++ 94.8%Language:GLSL 2.2%Language:C 1.7%Language:CMake 0.8%Language:Shell 0.3%Language:Dockerfile 0.1%