https://github.com/begla/intrinsic
Intrinsic is a Vulkan based cross-platform game and rendering engine. The project is currently in an early stage of development.
https://github.com/begla/intrinsic
cross-platform cross-platform-game data-oriented data-oriented-design game game-engine rendering rendering-engine vulkan vulkan-sdk
Last synced: 7 months ago
JSON representation
Intrinsic is a Vulkan based cross-platform game and rendering engine. The project is currently in an early stage of development.
- Host: GitHub
- URL: https://github.com/begla/intrinsic
- Owner: begla
- License: apache-2.0
- Created: 2016-10-17T00:49:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T09:42:43.000Z (over 2 years ago)
- Last Synced: 2025-05-16T17:09:00.523Z (7 months ago)
- Topics: cross-platform, cross-platform-game, data-oriented, data-oriented-design, game, game-engine, rendering, rendering-engine, vulkan, vulkan-sdk
- Language: C++
- Homepage:
- Size: 94.3 MB
- Stars: 1,044
- Watchers: 83
- Forks: 75
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intrinsic
[](https://github.com/begla/Intrinsic/issues) 
> **NOTE:** This project is no longer being actively worked on and has been superseded by IOLITE, a voxel-powered game engine currently in its initial development phase. You can find more details here:
Intrinsic is a Vulkan based cross-platform game and rendering engine. The project is currently in an early stage of development.
The Intrinsic repository is hosted on [GitHub](http://www.github.com/begla/Intrinsic). You can find some simple build and setup instructions in `GETTING_STARTED.md`.
Contributions and general support are welcome at any time.
# Build Status
| Platform | Build Status |
|:--------:|:------------:|
| Windows (Visual Studio 2017) | [](https://ci.appveyor.com/project/begla/intrinsic) |
| Linux (GCC 6.0 / Clang 4.0) | [](https://travis-ci.org/begla/Intrinsic) |
# Screenshots




# 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.
```