# intrinsic **Repository Path**: jooo000hn/intrinsic ## Basic Information - **Project Name**: intrinsic - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-07-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

# Intrinsic [![Contribute!](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/begla/Intrinsic/issues) Buy Me a Coffee at ko-fi.com Intrinsic is a Vulkan based cross-platform game and rendering engine. The project is currently in an early stage of development. You can find some simple build and setup instructions in `GETTING_STARTED.md`. Further details and the (heavily WIP) [API documentation](http://www.intrinsic-engine.com/api-doc) are available on the [project homepage](http://www.intrinsic-engine.com). The Intrinsic repository is hosted on [GitHub](http://www.github.com/begla/Intrinsic). Contributions and general support are welcome at any time. If you would like to join the Intrinsic Slack team, go ahead and request an invitation via [Slackin](https://slackin-eexzwpyjqk.now.sh). # Build Status | Platform | Build Status | |:--------:|:------------:| | Windows (Visual Studio 2017) | [![Windows Build Status](https://ci.appveyor.com/api/projects/status/eevcf6gfm77309ud?svg=true)](https://ci.appveyor.com/project/begla/intrinsic) | | Linux (GCC 6.0 / Clang 4.0) | [![Linux Build Status](https://travis-ci.org/begla/Intrinsic.svg?branch=master)](https://travis-ci.org/begla/Intrinsic) | # Screenshots ![Intrinsic](media/screenshot_0.jpg) ![IntrinsicEd](media/screenshot_1.jpg) ![IntrinsicEd](media/screenshot_3.jpg) ![IntrinsicEd](media/screenshot_2.jpg) # License ``` // Copyright 2017 Benjamin Glatzel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. ```