mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-10-17 20:01:29 +08:00
34 lines
641 B
Markdown
34 lines
641 B
Markdown
# Raytrace example
|
|
|
|
Simple raytracing example with OpenGL preview
|
|
|
|
## Status
|
|
|
|
Not working yet. Still in work in progress.
|
|
|
|
## Build
|
|
|
|
### Linux or macOS
|
|
|
|
```
|
|
$ premake5 gmake
|
|
$ make
|
|
```
|
|
|
|
### Windows
|
|
|
|
```
|
|
$ premake5 vs2015
|
|
```
|
|
|
|
|
|
## Third party libraries and its icenses.
|
|
|
|
* picojson : BSD license.
|
|
* bt3gui : zlib license.
|
|
* glew : BSD/MIT license.
|
|
* tinyobjloader : MIT license.
|
|
* glm : The Happy Bunny License (Modified MIT License). Copyright (c) 2005 - 2017 G-Truc Creation
|
|
* ImGui : The MIT License (MIT). Copyright (c) 2014-2015 Omar Cornut and ImGui contributors
|
|
* ImGuizmo : The MIT License (MIT). Copyright (c) 2016 Cedric Guillemet
|