-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Benjamin Glatzel
authored
Jul 8, 2017
1 parent
0094d39
commit 70f1487
Showing
1 changed file
with
2 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 12,8 @@ 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 like to join the Intrinsic Slack team, just drop me a message: [email protected]. | ||
|
||
# Screenshots | ||
|
||
![Intrinsic](media/screenshot_0.jpg) | ||
|
@@ -43,43 45,3 @@ Further details and the (heavily WIP) [API documentation](http://www.intrinsic-e | |
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
``` | ||
|
||
# Credits | ||
|
||
Intrinsic uses the following open-source libraries: | ||
|
||
* Qt (IntrinsicEd only, see https://www.qt.io/download) | ||
* SDL 2.0 (see https://www.libsdl.org/download-2.0.php) | ||
* Vulkan SDK (see https://lunarg.com/vulkan-sdk/) | ||
* tlsf (see https://github.com/mattconte/tlsf) | ||
* microprofile (https://github.com/jonasmr/microprofile) | ||
* enkiTS (see https://github.com/dougbinks/enkiTS) | ||
* gli (see http://gli.g-truc.net/0.8.1/index.html) | ||
* glm (see http://glm.g-truc.net/0.9.8/index.html) | ||
* glslang (see https://github.com/KhronosGroup/glslang) | ||
* SPIRV-Cross (see https://github.com/KhronosGroup/SPIRV-Cross) | ||
* LuaJIT (see http://luajit.org/) | ||
* rapidjson (see https://github.com/miloyip/rapidjson) | ||
* rlutil (see https://github.com/tapio/rlutil) | ||
* SOL 2 (see https://github.com/ThePhD/sol2) | ||
* sparsepp (see https://github.com/greg7mdp/sparsepp) | ||
* tinydir (see https://github.com/cxong/tinydir) | ||
|
||
Intrinsic uses the following proprietary libraries: | ||
|
||
* PhysX 3 (see https://developer.nvidia.com/physx-sdk) | ||
* FBX SDK (IntrinsicEd only, see http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=10775847) | ||
* BugSplat (see http://www.bugsplat.com/) | ||
|
||
... and the following tools in binary format: | ||
|
||
* DirectXTex (see https://github.com/Microsoft/DirectXTex) | ||
* Cloc (see http://cloc.sourceforge.net) | ||
* 7za (see http://www.7-zip.org/download.html) | ||
|
||
Assets and icons sourced from: | ||
|
||
* https://cloud.blender.org/ | ||
* https://www.artstation.com/artwork/xKkaW | ||
* http://www.flaticon.com | ||
* http://www.gametextures.com |