> For the complete documentation index, see [llms.txt](https://shiva.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shiva.gitbook.io/project/shiva.md).

# Shiva

## Introduction: <a href="#shiva-introduction" id="shiva-introduction"></a>

Welcome to the documentation of the **shiva** c++ engine

**shiva** is an engine programmed in **C++ 17** that aims to be very fast in runtime by using the maximum of features at the compilation while remaining extensible to the runtime.

It is based on an architecture of [modules](/project/shiva/modules.md) that can be used separately or together.

## Project Status:

| Categories       | Badge Status                                                                                                                                             |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Coverage Head    | [![Coverage Status](https://coveralls.io/repos/github/Milerius/shiva/badge.svg)](https://coveralls.io/github/Milerius/shiva)                             |
| Coverage Master  | [![Coverage Status](https://coveralls.io/repos/github/Milerius/shiva/badge.svg?branch=master)](https://coveralls.io/github/Milerius/shiva?branch=master) |
| AppVeyor Windows | [![Build status](https://ci.appveyor.com/api/projects/status/krqog6tiv34kk0gd?svg=true)](https://ci.appveyor.com/project/Milerius/shiva)                 |
| Jenkins-Windows  | [![Build Status](http://ci.slyris.eu/buildStatus/icon?job=shiva)](http://ci.slyris.eu/job/shiva/)                                                        |
| Jenkins-Linux    | [![Build Status](http://ci.slyris.eu/buildStatus/icon?job=shiva-pipeline/master)](http://ci.slyris.eu/job/shiva-pipeline/job/master/)                    |

## Supported Compiler:

| Compiler | Version   |
| -------- | --------- |
| MSVC     | 15.7 or + |
| G++      | 7.2 or +  |
| Clang    | 6.0 or +  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://shiva.gitbook.io/project/shiva.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
