Skip to content

swq0553/kaleido3d

 
 

Repository files navigation

    Copyright (c) 2014, Tsin Studio. All rights reserved.
    Copyright (c) 2014, Qin Zhou. All rights reserved.

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:
     * Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
     * Neither the name of TSIN STUDIO nor the names of its
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
    EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
    OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.    

Introduction

Main Feature

  • Next Generation Graphics Library
  • Modern C++ Code (C++ 11)
  • Modern Graphics Renderer (Metal, Vulkan, DirectX 12)
  • Maya Digital Content Creation Tools

A Task Oriented Renderer

Renderer Arch


Build Required

Compiler Required:

Platform Required:

  • Win10 10130 or OS X EI Capitan

Build Documents:

cd Document and run makedoc.bat

Build Instructions:

  • Windows: make.bat
  • Mac OS X: cd Project && ./premake5 xcode4

Directories:

  • Source:
    • Core
      • A Cross Platform Implementation Of IO, SIMD Math, Image And Thread
    • Renderer
      • Implementation Include OpenGL, D3D12 And iOS Metal
    • Engine
    • Launcher
    • Physics
  • ThirdParty
  • Include
    • Interface
    • SIMD Math Library
    • Template Library
  • Shader:
    • Effects Implemented With HLSL And GLSL
  • DedicatedServer:
    • A server application implemented by GoLang.

Contact

If you have any suggestion, please contact me via sina weibo or email.

Discuss

Join the chat at https://gitter.im/TsinStudio/kaleido3d

Please join the gitter chat to discuss on this project. Framework development discussions and thorough bug reports are collected on Issues.

About

A Cross Platform 3D Renderer (DX12, Metal, Vulkan) ... In development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.5%
  • CMake 6.3%
  • C 5.8%
  • Python 0.8%
  • Lua 0.4%
  • Objective-C++ 0.4%
  • Other 0.8%