├── .gitattributes ├── .github ├── scripts │ ├── agent.py │ └── wakeup.py └── workflows │ ├── build.yaml │ └── ci.yaml ├── .gitignore ├── Build └── Tundra │ ├── framework.lua │ └── units.lua ├── External ├── OpenEXR │ ├── include │ │ └── OpenEXR │ │ │ ├── Iex.h │ │ │ ├── IexBaseExc.h │ │ │ ├── IexErrnoExc.h │ │ │ ├── IexExport.h │ │ │ ├── IexForward.h │ │ │ ├── IexMacros.h │ │ │ ├── IexMathExc.h │ │ │ ├── IexMathFloatExc.h │ │ │ ├── IexMathFpu.h │ │ │ ├── IexMathIeeeExc.h │ │ │ ├── IexNamespace.h │ │ │ ├── IexThrowErrnoExc.h │ │ │ ├── IlmBaseConfig.h │ │ │ ├── IlmThread.h │ │ │ ├── IlmThreadExport.h │ │ │ ├── IlmThreadForward.h │ │ │ ├── IlmThreadMutex.h │ │ │ ├── IlmThreadNamespace.h │ │ │ ├── IlmThreadPool.h │ │ │ ├── IlmThreadSemaphore.h │ │ │ ├── ImathBox.h │ │ │ ├── ImathBoxAlgo.h │ │ │ ├── ImathColor.h │ │ │ ├── ImathColorAlgo.h │ │ │ ├── ImathEuler.h │ │ │ ├── ImathExc.h │ │ │ ├── ImathExport.h │ │ │ ├── ImathForward.h │ │ │ ├── ImathFrame.h │ │ │ ├── ImathFrustum.h │ │ │ ├── ImathFrustumTest.h │ │ │ ├── ImathFun.h │ │ │ ├── ImathGL.h │ │ │ ├── ImathGLU.h │ │ │ ├── ImathHalfLimits.h │ │ │ ├── ImathInt64.h │ │ │ ├── ImathInterval.h │ │ │ ├── ImathLimits.h │ │ │ ├── ImathLine.h │ │ │ ├── ImathLineAlgo.h │ │ │ ├── ImathMath.h │ │ │ ├── ImathMatrix.h │ │ │ ├── ImathMatrixAlgo.h │ │ │ ├── ImathNamespace.h │ │ │ ├── ImathPlane.h │ │ │ ├── ImathPlatform.h │ │ │ ├── ImathQuat.h │ │ │ ├── ImathRandom.h │ │ │ ├── ImathRoots.h │ │ │ ├── ImathShear.h │ │ │ ├── ImathSphere.h │ │ │ ├── ImathVec.h │ │ │ ├── ImathVecAlgo.h │ │ │ ├── ImfAcesFile.h │ │ │ ├── ImfArray.h │ │ │ ├── ImfAttribute.h │ │ │ ├── ImfB44Compressor.h │ │ │ ├── ImfBoxAttribute.h │ │ │ ├── ImfCRgbaFile.h │ │ │ ├── ImfChannelList.h │ │ │ ├── ImfChannelListAttribute.h │ │ │ ├── ImfChromaticities.h │ │ │ ├── ImfChromaticitiesAttribute.h │ │ │ ├── ImfCompositeDeepScanLine.h │ │ │ ├── ImfCompression.h │ │ │ ├── ImfCompressionAttribute.h │ │ │ ├── ImfConvert.h │ │ │ ├── ImfDeepCompositing.h │ │ │ ├── ImfDeepFrameBuffer.h │ │ │ ├── ImfDeepImage.h │ │ │ ├── ImfDeepImageChannel.h │ │ │ ├── ImfDeepImageIO.h │ │ │ ├── ImfDeepImageLevel.h │ │ │ ├── ImfDeepImageState.h │ │ │ ├── ImfDeepImageStateAttribute.h │ │ │ ├── ImfDeepScanLineInputFile.h │ │ │ ├── ImfDeepScanLineInputPart.h │ │ │ ├── ImfDeepScanLineOutputFile.h │ │ │ ├── ImfDeepScanLineOutputPart.h │ │ │ ├── ImfDeepTiledInputFile.h │ │ │ ├── ImfDeepTiledInputPart.h │ │ │ ├── ImfDeepTiledOutputFile.h │ │ │ ├── ImfDeepTiledOutputPart.h │ │ │ ├── ImfDoubleAttribute.h │ │ │ ├── ImfEnvmap.h │ │ │ ├── ImfEnvmapAttribute.h │ │ │ ├── ImfExport.h │ │ │ ├── ImfFlatImage.h │ │ │ ├── ImfFlatImageChannel.h │ │ │ ├── ImfFlatImageIO.h │ │ │ ├── ImfFlatImageLevel.h │ │ │ ├── ImfFloatAttribute.h │ │ │ ├── ImfFloatVectorAttribute.h │ │ │ ├── ImfForward.h │ │ │ ├── ImfFrameBuffer.h │ │ │ ├── ImfFramesPerSecond.h │ │ │ ├── ImfGenericInputFile.h │ │ │ ├── ImfGenericOutputFile.h │ │ │ ├── ImfHeader.h │ │ │ ├── ImfHuf.h │ │ │ ├── ImfIO.h │ │ │ ├── ImfImage.h │ │ │ ├── ImfImageChannel.h │ │ │ ├── ImfImageChannelRenaming.h │ │ │ ├── ImfImageDataWindow.h │ │ │ ├── ImfImageIO.h │ │ │ ├── ImfImageLevel.h │ │ │ ├── ImfInputFile.h │ │ │ ├── ImfInputPart.h │ │ │ ├── ImfInt64.h │ │ │ ├── ImfIntAttribute.h │ │ │ ├── ImfKeyCode.h │ │ │ ├── ImfKeyCodeAttribute.h │ │ │ ├── ImfLineOrder.h │ │ │ ├── ImfLineOrderAttribute.h │ │ │ ├── ImfLut.h │ │ │ ├── ImfMatrixAttribute.h │ │ │ ├── ImfMultiPartInputFile.h │ │ │ ├── ImfMultiPartOutputFile.h │ │ │ ├── ImfMultiView.h │ │ │ ├── ImfName.h │ │ │ ├── ImfNamespace.h │ │ │ ├── ImfOpaqueAttribute.h │ │ │ ├── ImfOutputFile.h │ │ │ ├── ImfOutputPart.h │ │ │ ├── ImfPartHelper.h │ │ │ ├── ImfPartType.h │ │ │ ├── ImfPixelType.h │ │ │ ├── ImfPreviewImage.h │ │ │ ├── ImfPreviewImageAttribute.h │ │ │ ├── ImfRational.h │ │ │ ├── ImfRationalAttribute.h │ │ │ ├── ImfRgba.h │ │ │ ├── ImfRgbaFile.h │ │ │ ├── ImfRgbaYca.h │ │ │ ├── ImfSampleCountChannel.h │ │ │ ├── ImfStandardAttributes.h │ │ │ ├── ImfStdIO.h │ │ │ ├── ImfStringAttribute.h │ │ │ ├── ImfStringVectorAttribute.h │ │ │ ├── ImfTestFile.h │ │ │ ├── ImfThreading.h │ │ │ ├── ImfTileDescription.h │ │ │ ├── ImfTileDescriptionAttribute.h │ │ │ ├── ImfTiledInputFile.h │ │ │ ├── ImfTiledInputPart.h │ │ │ ├── ImfTiledOutputFile.h │ │ │ ├── ImfTiledOutputPart.h │ │ │ ├── ImfTiledRgbaFile.h │ │ │ ├── ImfTimeCode.h │ │ │ ├── ImfTimeCodeAttribute.h │ │ │ ├── ImfUtilExport.h │ │ │ ├── ImfVecAttribute.h │ │ │ ├── ImfVersion.h │ │ │ ├── ImfWav.h │ │ │ ├── ImfXdr.h │ │ │ ├── OpenEXRConfig.h │ │ │ ├── half.h │ │ │ ├── halfExport.h │ │ │ ├── halfFunction.h │ │ │ └── halfLimits.h │ └── staticlib │ │ ├── Half-2_5.lib │ │ ├── Half-2_5_d.lib │ │ ├── Iex-2_5.lib │ │ ├── Iex-2_5_d.lib │ │ ├── IexMath-2_5.lib │ │ ├── IexMath-2_5_d.lib │ │ ├── IlmImf-2_5.lib │ │ ├── IlmImf-2_5_d.lib │ │ ├── IlmImfUtil-2_5.lib │ │ ├── IlmImfUtil-2_5_d.lib │ │ ├── IlmThread-2_5.lib │ │ ├── IlmThread-2_5_d.lib │ │ ├── Imath-2_5.lib │ │ └── Imath-2_5_d.lib ├── Python │ ├── 39 │ │ ├── Include │ │ │ ├── Python-ast.h │ │ │ ├── Python.h │ │ │ ├── abstract.h │ │ │ ├── asdl.h │ │ │ ├── ast.h │ │ │ ├── bitset.h │ │ │ ├── bltinmodule.h │ │ │ ├── boolobject.h │ │ │ ├── bytearrayobject.h │ │ │ ├── bytesobject.h │ │ │ ├── cellobject.h │ │ │ ├── ceval.h │ │ │ ├── classobject.h │ │ │ ├── code.h │ │ │ ├── codecs.h │ │ │ ├── compile.h │ │ │ ├── complexobject.h │ │ │ ├── context.h │ │ │ ├── cpython │ │ │ │ ├── abstract.h │ │ │ │ ├── bytearrayobject.h │ │ │ │ ├── bytesobject.h │ │ │ │ ├── ceval.h │ │ │ │ ├── code.h │ │ │ │ ├── compile.h │ │ │ │ ├── dictobject.h │ │ │ │ ├── fileobject.h │ │ │ │ ├── fileutils.h │ │ │ │ ├── frameobject.h │ │ │ │ ├── import.h │ │ │ │ ├── initconfig.h │ │ │ │ ├── interpreteridobject.h │ │ │ │ ├── listobject.h │ │ │ │ ├── methodobject.h │ │ │ │ ├── object.h │ │ │ │ ├── objimpl.h │ │ │ │ ├── odictobject.h │ │ │ │ ├── picklebufobject.h │ │ │ │ ├── pyctype.h │ │ │ │ ├── pydebug.h │ │ │ │ ├── pyerrors.h │ │ │ │ ├── pyfpe.h │ │ │ │ ├── pylifecycle.h │ │ │ │ ├── pymem.h │ │ │ │ ├── pystate.h │ │ │ │ ├── pythonrun.h │ │ │ │ ├── pytime.h │ │ │ │ ├── sysmodule.h │ │ │ │ ├── traceback.h │ │ │ │ ├── tupleobject.h │ │ │ │ └── unicodeobject.h │ │ │ ├── datetime.h │ │ │ ├── descrobject.h │ │ │ ├── dictobject.h │ │ │ ├── dynamic_annotations.h │ │ │ ├── enumobject.h │ │ │ ├── errcode.h │ │ │ ├── eval.h │ │ │ ├── exports.h │ │ │ ├── fileobject.h │ │ │ ├── fileutils.h │ │ │ ├── floatobject.h │ │ │ ├── frameobject.h │ │ │ ├── funcobject.h │ │ │ ├── genericaliasobject.h │ │ │ ├── genobject.h │ │ │ ├── graminit.h │ │ │ ├── grammar.h │ │ │ ├── import.h │ │ │ ├── internal │ │ │ │ ├── pegen_interface.h │ │ │ │ ├── pycore_abstract.h │ │ │ │ ├── pycore_accu.h │ │ │ │ ├── pycore_asdl.h │ │ │ │ ├── pycore_ast.h │ │ │ │ ├── pycore_ast_state.h │ │ │ │ ├── pycore_atomic.h │ │ │ │ ├── pycore_atomic_funcs.h │ │ │ │ ├── pycore_bitutils.h │ │ │ │ ├── pycore_blocks_output_buffer.h │ │ │ │ ├── pycore_bytes_methods.h │ │ │ │ ├── pycore_byteswap.h │ │ │ │ ├── pycore_call.h │ │ │ │ ├── pycore_ceval.h │ │ │ │ ├── pycore_code.h │ │ │ │ ├── pycore_compile.h │ │ │ │ ├── pycore_condvar.h │ │ │ │ ├── pycore_context.h │ │ │ │ ├── pycore_dtoa.h │ │ │ │ ├── pycore_fileutils.h │ │ │ │ ├── pycore_format.h │ │ │ │ ├── pycore_gc.h │ │ │ │ ├── pycore_getopt.h │ │ │ │ ├── pycore_gil.h │ │ │ │ ├── pycore_hamt.h │ │ │ │ ├── pycore_hashtable.h │ │ │ │ ├── pycore_import.h │ │ │ │ ├── pycore_initconfig.h │ │ │ │ ├── pycore_interp.h │ │ │ │ ├── pycore_list.h │ │ │ │ ├── pycore_long.h │ │ │ │ ├── pycore_moduleobject.h │ │ │ │ ├── pycore_object.h │ │ │ │ ├── pycore_parser.h │ │ │ │ ├── pycore_pathconfig.h │ │ │ │ ├── pycore_pyarena.h │ │ │ │ ├── pycore_pyerrors.h │ │ │ │ ├── pycore_pyhash.h │ │ │ │ ├── pycore_pylifecycle.h │ │ │ │ ├── pycore_pymem.h │ │ │ │ ├── pycore_pystate.h │ │ │ │ ├── pycore_runtime.h │ │ │ │ ├── pycore_structseq.h │ │ │ │ ├── pycore_symtable.h │ │ │ │ ├── pycore_sysmodule.h │ │ │ │ ├── pycore_traceback.h │ │ │ │ ├── pycore_tuple.h │ │ │ │ ├── pycore_tupleobject.h │ │ │ │ ├── pycore_ucnhash.h │ │ │ │ ├── pycore_unionobject.h │ │ │ │ └── pycore_warnings.h │ │ │ ├── interpreteridobject.h │ │ │ ├── intrcheck.h │ │ │ ├── iterobject.h │ │ │ ├── listobject.h │ │ │ ├── longintrepr.h │ │ │ ├── longobject.h │ │ │ ├── marshal.h │ │ │ ├── memoryobject.h │ │ │ ├── methodobject.h │ │ │ ├── modsupport.h │ │ │ ├── moduleobject.h │ │ │ ├── namespaceobject.h │ │ │ ├── node.h │ │ │ ├── object.h │ │ │ ├── objimpl.h │ │ │ ├── odictobject.h │ │ │ ├── opcode.h │ │ │ ├── osdefs.h │ │ │ ├── osmodule.h │ │ │ ├── parsetok.h │ │ │ ├── patchlevel.h │ │ │ ├── picklebufobject.h │ │ │ ├── py_curses.h │ │ │ ├── pyarena.h │ │ │ ├── pycapsule.h │ │ │ ├── pyconfig.h │ │ │ ├── pyctype.h │ │ │ ├── pydebug.h │ │ │ ├── pydtrace.h │ │ │ ├── pyerrors.h │ │ │ ├── pyexpat.h │ │ │ ├── pyfpe.h │ │ │ ├── pyframe.h │ │ │ ├── pyhash.h │ │ │ ├── pylifecycle.h │ │ │ ├── pymacconfig.h │ │ │ ├── pymacro.h │ │ │ ├── pymath.h │ │ │ ├── pymem.h │ │ │ ├── pyport.h │ │ │ ├── pystate.h │ │ │ ├── pystrcmp.h │ │ │ ├── pystrhex.h │ │ │ ├── pystrtod.h │ │ │ ├── pythonrun.h │ │ │ ├── pythread.h │ │ │ ├── pytime.h │ │ │ ├── rangeobject.h │ │ │ ├── setobject.h │ │ │ ├── sliceobject.h │ │ │ ├── structmember.h │ │ │ ├── structseq.h │ │ │ ├── symtable.h │ │ │ ├── sysmodule.h │ │ │ ├── token.h │ │ │ ├── traceback.h │ │ │ ├── tracemalloc.h │ │ │ ├── tupleobject.h │ │ │ ├── typeslots.h │ │ │ ├── ucnhash.h │ │ │ ├── unicodeobject.h │ │ │ ├── warnings.h │ │ │ └── weakrefobject.h │ │ ├── python3.lib │ │ ├── python39.lib │ │ └── python39_d.lib │ ├── 310 │ │ ├── Include │ │ │ ├── Python.h │ │ │ ├── abstract.h │ │ │ ├── bltinmodule.h │ │ │ ├── boolobject.h │ │ │ ├── bytearrayobject.h │ │ │ ├── bytesobject.h │ │ │ ├── cellobject.h │ │ │ ├── ceval.h │ │ │ ├── classobject.h │ │ │ ├── code.h │ │ │ ├── codecs.h │ │ │ ├── compile.h │ │ │ ├── complexobject.h │ │ │ ├── context.h │ │ │ ├── cpython │ │ │ │ ├── abstract.h │ │ │ │ ├── bytearrayobject.h │ │ │ │ ├── bytesobject.h │ │ │ │ ├── ceval.h │ │ │ │ ├── code.h │ │ │ │ ├── compile.h │ │ │ │ ├── dictobject.h │ │ │ │ ├── fileobject.h │ │ │ │ ├── fileutils.h │ │ │ │ ├── frameobject.h │ │ │ │ ├── import.h │ │ │ │ ├── initconfig.h │ │ │ │ ├── interpreteridobject.h │ │ │ │ ├── listobject.h │ │ │ │ ├── methodobject.h │ │ │ │ ├── object.h │ │ │ │ ├── objimpl.h │ │ │ │ ├── odictobject.h │ │ │ │ ├── picklebufobject.h │ │ │ │ ├── pyctype.h │ │ │ │ ├── pydebug.h │ │ │ │ ├── pyerrors.h │ │ │ │ ├── pyfpe.h │ │ │ │ ├── pylifecycle.h │ │ │ │ ├── pymem.h │ │ │ │ ├── pystate.h │ │ │ │ ├── pythonrun.h │ │ │ │ ├── pytime.h │ │ │ │ ├── sysmodule.h │ │ │ │ ├── traceback.h │ │ │ │ ├── tupleobject.h │ │ │ │ └── unicodeobject.h │ │ │ ├── datetime.h │ │ │ ├── descrobject.h │ │ │ ├── dictobject.h │ │ │ ├── dynamic_annotations.h │ │ │ ├── enumobject.h │ │ │ ├── errcode.h │ │ │ ├── eval.h │ │ │ ├── exports.h │ │ │ ├── fileobject.h │ │ │ ├── fileutils.h │ │ │ ├── floatobject.h │ │ │ ├── frameobject.h │ │ │ ├── funcobject.h │ │ │ ├── genericaliasobject.h │ │ │ ├── genobject.h │ │ │ ├── import.h │ │ │ ├── internal │ │ │ │ ├── pycore_abstract.h │ │ │ │ ├── pycore_accu.h │ │ │ │ ├── pycore_asdl.h │ │ │ │ ├── pycore_ast.h │ │ │ │ ├── pycore_ast_state.h │ │ │ │ ├── pycore_atomic.h │ │ │ │ ├── pycore_atomic_funcs.h │ │ │ │ ├── pycore_bitutils.h │ │ │ │ ├── pycore_blocks_output_buffer.h │ │ │ │ ├── pycore_bytes_methods.h │ │ │ │ ├── pycore_call.h │ │ │ │ ├── pycore_ceval.h │ │ │ │ ├── pycore_code.h │ │ │ │ ├── pycore_compile.h │ │ │ │ ├── pycore_condvar.h │ │ │ │ ├── pycore_context.h │ │ │ │ ├── pycore_dtoa.h │ │ │ │ ├── pycore_fileutils.h │ │ │ │ ├── pycore_format.h │ │ │ │ ├── pycore_gc.h │ │ │ │ ├── pycore_getopt.h │ │ │ │ ├── pycore_gil.h │ │ │ │ ├── pycore_hamt.h │ │ │ │ ├── pycore_hashtable.h │ │ │ │ ├── pycore_import.h │ │ │ │ ├── pycore_initconfig.h │ │ │ │ ├── pycore_interp.h │ │ │ │ ├── pycore_list.h │ │ │ │ ├── pycore_long.h │ │ │ │ ├── pycore_moduleobject.h │ │ │ │ ├── pycore_object.h │ │ │ │ ├── pycore_parser.h │ │ │ │ ├── pycore_pathconfig.h │ │ │ │ ├── pycore_pyarena.h │ │ │ │ ├── pycore_pyerrors.h │ │ │ │ ├── pycore_pyhash.h │ │ │ │ ├── pycore_pylifecycle.h │ │ │ │ ├── pycore_pymem.h │ │ │ │ ├── pycore_pystate.h │ │ │ │ ├── pycore_runtime.h │ │ │ │ ├── pycore_structseq.h │ │ │ │ ├── pycore_symtable.h │ │ │ │ ├── pycore_sysmodule.h │ │ │ │ ├── pycore_traceback.h │ │ │ │ ├── pycore_tuple.h │ │ │ │ ├── pycore_ucnhash.h │ │ │ │ ├── pycore_unionobject.h │ │ │ │ └── pycore_warnings.h │ │ │ ├── interpreteridobject.h │ │ │ ├── intrcheck.h │ │ │ ├── iterobject.h │ │ │ ├── listobject.h │ │ │ ├── longintrepr.h │ │ │ ├── longobject.h │ │ │ ├── marshal.h │ │ │ ├── memoryobject.h │ │ │ ├── methodobject.h │ │ │ ├── modsupport.h │ │ │ ├── moduleobject.h │ │ │ ├── namespaceobject.h │ │ │ ├── object.h │ │ │ ├── objimpl.h │ │ │ ├── opcode.h │ │ │ ├── osdefs.h │ │ │ ├── osmodule.h │ │ │ ├── patchlevel.h │ │ │ ├── py_curses.h │ │ │ ├── pycapsule.h │ │ │ ├── pyconfig.h │ │ │ ├── pydtrace.h │ │ │ ├── pyerrors.h │ │ │ ├── pyexpat.h │ │ │ ├── pyframe.h │ │ │ ├── pyhash.h │ │ │ ├── pylifecycle.h │ │ │ ├── pymacconfig.h │ │ │ ├── pymacro.h │ │ │ ├── pymath.h │ │ │ ├── pymem.h │ │ │ ├── pyport.h │ │ │ ├── pystate.h │ │ │ ├── pystrcmp.h │ │ │ ├── pystrhex.h │ │ │ ├── pystrtod.h │ │ │ ├── pythonrun.h │ │ │ ├── pythread.h │ │ │ ├── rangeobject.h │ │ │ ├── setobject.h │ │ │ ├── sliceobject.h │ │ │ ├── structmember.h │ │ │ ├── structseq.h │ │ │ ├── sysmodule.h │ │ │ ├── token.h │ │ │ ├── traceback.h │ │ │ ├── tracemalloc.h │ │ │ ├── tupleobject.h │ │ │ ├── typeslots.h │ │ │ ├── unicodeobject.h │ │ │ ├── warnings.h │ │ │ └── weakrefobject.h │ │ ├── python3.lib │ │ ├── python310.lib │ │ └── python310_d.lib │ ├── 311 │ │ ├── Include │ │ │ ├── Python.h │ │ │ ├── abstract.h │ │ │ ├── bltinmodule.h │ │ │ ├── boolobject.h │ │ │ ├── bytearrayobject.h │ │ │ ├── bytesobject.h │ │ │ ├── ceval.h │ │ │ ├── codecs.h │ │ │ ├── compile.h │ │ │ ├── complexobject.h │ │ │ ├── cpython │ │ │ │ ├── abstract.h │ │ │ │ ├── bytearrayobject.h │ │ │ │ ├── bytesobject.h │ │ │ │ ├── cellobject.h │ │ │ │ ├── ceval.h │ │ │ │ ├── classobject.h │ │ │ │ ├── code.h │ │ │ │ ├── compile.h │ │ │ │ ├── complexobject.h │ │ │ │ ├── context.h │ │ │ │ ├── descrobject.h │ │ │ │ ├── dictobject.h │ │ │ │ ├── fileobject.h │ │ │ │ ├── fileutils.h │ │ │ │ ├── floatobject.h │ │ │ │ ├── frameobject.h │ │ │ │ ├── funcobject.h │ │ │ │ ├── genobject.h │ │ │ │ ├── import.h │ │ │ │ ├── initconfig.h │ │ │ │ ├── listobject.h │ │ │ │ ├── longintrepr.h │ │ │ │ ├── longobject.h │ │ │ │ ├── methodobject.h │ │ │ │ ├── modsupport.h │ │ │ │ ├── object.h │ │ │ │ ├── objimpl.h │ │ │ │ ├── odictobject.h │ │ │ │ ├── picklebufobject.h │ │ │ │ ├── pthread_stubs.h │ │ │ │ ├── pyctype.h │ │ │ │ ├── pydebug.h │ │ │ │ ├── pyerrors.h │ │ │ │ ├── pyfpe.h │ │ │ │ ├── pyframe.h │ │ │ │ ├── pylifecycle.h │ │ │ │ ├── pymem.h │ │ │ │ ├── pystate.h │ │ │ │ ├── pythonrun.h │ │ │ │ ├── pythread.h │ │ │ │ ├── pytime.h │ │ │ │ ├── setobject.h │ │ │ │ ├── sysmodule.h │ │ │ │ ├── traceback.h │ │ │ │ ├── tupleobject.h │ │ │ │ ├── unicodeobject.h │ │ │ │ ├── warnings.h │ │ │ │ └── weakrefobject.h │ │ │ ├── datetime.h │ │ │ ├── descrobject.h │ │ │ ├── dictobject.h │ │ │ ├── dynamic_annotations.h │ │ │ ├── enumobject.h │ │ │ ├── errcode.h │ │ │ ├── exports.h │ │ │ ├── fileobject.h │ │ │ ├── fileutils.h │ │ │ ├── floatobject.h │ │ │ ├── frameobject.h │ │ │ ├── genericaliasobject.h │ │ │ ├── import.h │ │ │ ├── internal │ │ │ │ ├── pycore_abstract.h │ │ │ │ ├── pycore_accu.h │ │ │ │ ├── pycore_asdl.h │ │ │ │ ├── pycore_ast.h │ │ │ │ ├── pycore_ast_state.h │ │ │ │ ├── pycore_atomic.h │ │ │ │ ├── pycore_atomic_funcs.h │ │ │ │ ├── pycore_bitutils.h │ │ │ │ ├── pycore_blocks_output_buffer.h │ │ │ │ ├── pycore_bytes_methods.h │ │ │ │ ├── pycore_bytesobject.h │ │ │ │ ├── pycore_call.h │ │ │ │ ├── pycore_ceval.h │ │ │ │ ├── pycore_code.h │ │ │ │ ├── pycore_compile.h │ │ │ │ ├── pycore_condvar.h │ │ │ │ ├── pycore_context.h │ │ │ │ ├── pycore_dict.h │ │ │ │ ├── pycore_dtoa.h │ │ │ │ ├── pycore_emscripten_signal.h │ │ │ │ ├── pycore_exceptions.h │ │ │ │ ├── pycore_fileutils.h │ │ │ │ ├── pycore_floatobject.h │ │ │ │ ├── pycore_format.h │ │ │ │ ├── pycore_frame.h │ │ │ │ ├── pycore_function.h │ │ │ │ ├── pycore_gc.h │ │ │ │ ├── pycore_genobject.h │ │ │ │ ├── pycore_getopt.h │ │ │ │ ├── pycore_gil.h │ │ │ │ ├── pycore_global_objects.h │ │ │ │ ├── pycore_global_strings.h │ │ │ │ ├── pycore_hamt.h │ │ │ │ ├── pycore_hashtable.h │ │ │ │ ├── pycore_import.h │ │ │ │ ├── pycore_initconfig.h │ │ │ │ ├── pycore_interp.h │ │ │ │ ├── pycore_interpreteridobject.h │ │ │ │ ├── pycore_list.h │ │ │ │ ├── pycore_long.h │ │ │ │ ├── pycore_moduleobject.h │ │ │ │ ├── pycore_namespace.h │ │ │ │ ├── pycore_object.h │ │ │ │ ├── pycore_opcode.h │ │ │ │ ├── pycore_parser.h │ │ │ │ ├── pycore_pathconfig.h │ │ │ │ ├── pycore_pyarena.h │ │ │ │ ├── pycore_pyerrors.h │ │ │ │ ├── pycore_pyhash.h │ │ │ │ ├── pycore_pylifecycle.h │ │ │ │ ├── pycore_pymath.h │ │ │ │ ├── pycore_pymem.h │ │ │ │ ├── pycore_pystate.h │ │ │ │ ├── pycore_runtime.h │ │ │ │ ├── pycore_runtime_init.h │ │ │ │ ├── pycore_signal.h │ │ │ │ ├── pycore_sliceobject.h │ │ │ │ ├── pycore_strhex.h │ │ │ │ ├── pycore_structseq.h │ │ │ │ ├── pycore_symtable.h │ │ │ │ ├── pycore_sysmodule.h │ │ │ │ ├── pycore_traceback.h │ │ │ │ ├── pycore_tuple.h │ │ │ │ ├── pycore_typeobject.h │ │ │ │ ├── pycore_ucnhash.h │ │ │ │ ├── pycore_unicodeobject.h │ │ │ │ ├── pycore_unionobject.h │ │ │ │ └── pycore_warnings.h │ │ │ ├── intrcheck.h │ │ │ ├── iterobject.h │ │ │ ├── listobject.h │ │ │ ├── longobject.h │ │ │ ├── marshal.h │ │ │ ├── memoryobject.h │ │ │ ├── methodobject.h │ │ │ ├── modsupport.h │ │ │ ├── moduleobject.h │ │ │ ├── object.h │ │ │ ├── objimpl.h │ │ │ ├── opcode.h │ │ │ ├── osdefs.h │ │ │ ├── osmodule.h │ │ │ ├── patchlevel.h │ │ │ ├── py_curses.h │ │ │ ├── pybuffer.h │ │ │ ├── pycapsule.h │ │ │ ├── pyconfig.h │ │ │ ├── pydtrace.h │ │ │ ├── pyerrors.h │ │ │ ├── pyexpat.h │ │ │ ├── pyframe.h │ │ │ ├── pyhash.h │ │ │ ├── pylifecycle.h │ │ │ ├── pymacconfig.h │ │ │ ├── pymacro.h │ │ │ ├── pymath.h │ │ │ ├── pymem.h │ │ │ ├── pyport.h │ │ │ ├── pystate.h │ │ │ ├── pystrcmp.h │ │ │ ├── pystrtod.h │ │ │ ├── pythonrun.h │ │ │ ├── pythread.h │ │ │ ├── pytypedefs.h │ │ │ ├── rangeobject.h │ │ │ ├── setobject.h │ │ │ ├── sliceobject.h │ │ │ ├── structmember.h │ │ │ ├── structseq.h │ │ │ ├── sysmodule.h │ │ │ ├── token.h │ │ │ ├── traceback.h │ │ │ ├── tracemalloc.h │ │ │ ├── tupleobject.h │ │ │ ├── typeslots.h │ │ │ ├── unicodeobject.h │ │ │ ├── warnings.h │ │ │ └── weakrefobject.h │ │ ├── python3.lib │ │ ├── python311.lib │ │ └── python311_d.lib │ └── 312 │ │ ├── Include │ │ ├── Python.h │ │ ├── abstract.h │ │ ├── bltinmodule.h │ │ ├── boolobject.h │ │ ├── bytearrayobject.h │ │ ├── bytesobject.h │ │ ├── ceval.h │ │ ├── codecs.h │ │ ├── compile.h │ │ ├── complexobject.h │ │ ├── cpython │ │ │ ├── abstract.h │ │ │ ├── bytearrayobject.h │ │ │ ├── bytesobject.h │ │ │ ├── cellobject.h │ │ │ ├── ceval.h │ │ │ ├── classobject.h │ │ │ ├── code.h │ │ │ ├── compile.h │ │ │ ├── complexobject.h │ │ │ ├── context.h │ │ │ ├── descrobject.h │ │ │ ├── dictobject.h │ │ │ ├── fileobject.h │ │ │ ├── fileutils.h │ │ │ ├── floatobject.h │ │ │ ├── frameobject.h │ │ │ ├── funcobject.h │ │ │ ├── genobject.h │ │ │ ├── import.h │ │ │ ├── initconfig.h │ │ │ ├── interpreteridobject.h │ │ │ ├── listobject.h │ │ │ ├── longintrepr.h │ │ │ ├── longobject.h │ │ │ ├── memoryobject.h │ │ │ ├── methodobject.h │ │ │ ├── modsupport.h │ │ │ ├── object.h │ │ │ ├── objimpl.h │ │ │ ├── odictobject.h │ │ │ ├── picklebufobject.h │ │ │ ├── pthread_stubs.h │ │ │ ├── pyctype.h │ │ │ ├── pydebug.h │ │ │ ├── pyerrors.h │ │ │ ├── pyfpe.h │ │ │ ├── pyframe.h │ │ │ ├── pylifecycle.h │ │ │ ├── pymem.h │ │ │ ├── pystate.h │ │ │ ├── pythonrun.h │ │ │ ├── pythread.h │ │ │ ├── pytime.h │ │ │ ├── setobject.h │ │ │ ├── sysmodule.h │ │ │ ├── traceback.h │ │ │ ├── tupleobject.h │ │ │ ├── unicodeobject.h │ │ │ ├── warnings.h │ │ │ └── weakrefobject.h │ │ ├── datetime.h │ │ ├── descrobject.h │ │ ├── dictobject.h │ │ ├── dynamic_annotations.h │ │ ├── enumobject.h │ │ ├── errcode.h │ │ ├── exports.h │ │ ├── fileobject.h │ │ ├── fileutils.h │ │ ├── floatobject.h │ │ ├── frameobject.h │ │ ├── genericaliasobject.h │ │ ├── import.h │ │ ├── internal │ │ │ ├── pycore_abstract.h │ │ │ ├── pycore_asdl.h │ │ │ ├── pycore_ast.h │ │ │ ├── pycore_ast_state.h │ │ │ ├── pycore_atexit.h │ │ │ ├── pycore_atomic.h │ │ │ ├── pycore_atomic_funcs.h │ │ │ ├── pycore_bitutils.h │ │ │ ├── pycore_blocks_output_buffer.h │ │ │ ├── pycore_bytes_methods.h │ │ │ ├── pycore_bytesobject.h │ │ │ ├── pycore_call.h │ │ │ ├── pycore_ceval.h │ │ │ ├── pycore_ceval_state.h │ │ │ ├── pycore_code.h │ │ │ ├── pycore_compile.h │ │ │ ├── pycore_condvar.h │ │ │ ├── pycore_context.h │ │ │ ├── pycore_descrobject.h │ │ │ ├── pycore_dict.h │ │ │ ├── pycore_dict_state.h │ │ │ ├── pycore_dtoa.h │ │ │ ├── pycore_emscripten_signal.h │ │ │ ├── pycore_exceptions.h │ │ │ ├── pycore_faulthandler.h │ │ │ ├── pycore_fileutils.h │ │ │ ├── pycore_fileutils_windows.h │ │ │ ├── pycore_floatobject.h │ │ │ ├── pycore_flowgraph.h │ │ │ ├── pycore_format.h │ │ │ ├── pycore_frame.h │ │ │ ├── pycore_function.h │ │ │ ├── pycore_gc.h │ │ │ ├── pycore_genobject.h │ │ │ ├── pycore_getopt.h │ │ │ ├── pycore_gil.h │ │ │ ├── pycore_global_objects.h │ │ │ ├── pycore_global_objects_fini_generated.h │ │ │ ├── pycore_global_strings.h │ │ │ ├── pycore_hamt.h │ │ │ ├── pycore_hashtable.h │ │ │ ├── pycore_import.h │ │ │ ├── pycore_initconfig.h │ │ │ ├── pycore_instruments.h │ │ │ ├── pycore_interp.h │ │ │ ├── pycore_intrinsics.h │ │ │ ├── pycore_list.h │ │ │ ├── pycore_long.h │ │ │ ├── pycore_memoryobject.h │ │ │ ├── pycore_moduleobject.h │ │ │ ├── pycore_namespace.h │ │ │ ├── pycore_object.h │ │ │ ├── pycore_object_state.h │ │ │ ├── pycore_obmalloc.h │ │ │ ├── pycore_obmalloc_init.h │ │ │ ├── pycore_opcode.h │ │ │ ├── pycore_opcode_utils.h │ │ │ ├── pycore_parser.h │ │ │ ├── pycore_pathconfig.h │ │ │ ├── pycore_pyarena.h │ │ │ ├── pycore_pyerrors.h │ │ │ ├── pycore_pyhash.h │ │ │ ├── pycore_pylifecycle.h │ │ │ ├── pycore_pymath.h │ │ │ ├── pycore_pymem.h │ │ │ ├── pycore_pymem_init.h │ │ │ ├── pycore_pystate.h │ │ │ ├── pycore_pythread.h │ │ │ ├── pycore_range.h │ │ │ ├── pycore_runtime.h │ │ │ ├── pycore_runtime_init.h │ │ │ ├── pycore_runtime_init_generated.h │ │ │ ├── pycore_signal.h │ │ │ ├── pycore_sliceobject.h │ │ │ ├── pycore_strhex.h │ │ │ ├── pycore_structseq.h │ │ │ ├── pycore_symtable.h │ │ │ ├── pycore_sysmodule.h │ │ │ ├── pycore_time.h │ │ │ ├── pycore_token.h │ │ │ ├── pycore_traceback.h │ │ │ ├── pycore_tracemalloc.h │ │ │ ├── pycore_tuple.h │ │ │ ├── pycore_typeobject.h │ │ │ ├── pycore_typevarobject.h │ │ │ ├── pycore_ucnhash.h │ │ │ ├── pycore_unicodeobject.h │ │ │ ├── pycore_unicodeobject_generated.h │ │ │ ├── pycore_unionobject.h │ │ │ └── pycore_warnings.h │ │ ├── interpreteridobject.h │ │ ├── intrcheck.h │ │ ├── iterobject.h │ │ ├── listobject.h │ │ ├── longobject.h │ │ ├── marshal.h │ │ ├── memoryobject.h │ │ ├── methodobject.h │ │ ├── modsupport.h │ │ ├── moduleobject.h │ │ ├── object.h │ │ ├── objimpl.h │ │ ├── opcode.h │ │ ├── osdefs.h │ │ ├── osmodule.h │ │ ├── patchlevel.h │ │ ├── py_curses.h │ │ ├── pybuffer.h │ │ ├── pycapsule.h │ │ ├── pyconfig.h │ │ ├── pydtrace.h │ │ ├── pyerrors.h │ │ ├── pyexpat.h │ │ ├── pyframe.h │ │ ├── pyhash.h │ │ ├── pylifecycle.h │ │ ├── pymacconfig.h │ │ ├── pymacro.h │ │ ├── pymath.h │ │ ├── pymem.h │ │ ├── pyport.h │ │ ├── pystate.h │ │ ├── pystats.h │ │ ├── pystrcmp.h │ │ ├── pystrtod.h │ │ ├── pythonrun.h │ │ ├── pythread.h │ │ ├── pytypedefs.h │ │ ├── rangeobject.h │ │ ├── setobject.h │ │ ├── sliceobject.h │ │ ├── structmember.h │ │ ├── structseq.h │ │ ├── sysmodule.h │ │ ├── traceback.h │ │ ├── tracemalloc.h │ │ ├── tupleobject.h │ │ ├── typeslots.h │ │ ├── unicodeobject.h │ │ ├── warnings.h │ │ └── weakrefobject.h │ │ ├── python3.lib │ │ ├── python312.lib │ │ └── python312_d.lib ├── Vulkan │ └── 1.3.231.1 │ │ ├── Include │ │ └── vulkan │ │ │ ├── vk_enum_string_helper.h │ │ │ ├── vk_icd.h │ │ │ ├── vk_layer.h │ │ │ ├── vk_platform.h │ │ │ ├── vk_sdk_platform.h │ │ │ ├── vulkan.h │ │ │ ├── vulkan.hpp │ │ │ ├── vulkan_android.h │ │ │ ├── vulkan_beta.h │ │ │ ├── vulkan_core.h │ │ │ ├── vulkan_directfb.h │ │ │ ├── vulkan_enums.hpp │ │ │ ├── vulkan_format_traits.hpp │ │ │ ├── vulkan_fuchsia.h │ │ │ ├── vulkan_funcs.hpp │ │ │ ├── vulkan_ggp.h │ │ │ ├── vulkan_handles.hpp │ │ │ ├── vulkan_hash.hpp │ │ │ ├── vulkan_ios.h │ │ │ ├── vulkan_macos.h │ │ │ ├── vulkan_metal.h │ │ │ ├── vulkan_profiles.h │ │ │ ├── vulkan_profiles.hpp │ │ │ ├── vulkan_raii.hpp │ │ │ ├── vulkan_screen.h │ │ │ ├── vulkan_static_assertions.hpp │ │ │ ├── vulkan_structs.hpp │ │ │ ├── vulkan_to_string.hpp │ │ │ ├── vulkan_vi.h │ │ │ ├── vulkan_wayland.h │ │ │ ├── vulkan_win32.h │ │ │ ├── vulkan_xcb.h │ │ │ ├── vulkan_xlib.h │ │ │ └── vulkan_xlib_xrandr.h │ │ └── Lib │ │ └── vulkan-1.lib ├── WinPixEventRuntime_1.0.210818001 │ └── bin │ │ └── WinPixEventRuntime.dll └── dxc │ └── v1.7.2308 │ ├── LICENSE-LLVM.txt │ ├── LICENSE-MIT.txt │ ├── LICENSE-MS.txt │ ├── README.md │ ├── bin │ ├── arm64 │ │ ├── dxc.exe │ │ ├── dxcompiler.dll │ │ └── dxil.dll │ ├── x64 │ │ ├── dxc.exe │ │ ├── dxcompiler.dll │ │ ├── dxil.dll │ │ └── libdxcompiler.so │ └── x86 │ │ ├── dxc.exe │ │ ├── dxcompiler.dll │ │ └── dxil.dll │ ├── inc │ ├── WinAdapter.h │ ├── d3d12shader.h │ ├── dxcapi.h │ ├── dxcerrors.h │ └── dxcisense.h │ └── lib │ ├── arm64 │ └── dxcompiler.lib │ ├── x64 │ └── dxcompiler.lib │ └── x86 │ └── dxcompiler.lib ├── LICENSE ├── README.md ├── Source ├── ImGuiFileDialog │ ├── ImGuiFileDialog.cpp │ ├── ImGuiFileDialog.h │ ├── ImGuiFileDialogConfig.h │ ├── LICENSE │ └── dirent │ │ ├── ChangeLog │ │ ├── LICENSE │ │ ├── README.md │ │ └── dirent.h ├── cjson │ ├── cJSON.c │ └── cJSON.h ├── imgui │ ├── LICENSE.txt │ ├── Version.txt │ ├── backends │ │ ├── imgui_impl_dx12.cpp │ │ ├── imgui_impl_dx12.h │ │ ├── imgui_impl_sdl2.cpp │ │ ├── imgui_impl_sdl2.h │ │ ├── imgui_impl_vulkan.cpp │ │ ├── imgui_impl_vulkan.h │ │ ├── imgui_impl_win32.cpp │ │ ├── imgui_impl_win32.h │ │ └── vulkan │ │ │ ├── generate_spv.sh │ │ │ ├── glsl_shader.frag │ │ │ └── glsl_shader.vert │ ├── imconfig.h │ ├── imgui.cpp │ ├── imgui.h │ ├── imgui_demo.cpp │ ├── imgui_draw.cpp │ ├── imgui_internal.h │ ├── imgui_tables.cpp │ ├── imgui_widgets.cpp │ ├── imstb_rectpack.h │ ├── imstb_textedit.h │ ├── imstb_truetype.h │ └── misc │ │ ├── README.txt │ │ ├── cpp │ │ ├── README.txt │ │ ├── imgui_stdlib.cpp │ │ └── imgui_stdlib.h │ │ ├── debuggers │ │ ├── README.txt │ │ ├── imgui.gdb │ │ ├── imgui.natstepfilter │ │ └── imgui.natvis │ │ ├── fonts │ │ ├── Cousine-Regular.ttf │ │ ├── DroidSans.ttf │ │ ├── Karla-Regular.ttf │ │ ├── ProggyClean.ttf │ │ ├── ProggyTiny.ttf │ │ ├── Roboto-Medium.ttf │ │ └── binary_to_compressed_c.cpp │ │ ├── freetype │ │ ├── README.md │ │ ├── imgui_freetype.cpp │ │ └── imgui_freetype.h │ │ └── single_file │ │ └── imgui_single_file.h ├── implot │ ├── LICENSE │ ├── README.md │ ├── TODO.md │ ├── Version.txt │ ├── implot.cpp │ ├── implot.h │ ├── implot_demo.cpp │ ├── implot_internal.h │ └── implot_items.cpp ├── libjpeg │ ├── README │ ├── cderror.h │ ├── cdjpeg.h │ ├── jaricom.c │ ├── jcapimin.c │ ├── jcapistd.c │ ├── jcarith.c │ ├── jccoefct.c │ ├── jccolor.c │ ├── jcdctmgr.c │ ├── jchuff.c │ ├── jcinit.c │ ├── jcmainct.c │ ├── jcmarker.c │ ├── jcmaster.c │ ├── jcomapi.c │ ├── jconfig.h │ ├── jcparam.c │ ├── jcprepct.c │ ├── jcsample.c │ ├── jctrans.c │ ├── jdapimin.c │ ├── jdapistd.c │ ├── jdarith.c │ ├── jdatadst.c │ ├── jdatasrc.c │ ├── jdcoefct.c │ ├── jdcolor.c │ ├── jdct.h │ ├── jddctmgr.c │ ├── jdhuff.c │ ├── jdinput.c │ ├── jdmainct.c │ ├── jdmarker.c │ ├── jdmaster.c │ ├── jdmerge.c │ ├── jdpostct.c │ ├── jdsample.c │ ├── jdtrans.c │ ├── jerror.c │ ├── jerror.h │ ├── jfdctflt.c │ ├── jfdctfst.c │ ├── jfdctint.c │ ├── jidctflt.c │ ├── jidctfst.c │ ├── jidctint.c │ ├── jinclude.h │ ├── jmemmgr.c │ ├── jmemnobs.c │ ├── jmemsys.h │ ├── jmorecfg.h │ ├── jpegint.h │ ├── jpeglib.h │ ├── jquant1.c │ ├── jquant2.c │ ├── jutils.c │ ├── jversion.h │ ├── libjpeg.txt │ └── transupp.h ├── libpng │ ├── LICENSE │ ├── README │ ├── png.c │ ├── png.h │ ├── pngconf.h │ ├── pngdebug.h │ ├── pngerror.c │ ├── pngget.c │ ├── pnginfo.h │ ├── pnglibconf.h │ ├── pngmem.c │ ├── pngpread.c │ ├── pngpriv.h │ ├── pngread.c │ ├── pngrio.c │ ├── pngrtran.c │ ├── pngrutil.c │ ├── pngset.c │ ├── pngstruct.h │ ├── pngtrans.c │ ├── pngwio.c │ ├── pngwrite.c │ ├── pngwtran.c │ └── pngwutil.c ├── modules │ ├── core │ │ ├── Assert.cpp │ │ ├── ByteBuffer.cpp │ │ ├── ClParser.cpp │ │ ├── ClTokenizer.cpp │ │ ├── Formats.cpp │ │ ├── Stopwatch.cpp │ │ └── public │ │ │ └── coalpy.core │ │ │ ├── Assert.h │ │ │ ├── BitMask.h │ │ │ ├── ByteBuffer.h │ │ │ ├── ClParser.h │ │ │ ├── ClTokenizer.h │ │ │ ├── Formats.h │ │ │ ├── GenericHandle.h │ │ │ ├── HandleContainer.h │ │ │ ├── HashStream.h │ │ │ ├── Os.h │ │ │ ├── RefCounted.h │ │ │ ├── SmartPtr.h │ │ │ ├── Stopwatch.h │ │ │ └── String.h │ ├── files │ │ ├── FileSystem.cpp │ │ ├── FileSystem.h │ │ ├── FileWatcher.cpp │ │ ├── FileWatcher.h │ │ ├── InternalFileSystem.cpp │ │ ├── InternalFileSystem.h │ │ ├── Utils.cpp │ │ └── public │ │ │ └── coalpy.files │ │ │ ├── FileDefs.h │ │ │ ├── IFileSystem.h │ │ │ ├── IFileWatcher.h │ │ │ └── Utils.h │ ├── render │ │ ├── BaseImguiRenderer.cpp │ │ ├── BaseImguiRenderer.h │ │ ├── BaseShaderDb.cpp │ │ ├── BaseShaderDb.h │ │ ├── CommandList.cpp │ │ ├── Config.h │ │ ├── DxcCompiler.cpp │ │ ├── DxcCompiler.h │ │ ├── IImguiRenderer.cpp │ │ ├── IShaderDb.cpp │ │ ├── SpirvReflectionData.cpp │ │ ├── SpirvReflectionData.h │ │ ├── TDevice.cpp │ │ ├── TDevice.h │ │ ├── TGpuResourcePool.h │ │ ├── WorkBundleDb.cpp │ │ ├── WorkBundleDb.h │ │ ├── dx12 │ │ │ ├── Dx12BufferPool.cpp │ │ │ ├── Dx12BufferPool.h │ │ │ ├── Dx12CounterPool.cpp │ │ │ ├── Dx12CounterPool.h │ │ │ ├── Dx12DescriptorPool.cpp │ │ │ ├── Dx12DescriptorPool.h │ │ │ ├── Dx12Device.cpp │ │ │ ├── Dx12Device.h │ │ │ ├── Dx12Display.cpp │ │ │ ├── Dx12Display.h │ │ │ ├── Dx12Fence.cpp │ │ │ ├── Dx12Fence.h │ │ │ ├── Dx12Formats.cpp │ │ │ ├── Dx12Formats.h │ │ │ ├── Dx12Gc.cpp │ │ │ ├── Dx12Gc.h │ │ │ ├── Dx12GpuMemPools.cpp │ │ │ ├── Dx12GpuMemPools.h │ │ │ ├── Dx12ImguiRenderer.cpp │ │ │ ├── Dx12ImguiRenderer.h │ │ │ ├── Dx12MarkerCollector.cpp │ │ │ ├── Dx12MarkerCollector.h │ │ │ ├── Dx12PixApi.cpp │ │ │ ├── Dx12PixApi.h │ │ │ ├── Dx12Queues.cpp │ │ │ ├── Dx12Queues.h │ │ │ ├── Dx12ResourceCollection.cpp │ │ │ ├── Dx12ResourceCollection.h │ │ │ ├── Dx12Resources.cpp │ │ │ ├── Dx12Resources.h │ │ │ ├── Dx12ShaderDb.cpp │ │ │ ├── Dx12ShaderDb.h │ │ │ ├── Dx12Utils.h │ │ │ ├── Dx12WorkBundle.cpp │ │ │ └── Dx12WorkBundle.h │ │ ├── public │ │ │ └── coalpy.render │ │ │ │ ├── AbiCommands.h │ │ │ │ ├── CommandDefs.h │ │ │ │ ├── CommandList.h │ │ │ │ ├── IDevice.h │ │ │ │ ├── IDisplay.h │ │ │ │ ├── IShaderDb.h │ │ │ │ ├── IimguiRenderer.h │ │ │ │ ├── Resources.h │ │ │ │ ├── ShaderDefs.h │ │ │ │ ├── ShaderModels.h │ │ │ │ └── ShaderServiceDefs.h │ │ └── vulkan │ │ │ ├── VulkanBarriers.cpp │ │ │ ├── VulkanBarriers.h │ │ │ ├── VulkanCounterPool.cpp │ │ │ ├── VulkanCounterPool.h │ │ │ ├── VulkanDescriptorSetPools.cpp │ │ │ ├── VulkanDescriptorSetPools.h │ │ │ ├── VulkanDevice.cpp │ │ │ ├── VulkanDevice.h │ │ │ ├── VulkanDisplay.cpp │ │ │ ├── VulkanDisplay.h │ │ │ ├── VulkanEventPool.cpp │ │ │ ├── VulkanEventPool.h │ │ │ ├── VulkanFencePool.cpp │ │ │ ├── VulkanFencePool.h │ │ │ ├── VulkanFormats.cpp │ │ │ ├── VulkanFormats.h │ │ │ ├── VulkanGc.cpp │ │ │ ├── VulkanGc.h │ │ │ ├── VulkanGpuMemPools.cpp │ │ │ ├── VulkanGpuMemPools.h │ │ │ ├── VulkanImguiRenderer.cpp │ │ │ ├── VulkanImguiRenderer.h │ │ │ ├── VulkanMarkerCollector.cpp │ │ │ ├── VulkanMarkerCollector.h │ │ │ ├── VulkanQueues.cpp │ │ │ ├── VulkanQueues.h │ │ │ ├── VulkanReadbackBufferPool.cpp │ │ │ ├── VulkanReadbackBufferPool.h │ │ │ ├── VulkanResources.cpp │ │ │ ├── VulkanResources.h │ │ │ ├── VulkanShaderDb.cpp │ │ │ ├── VulkanShaderDb.h │ │ │ ├── VulkanUtils.cpp │ │ │ ├── VulkanUtils.h │ │ │ ├── VulkanWorkBundle.cpp │ │ │ └── VulkanWorkBundle.h │ ├── tasks │ │ ├── TaskSystem.cpp │ │ ├── TaskSystem.h │ │ ├── ThreadWorker.cpp │ │ ├── ThreadWorker.h │ │ └── public │ │ │ └── coalpy.tasks │ │ │ ├── ITaskSystem.h │ │ │ ├── TaskDefs.h │ │ │ └── ThreadQueue.h │ ├── texture │ │ ├── ExrCodec.cpp │ │ ├── ExrCodec.h │ │ ├── GpuImageImporter.cpp │ │ ├── GpuImageImporter.h │ │ ├── JpegCodec.cpp │ │ ├── JpegCodec.h │ │ ├── PngCodec.cpp │ │ ├── PngCodec.h │ │ ├── TextureLoader.cpp │ │ ├── TextureLoader.h │ │ └── public │ │ │ └── coalpy.texture │ │ │ └── ITextureLoader.h │ └── window │ │ ├── Config.h │ │ ├── IWindow.cpp │ │ ├── SDLWindow.cpp │ │ ├── SDLWindow.h │ │ ├── Win32Window.cpp │ │ ├── Win32Window.h │ │ └── public │ │ └── coalpy.window │ │ ├── IWindow.h │ │ ├── Keys.h │ │ ├── Keys.inl │ │ ├── WindowDefs.h │ │ └── WindowInputState.h ├── pipfiles │ ├── LICENSE │ ├── MANIFEST.in │ ├── pyproject.toml │ └── setup.cfg ├── pymodules │ └── gpu │ │ ├── CoalpyTypeObject.h │ │ ├── CommandList.cpp │ │ ├── CommandList.h │ │ ├── HelperMacros.h │ │ ├── ImguiBuilder.cpp │ │ ├── ImguiBuilder.h │ │ ├── ImplotBuilder.cpp │ │ ├── ImplotBuilder.h │ │ ├── MainModule.cpp │ │ ├── ModuleFunctions.cpp │ │ ├── ModuleFunctions.h │ │ ├── ModuleSettings.cpp │ │ ├── ModuleSettings.h │ │ ├── ModuleState.cpp │ │ ├── ModuleState.h │ │ ├── PyDebugDefs.cpp │ │ ├── PyUtils.cpp │ │ ├── PyUtils.h │ │ ├── RenderArgs.cpp │ │ ├── RenderArgs.h │ │ ├── RenderEnum.cpp │ │ ├── RenderEnum.h │ │ ├── ResourceDownloadRequest.cpp │ │ ├── ResourceDownloadRequest.h │ │ ├── Resources.cpp │ │ ├── Resources.h │ │ ├── SettingsSchema.cpp │ │ ├── SettingsSchema.h │ │ ├── Shader.cpp │ │ ├── Shader.h │ │ ├── TinyObjLoader.cpp │ │ ├── TinyObjLoader.h │ │ ├── TypeIds.h │ │ ├── TypeRegistry.cpp │ │ ├── TypeRegistry.h │ │ ├── Window.cpp │ │ ├── Window.h │ │ └── bindings │ │ ├── Buffer.inl │ │ ├── CommandList.inl │ │ ├── EnumDef.h │ │ ├── Enums.inl │ │ ├── Imgui.inl │ │ ├── Implot.inl │ │ ├── MethodDecl.h │ │ ├── MethodDef.h │ │ ├── ModuleFunctions.inl │ │ ├── ModuleSettings.inl │ │ ├── ObjReader.inl │ │ ├── ResourceDownloadRequest.inl │ │ ├── Shader.inl │ │ └── Window.inl ├── scripts │ ├── coalpy │ │ ├── __init__.py │ │ ├── examples │ │ │ ├── __init.__.py │ │ │ ├── appendconsume.py │ │ │ ├── data │ │ │ │ ├── test.jpg │ │ │ │ └── test.png │ │ │ ├── demo0.py │ │ │ ├── seascape.hlsl │ │ │ ├── seascape.py │ │ │ ├── testInclude.hlsl │ │ │ └── testShader.hlsl │ │ └── utils │ │ │ ├── __init__.py │ │ │ └── profiler.py │ ├── doctool │ │ ├── coalpy_docs_style.css │ │ └── doctool.py │ └── tutorial │ │ ├── kernel_v0.py │ │ ├── window_fx_shader_v0.hlsl │ │ ├── window_fx_shader_v1.hlsl │ │ ├── window_fx_v0.py │ │ ├── window_fx_v1.py │ │ └── window_fx_v2.py ├── spirvreflect │ ├── include │ │ └── spirv │ │ │ └── unified1 │ │ │ └── spirv.h │ ├── spirv_reflect.c │ ├── spirv_reflect.cpp │ └── spirv_reflect.h ├── tests │ ├── CoreTests.cpp │ ├── FileSystemTests.cpp │ ├── RenderTests.cpp │ ├── ShaderServiceTests.cpp │ ├── TaskSystemTests.cpp │ ├── main.cpp │ ├── testsystem.cpp │ └── testsystem.h ├── tinyobjloader │ ├── LICENSE │ ├── Version.txt │ ├── tiny_obj_loader.cc │ └── tiny_obj_loader.h └── zlib │ ├── README │ ├── adler32.c │ ├── compress.c │ ├── crc32.c │ ├── crc32.h │ ├── deflate.c │ ├── deflate.h │ ├── gzclose.c │ ├── gzguts.h │ ├── gzlib.c │ ├── gzread.c │ ├── gzwrite.c │ ├── infback.c │ ├── inffast.c │ ├── inffast.h │ ├── inffixed.h │ ├── inflate.c │ ├── inflate.h │ ├── inftrees.c │ ├── inftrees.h │ ├── trees.c │ ├── trees.h │ ├── uncompr.c │ ├── zconf.h │ ├── zlib.h │ ├── zutil.c │ └── zutil.h ├── Tools ├── tundra-linux-2.0 │ ├── bin │ │ ├── t2-inspect │ │ ├── t2-lua │ │ └── tundra2 │ └── scripts │ │ ├── strict.lua │ │ ├── tundra.lua │ │ └── tundra │ │ ├── boot.lua │ │ ├── buildfile.lua │ │ ├── dagsave.lua │ │ ├── debugger.lua │ │ ├── decl.lua │ │ ├── depgraph.lua │ │ ├── dirwalk.lua │ │ ├── environment.lua │ │ ├── gen_template.lua │ │ ├── host │ │ ├── freebsd.lua │ │ ├── linux.lua │ │ ├── macosx.lua │ │ ├── openbsd.lua │ │ └── windows.lua │ │ ├── ide │ │ ├── codelite.lua │ │ ├── ide-common.lua │ │ ├── msvc-common.lua │ │ ├── msvc-rules.xml │ │ ├── msvc100.lua │ │ ├── msvc110.lua │ │ ├── msvc120.lua │ │ ├── msvc140.lua │ │ ├── msvc141.lua │ │ ├── msvc142.lua │ │ ├── xcode3.lua │ │ ├── xcode5.lua │ │ └── xcode7.lua │ │ ├── init.lua │ │ ├── nodegen.lua │ │ ├── path.lua │ │ ├── platform.lua │ │ ├── scanner.lua │ │ ├── selftest.lua │ │ ├── syntax │ │ ├── alias.lua │ │ ├── bison.lua │ │ ├── dotnet.lua │ │ ├── embed_lua.lua │ │ ├── files.lua │ │ ├── flex.lua │ │ ├── glob.lua │ │ ├── install.lua │ │ ├── ispc.lua │ │ ├── lemon.lua │ │ ├── llvm.lua │ │ ├── native.lua │ │ ├── osx-bundle.lua │ │ ├── pkgconfig.lua │ │ ├── qt.lua │ │ ├── rust-cargo.lua │ │ └── testsupport.lua │ │ ├── test │ │ ├── t_env.lua │ │ └── t_path.lua │ │ ├── tools │ │ ├── clang-osx.lua │ │ ├── clang.lua │ │ ├── dotnet.lua │ │ ├── gas.lua │ │ ├── gcc-osx.lua │ │ ├── gcc.lua │ │ ├── generic-asm.lua │ │ ├── generic-cpp.lua │ │ ├── generic-dotnet.lua │ │ ├── ispc.lua │ │ ├── mingw.lua │ │ ├── mono.lua │ │ ├── msvc-vs2008.lua │ │ ├── msvc-vs2010.lua │ │ ├── msvc-vs2012.lua │ │ ├── msvc-vs2013.lua │ │ ├── msvc-vs2015.lua │ │ ├── msvc-vs2017.lua │ │ ├── msvc-vs2019.lua │ │ ├── msvc-vscommon-next.lua │ │ ├── msvc-vscommon.lua │ │ ├── msvc-vswild.lua │ │ ├── msvc-winsdk.lua │ │ ├── msvc.lua │ │ ├── msvc6.lua │ │ ├── openwatcom.lua │ │ ├── qt.lua │ │ ├── rust.lua │ │ ├── vbcc.lua │ │ ├── win32-rc.lua │ │ └── yasm.lua │ │ ├── unitgen.lua │ │ └── util.lua └── tundra-windows-2.0 │ ├── bin │ ├── t2-inspect.exe │ ├── t2-lua.exe │ └── tundra2.exe │ ├── doc │ └── tundra-manual.html │ └── scripts │ ├── strict.lua │ ├── tundra.lua │ └── tundra │ ├── boot.lua │ ├── buildfile.lua │ ├── dagsave.lua │ ├── debugger.lua │ ├── decl.lua │ ├── depgraph.lua │ ├── dirwalk.lua │ ├── environment.lua │ ├── gen_template.lua │ ├── host │ ├── freebsd.lua │ ├── linux.lua │ ├── macosx.lua │ ├── openbsd.lua │ └── windows.lua │ ├── ide │ ├── codelite.lua │ ├── ide-common.lua │ ├── msvc-common.lua │ ├── msvc-rules.xml │ ├── msvc100.lua │ ├── msvc110.lua │ ├── msvc120.lua │ ├── msvc140.lua │ ├── msvc141.lua │ ├── msvc142.lua │ ├── msvc143.lua │ ├── xcode3.lua │ ├── xcode5.lua │ └── xcode7.lua │ ├── init.lua │ ├── nodegen.lua │ ├── path.lua │ ├── platform.lua │ ├── scanner.lua │ ├── selftest.lua │ ├── syntax │ ├── alias.lua │ ├── bison.lua │ ├── dotnet.lua │ ├── embed_lua.lua │ ├── files.lua │ ├── flex.lua │ ├── glob.lua │ ├── install.lua │ ├── ispc.lua │ ├── lemon.lua │ ├── llvm.lua │ ├── native.lua │ ├── osx-bundle.lua │ ├── pkgconfig.lua │ ├── qt.lua │ ├── rust-cargo.lua │ └── testsupport.lua │ ├── test │ ├── t_env.lua │ └── t_path.lua │ ├── tools │ ├── clang-osx.lua │ ├── clang.lua │ ├── dotnet.lua │ ├── gas.lua │ ├── gcc-osx.lua │ ├── gcc.lua │ ├── generic-asm.lua │ ├── generic-cpp.lua │ ├── generic-dotnet.lua │ ├── ispc.lua │ ├── mingw.lua │ ├── mono.lua │ ├── msvc-vs2008.lua │ ├── msvc-vs2010.lua │ ├── msvc-vs2012.lua │ ├── msvc-vs2013.lua │ ├── msvc-vs2015.lua │ ├── msvc-vs2017.lua │ ├── msvc-vs2019.lua │ ├── msvc-vs2022.lua │ ├── msvc-vscommon-next.lua │ ├── msvc-vscommon.lua │ ├── msvc-vswild.lua │ ├── msvc-winsdk.lua │ ├── msvc.lua │ ├── msvc6.lua │ ├── openwatcom.lua │ ├── qt.lua │ ├── rust.lua │ ├── vbcc.lua │ ├── win32-rc.lua │ └── yasm.lua │ ├── unitgen.lua │ └── util.lua ├── docs ├── CNAME ├── Gemfile ├── Gemfile.lock ├── _config.yml ├── _data │ └── navigation.yml ├── _tutorial │ ├── config.md │ ├── effect.md │ ├── intro.md │ ├── kernel.md │ └── window.md ├── apidocs │ ├── 0.50 │ │ ├── coalpy.gpu.html │ │ └── coalpy_docs_style.css │ ├── 0.51 │ │ ├── coalpy.gpu.html │ │ └── coalpy_docs_style.css │ ├── 0.52 │ │ ├── coalpy.html │ │ └── coalpy_docs_style.css │ ├── 0.53 │ │ ├── coalpy.html │ │ └── coalpy_docs_style.css │ └── 0.55 │ │ ├── coalpy.html │ │ └── coalpy_docs_style.css ├── images │ ├── brdf-scene.png │ ├── seascape.png │ ├── step0-window.png │ ├── step1-window.png │ └── step2-window.png └── index.md ├── gensln.bat ├── linux-deps.sh └── tundra.lua /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/scripts/agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/.github/scripts/agent.py -------------------------------------------------------------------------------- /.github/scripts/wakeup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/.github/scripts/wakeup.py -------------------------------------------------------------------------------- /.github/workflows/build.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/.github/workflows/build.yaml -------------------------------------------------------------------------------- /.github/workflows/ci.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/.github/workflows/ci.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/.gitignore -------------------------------------------------------------------------------- /Build/Tundra/framework.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Build/Tundra/framework.lua -------------------------------------------------------------------------------- /Build/Tundra/units.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Build/Tundra/units.lua -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/Iex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/Iex.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/IexBaseExc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/IexBaseExc.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/IexErrnoExc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/IexErrnoExc.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/IexExport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/IexExport.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/IexForward.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/IexForward.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/IexMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/IexMacros.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/IexMathExc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/IexMathExc.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/IexMathFpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/IexMathFpu.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/IexNamespace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/IexNamespace.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/IlmThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/IlmThread.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathBox.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathBoxAlgo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathBoxAlgo.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathColor.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathEuler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathEuler.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathExc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathExc.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathFrame.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathFun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathFun.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathGL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathGL.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathGLU.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathGLU.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathInt64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathInt64.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathLine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathLine.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathMath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathMath.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathPlane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathPlane.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathQuat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathQuat.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathRoots.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathRoots.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathShear.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathShear.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImathVec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImathVec.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfArray.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfConvert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfConvert.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfEnvmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfEnvmap.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfExport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfExport.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfForward.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfForward.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfHeader.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfHuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfHuf.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfIO.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfImage.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfImageIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfImageIO.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfInt64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfInt64.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfKeyCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfKeyCode.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfLut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfLut.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfName.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfRgba.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfRgba.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfRgbaYca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfRgbaYca.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfStdIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfStdIO.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfVersion.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfWav.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfWav.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/ImfXdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/ImfXdr.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/half.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/half.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/halfExport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/halfExport.h -------------------------------------------------------------------------------- /External/OpenEXR/include/OpenEXR/halfLimits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/include/OpenEXR/halfLimits.h -------------------------------------------------------------------------------- /External/OpenEXR/staticlib/Half-2_5.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/staticlib/Half-2_5.lib -------------------------------------------------------------------------------- /External/OpenEXR/staticlib/Half-2_5_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/staticlib/Half-2_5_d.lib -------------------------------------------------------------------------------- /External/OpenEXR/staticlib/Iex-2_5.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/staticlib/Iex-2_5.lib -------------------------------------------------------------------------------- /External/OpenEXR/staticlib/Iex-2_5_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/staticlib/Iex-2_5_d.lib -------------------------------------------------------------------------------- /External/OpenEXR/staticlib/IexMath-2_5.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/staticlib/IexMath-2_5.lib -------------------------------------------------------------------------------- /External/OpenEXR/staticlib/IexMath-2_5_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/staticlib/IexMath-2_5_d.lib -------------------------------------------------------------------------------- /External/OpenEXR/staticlib/IlmImf-2_5.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/staticlib/IlmImf-2_5.lib -------------------------------------------------------------------------------- /External/OpenEXR/staticlib/IlmImf-2_5_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/staticlib/IlmImf-2_5_d.lib -------------------------------------------------------------------------------- /External/OpenEXR/staticlib/IlmImfUtil-2_5.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/staticlib/IlmImfUtil-2_5.lib -------------------------------------------------------------------------------- /External/OpenEXR/staticlib/IlmThread-2_5.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/staticlib/IlmThread-2_5.lib -------------------------------------------------------------------------------- /External/OpenEXR/staticlib/Imath-2_5.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/staticlib/Imath-2_5.lib -------------------------------------------------------------------------------- /External/OpenEXR/staticlib/Imath-2_5_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/OpenEXR/staticlib/Imath-2_5_d.lib -------------------------------------------------------------------------------- /External/Python/310/Include/Python.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/Python.h -------------------------------------------------------------------------------- /External/Python/310/Include/abstract.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/abstract.h -------------------------------------------------------------------------------- /External/Python/310/Include/bltinmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/bltinmodule.h -------------------------------------------------------------------------------- /External/Python/310/Include/boolobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/boolobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/bytearrayobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/bytearrayobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/bytesobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/bytesobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/cellobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/cellobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/ceval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/ceval.h -------------------------------------------------------------------------------- /External/Python/310/Include/classobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/classobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/code.h -------------------------------------------------------------------------------- /External/Python/310/Include/codecs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/codecs.h -------------------------------------------------------------------------------- /External/Python/310/Include/compile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/compile.h -------------------------------------------------------------------------------- /External/Python/310/Include/complexobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/complexobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/context.h -------------------------------------------------------------------------------- /External/Python/310/Include/cpython/ceval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/cpython/ceval.h -------------------------------------------------------------------------------- /External/Python/310/Include/cpython/code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/cpython/code.h -------------------------------------------------------------------------------- /External/Python/310/Include/cpython/compile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/cpython/compile.h -------------------------------------------------------------------------------- /External/Python/310/Include/cpython/import.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/cpython/import.h -------------------------------------------------------------------------------- /External/Python/310/Include/cpython/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/cpython/object.h -------------------------------------------------------------------------------- /External/Python/310/Include/cpython/objimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/cpython/objimpl.h -------------------------------------------------------------------------------- /External/Python/310/Include/cpython/pyctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/cpython/pyctype.h -------------------------------------------------------------------------------- /External/Python/310/Include/cpython/pydebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/cpython/pydebug.h -------------------------------------------------------------------------------- /External/Python/310/Include/cpython/pyfpe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/cpython/pyfpe.h -------------------------------------------------------------------------------- /External/Python/310/Include/cpython/pymem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/cpython/pymem.h -------------------------------------------------------------------------------- /External/Python/310/Include/cpython/pystate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/cpython/pystate.h -------------------------------------------------------------------------------- /External/Python/310/Include/cpython/pytime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/cpython/pytime.h -------------------------------------------------------------------------------- /External/Python/310/Include/datetime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/datetime.h -------------------------------------------------------------------------------- /External/Python/310/Include/descrobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/descrobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/dictobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/dictobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/enumobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/enumobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/errcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/errcode.h -------------------------------------------------------------------------------- /External/Python/310/Include/eval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/eval.h -------------------------------------------------------------------------------- /External/Python/310/Include/exports.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/exports.h -------------------------------------------------------------------------------- /External/Python/310/Include/fileobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/fileobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/fileutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/fileutils.h -------------------------------------------------------------------------------- /External/Python/310/Include/floatobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/floatobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/frameobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/frameobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/funcobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/funcobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/genobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/genobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/import.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/import.h -------------------------------------------------------------------------------- /External/Python/310/Include/intrcheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/intrcheck.h -------------------------------------------------------------------------------- /External/Python/310/Include/iterobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/iterobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/listobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/listobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/longintrepr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/longintrepr.h -------------------------------------------------------------------------------- /External/Python/310/Include/longobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/longobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/marshal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/marshal.h -------------------------------------------------------------------------------- /External/Python/310/Include/memoryobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/memoryobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/methodobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/methodobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/modsupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/modsupport.h -------------------------------------------------------------------------------- /External/Python/310/Include/moduleobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/moduleobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/namespaceobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/namespaceobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/object.h -------------------------------------------------------------------------------- /External/Python/310/Include/objimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/objimpl.h -------------------------------------------------------------------------------- /External/Python/310/Include/opcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/opcode.h -------------------------------------------------------------------------------- /External/Python/310/Include/osdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/osdefs.h -------------------------------------------------------------------------------- /External/Python/310/Include/osmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/osmodule.h -------------------------------------------------------------------------------- /External/Python/310/Include/patchlevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/patchlevel.h -------------------------------------------------------------------------------- /External/Python/310/Include/py_curses.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/py_curses.h -------------------------------------------------------------------------------- /External/Python/310/Include/pycapsule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pycapsule.h -------------------------------------------------------------------------------- /External/Python/310/Include/pyconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pyconfig.h -------------------------------------------------------------------------------- /External/Python/310/Include/pydtrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pydtrace.h -------------------------------------------------------------------------------- /External/Python/310/Include/pyerrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pyerrors.h -------------------------------------------------------------------------------- /External/Python/310/Include/pyexpat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pyexpat.h -------------------------------------------------------------------------------- /External/Python/310/Include/pyframe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pyframe.h -------------------------------------------------------------------------------- /External/Python/310/Include/pyhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pyhash.h -------------------------------------------------------------------------------- /External/Python/310/Include/pylifecycle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pylifecycle.h -------------------------------------------------------------------------------- /External/Python/310/Include/pymacconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pymacconfig.h -------------------------------------------------------------------------------- /External/Python/310/Include/pymacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pymacro.h -------------------------------------------------------------------------------- /External/Python/310/Include/pymath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pymath.h -------------------------------------------------------------------------------- /External/Python/310/Include/pymem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pymem.h -------------------------------------------------------------------------------- /External/Python/310/Include/pyport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pyport.h -------------------------------------------------------------------------------- /External/Python/310/Include/pystate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pystate.h -------------------------------------------------------------------------------- /External/Python/310/Include/pystrcmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pystrcmp.h -------------------------------------------------------------------------------- /External/Python/310/Include/pystrhex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pystrhex.h -------------------------------------------------------------------------------- /External/Python/310/Include/pystrtod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pystrtod.h -------------------------------------------------------------------------------- /External/Python/310/Include/pythonrun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pythonrun.h -------------------------------------------------------------------------------- /External/Python/310/Include/pythread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/pythread.h -------------------------------------------------------------------------------- /External/Python/310/Include/rangeobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/rangeobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/setobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/setobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/sliceobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/sliceobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/structmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/structmember.h -------------------------------------------------------------------------------- /External/Python/310/Include/structseq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/structseq.h -------------------------------------------------------------------------------- /External/Python/310/Include/sysmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/sysmodule.h -------------------------------------------------------------------------------- /External/Python/310/Include/token.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/token.h -------------------------------------------------------------------------------- /External/Python/310/Include/traceback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/traceback.h -------------------------------------------------------------------------------- /External/Python/310/Include/tracemalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/tracemalloc.h -------------------------------------------------------------------------------- /External/Python/310/Include/tupleobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/tupleobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/typeslots.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/typeslots.h -------------------------------------------------------------------------------- /External/Python/310/Include/unicodeobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/unicodeobject.h -------------------------------------------------------------------------------- /External/Python/310/Include/warnings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/warnings.h -------------------------------------------------------------------------------- /External/Python/310/Include/weakrefobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/Include/weakrefobject.h -------------------------------------------------------------------------------- /External/Python/310/python3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/python3.lib -------------------------------------------------------------------------------- /External/Python/310/python310.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/python310.lib -------------------------------------------------------------------------------- /External/Python/310/python310_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/310/python310_d.lib -------------------------------------------------------------------------------- /External/Python/311/Include/Python.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/Python.h -------------------------------------------------------------------------------- /External/Python/311/Include/abstract.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/abstract.h -------------------------------------------------------------------------------- /External/Python/311/Include/bltinmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/bltinmodule.h -------------------------------------------------------------------------------- /External/Python/311/Include/boolobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/boolobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/bytearrayobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/bytearrayobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/bytesobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/bytesobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/ceval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/ceval.h -------------------------------------------------------------------------------- /External/Python/311/Include/codecs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/codecs.h -------------------------------------------------------------------------------- /External/Python/311/Include/compile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/compile.h -------------------------------------------------------------------------------- /External/Python/311/Include/complexobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/complexobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/cpython/ceval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/cpython/ceval.h -------------------------------------------------------------------------------- /External/Python/311/Include/cpython/code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/cpython/code.h -------------------------------------------------------------------------------- /External/Python/311/Include/cpython/compile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/cpython/compile.h -------------------------------------------------------------------------------- /External/Python/311/Include/cpython/context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/cpython/context.h -------------------------------------------------------------------------------- /External/Python/311/Include/cpython/import.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/cpython/import.h -------------------------------------------------------------------------------- /External/Python/311/Include/cpython/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/cpython/object.h -------------------------------------------------------------------------------- /External/Python/311/Include/cpython/objimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/cpython/objimpl.h -------------------------------------------------------------------------------- /External/Python/311/Include/cpython/pyctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/cpython/pyctype.h -------------------------------------------------------------------------------- /External/Python/311/Include/cpython/pydebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/cpython/pydebug.h -------------------------------------------------------------------------------- /External/Python/311/Include/cpython/pyfpe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/cpython/pyfpe.h -------------------------------------------------------------------------------- /External/Python/311/Include/cpython/pyframe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/cpython/pyframe.h -------------------------------------------------------------------------------- /External/Python/311/Include/cpython/pymem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/cpython/pymem.h -------------------------------------------------------------------------------- /External/Python/311/Include/cpython/pystate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/cpython/pystate.h -------------------------------------------------------------------------------- /External/Python/311/Include/cpython/pytime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/cpython/pytime.h -------------------------------------------------------------------------------- /External/Python/311/Include/datetime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/datetime.h -------------------------------------------------------------------------------- /External/Python/311/Include/descrobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/descrobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/dictobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/dictobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/enumobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/enumobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/errcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/errcode.h -------------------------------------------------------------------------------- /External/Python/311/Include/exports.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/exports.h -------------------------------------------------------------------------------- /External/Python/311/Include/fileobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/fileobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/fileutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/fileutils.h -------------------------------------------------------------------------------- /External/Python/311/Include/floatobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/floatobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/frameobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/frameobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/import.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/import.h -------------------------------------------------------------------------------- /External/Python/311/Include/intrcheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/intrcheck.h -------------------------------------------------------------------------------- /External/Python/311/Include/iterobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/iterobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/listobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/listobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/longobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/longobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/marshal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/marshal.h -------------------------------------------------------------------------------- /External/Python/311/Include/memoryobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/memoryobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/methodobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/methodobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/modsupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/modsupport.h -------------------------------------------------------------------------------- /External/Python/311/Include/moduleobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/moduleobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/object.h -------------------------------------------------------------------------------- /External/Python/311/Include/objimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/objimpl.h -------------------------------------------------------------------------------- /External/Python/311/Include/opcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/opcode.h -------------------------------------------------------------------------------- /External/Python/311/Include/osdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/osdefs.h -------------------------------------------------------------------------------- /External/Python/311/Include/osmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/osmodule.h -------------------------------------------------------------------------------- /External/Python/311/Include/patchlevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/patchlevel.h -------------------------------------------------------------------------------- /External/Python/311/Include/py_curses.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/py_curses.h -------------------------------------------------------------------------------- /External/Python/311/Include/pybuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pybuffer.h -------------------------------------------------------------------------------- /External/Python/311/Include/pycapsule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pycapsule.h -------------------------------------------------------------------------------- /External/Python/311/Include/pyconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pyconfig.h -------------------------------------------------------------------------------- /External/Python/311/Include/pydtrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pydtrace.h -------------------------------------------------------------------------------- /External/Python/311/Include/pyerrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pyerrors.h -------------------------------------------------------------------------------- /External/Python/311/Include/pyexpat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pyexpat.h -------------------------------------------------------------------------------- /External/Python/311/Include/pyframe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pyframe.h -------------------------------------------------------------------------------- /External/Python/311/Include/pyhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pyhash.h -------------------------------------------------------------------------------- /External/Python/311/Include/pylifecycle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pylifecycle.h -------------------------------------------------------------------------------- /External/Python/311/Include/pymacconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pymacconfig.h -------------------------------------------------------------------------------- /External/Python/311/Include/pymacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pymacro.h -------------------------------------------------------------------------------- /External/Python/311/Include/pymath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pymath.h -------------------------------------------------------------------------------- /External/Python/311/Include/pymem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pymem.h -------------------------------------------------------------------------------- /External/Python/311/Include/pyport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pyport.h -------------------------------------------------------------------------------- /External/Python/311/Include/pystate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pystate.h -------------------------------------------------------------------------------- /External/Python/311/Include/pystrcmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pystrcmp.h -------------------------------------------------------------------------------- /External/Python/311/Include/pystrtod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pystrtod.h -------------------------------------------------------------------------------- /External/Python/311/Include/pythonrun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pythonrun.h -------------------------------------------------------------------------------- /External/Python/311/Include/pythread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pythread.h -------------------------------------------------------------------------------- /External/Python/311/Include/pytypedefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/pytypedefs.h -------------------------------------------------------------------------------- /External/Python/311/Include/rangeobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/rangeobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/setobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/setobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/sliceobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/sliceobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/structmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/structmember.h -------------------------------------------------------------------------------- /External/Python/311/Include/structseq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/structseq.h -------------------------------------------------------------------------------- /External/Python/311/Include/sysmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/sysmodule.h -------------------------------------------------------------------------------- /External/Python/311/Include/token.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/token.h -------------------------------------------------------------------------------- /External/Python/311/Include/traceback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/traceback.h -------------------------------------------------------------------------------- /External/Python/311/Include/tracemalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/tracemalloc.h -------------------------------------------------------------------------------- /External/Python/311/Include/tupleobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/tupleobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/typeslots.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/typeslots.h -------------------------------------------------------------------------------- /External/Python/311/Include/unicodeobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/unicodeobject.h -------------------------------------------------------------------------------- /External/Python/311/Include/warnings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/warnings.h -------------------------------------------------------------------------------- /External/Python/311/Include/weakrefobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/Include/weakrefobject.h -------------------------------------------------------------------------------- /External/Python/311/python3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/python3.lib -------------------------------------------------------------------------------- /External/Python/311/python311.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/python311.lib -------------------------------------------------------------------------------- /External/Python/311/python311_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/311/python311_d.lib -------------------------------------------------------------------------------- /External/Python/312/Include/Python.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/Python.h -------------------------------------------------------------------------------- /External/Python/312/Include/abstract.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/abstract.h -------------------------------------------------------------------------------- /External/Python/312/Include/bltinmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/bltinmodule.h -------------------------------------------------------------------------------- /External/Python/312/Include/boolobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/boolobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/bytearrayobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/bytearrayobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/bytesobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/bytesobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/ceval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/ceval.h -------------------------------------------------------------------------------- /External/Python/312/Include/codecs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/codecs.h -------------------------------------------------------------------------------- /External/Python/312/Include/compile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/compile.h -------------------------------------------------------------------------------- /External/Python/312/Include/complexobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/complexobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/cpython/ceval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/cpython/ceval.h -------------------------------------------------------------------------------- /External/Python/312/Include/cpython/code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/cpython/code.h -------------------------------------------------------------------------------- /External/Python/312/Include/cpython/compile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/cpython/compile.h -------------------------------------------------------------------------------- /External/Python/312/Include/cpython/context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/cpython/context.h -------------------------------------------------------------------------------- /External/Python/312/Include/cpython/import.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/cpython/import.h -------------------------------------------------------------------------------- /External/Python/312/Include/cpython/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/cpython/object.h -------------------------------------------------------------------------------- /External/Python/312/Include/cpython/objimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/cpython/objimpl.h -------------------------------------------------------------------------------- /External/Python/312/Include/cpython/pyctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/cpython/pyctype.h -------------------------------------------------------------------------------- /External/Python/312/Include/cpython/pydebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/cpython/pydebug.h -------------------------------------------------------------------------------- /External/Python/312/Include/cpython/pyfpe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/cpython/pyfpe.h -------------------------------------------------------------------------------- /External/Python/312/Include/cpython/pyframe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/cpython/pyframe.h -------------------------------------------------------------------------------- /External/Python/312/Include/cpython/pymem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/cpython/pymem.h -------------------------------------------------------------------------------- /External/Python/312/Include/cpython/pystate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/cpython/pystate.h -------------------------------------------------------------------------------- /External/Python/312/Include/cpython/pytime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/cpython/pytime.h -------------------------------------------------------------------------------- /External/Python/312/Include/datetime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/datetime.h -------------------------------------------------------------------------------- /External/Python/312/Include/descrobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/descrobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/dictobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/dictobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/enumobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/enumobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/errcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/errcode.h -------------------------------------------------------------------------------- /External/Python/312/Include/exports.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/exports.h -------------------------------------------------------------------------------- /External/Python/312/Include/fileobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/fileobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/fileutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/fileutils.h -------------------------------------------------------------------------------- /External/Python/312/Include/floatobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/floatobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/frameobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/frameobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/import.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/import.h -------------------------------------------------------------------------------- /External/Python/312/Include/intrcheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/intrcheck.h -------------------------------------------------------------------------------- /External/Python/312/Include/iterobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/iterobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/listobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/listobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/longobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/longobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/marshal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/marshal.h -------------------------------------------------------------------------------- /External/Python/312/Include/memoryobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/memoryobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/methodobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/methodobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/modsupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/modsupport.h -------------------------------------------------------------------------------- /External/Python/312/Include/moduleobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/moduleobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/object.h -------------------------------------------------------------------------------- /External/Python/312/Include/objimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/objimpl.h -------------------------------------------------------------------------------- /External/Python/312/Include/opcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/opcode.h -------------------------------------------------------------------------------- /External/Python/312/Include/osdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/osdefs.h -------------------------------------------------------------------------------- /External/Python/312/Include/osmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/osmodule.h -------------------------------------------------------------------------------- /External/Python/312/Include/patchlevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/patchlevel.h -------------------------------------------------------------------------------- /External/Python/312/Include/py_curses.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/py_curses.h -------------------------------------------------------------------------------- /External/Python/312/Include/pybuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pybuffer.h -------------------------------------------------------------------------------- /External/Python/312/Include/pycapsule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pycapsule.h -------------------------------------------------------------------------------- /External/Python/312/Include/pyconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pyconfig.h -------------------------------------------------------------------------------- /External/Python/312/Include/pydtrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pydtrace.h -------------------------------------------------------------------------------- /External/Python/312/Include/pyerrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pyerrors.h -------------------------------------------------------------------------------- /External/Python/312/Include/pyexpat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pyexpat.h -------------------------------------------------------------------------------- /External/Python/312/Include/pyframe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pyframe.h -------------------------------------------------------------------------------- /External/Python/312/Include/pyhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pyhash.h -------------------------------------------------------------------------------- /External/Python/312/Include/pylifecycle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pylifecycle.h -------------------------------------------------------------------------------- /External/Python/312/Include/pymacconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pymacconfig.h -------------------------------------------------------------------------------- /External/Python/312/Include/pymacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pymacro.h -------------------------------------------------------------------------------- /External/Python/312/Include/pymath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pymath.h -------------------------------------------------------------------------------- /External/Python/312/Include/pymem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pymem.h -------------------------------------------------------------------------------- /External/Python/312/Include/pyport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pyport.h -------------------------------------------------------------------------------- /External/Python/312/Include/pystate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pystate.h -------------------------------------------------------------------------------- /External/Python/312/Include/pystats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pystats.h -------------------------------------------------------------------------------- /External/Python/312/Include/pystrcmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pystrcmp.h -------------------------------------------------------------------------------- /External/Python/312/Include/pystrtod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pystrtod.h -------------------------------------------------------------------------------- /External/Python/312/Include/pythonrun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pythonrun.h -------------------------------------------------------------------------------- /External/Python/312/Include/pythread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pythread.h -------------------------------------------------------------------------------- /External/Python/312/Include/pytypedefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/pytypedefs.h -------------------------------------------------------------------------------- /External/Python/312/Include/rangeobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/rangeobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/setobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/setobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/sliceobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/sliceobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/structmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/structmember.h -------------------------------------------------------------------------------- /External/Python/312/Include/structseq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/structseq.h -------------------------------------------------------------------------------- /External/Python/312/Include/sysmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/sysmodule.h -------------------------------------------------------------------------------- /External/Python/312/Include/traceback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/traceback.h -------------------------------------------------------------------------------- /External/Python/312/Include/tracemalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/tracemalloc.h -------------------------------------------------------------------------------- /External/Python/312/Include/tupleobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/tupleobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/typeslots.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/typeslots.h -------------------------------------------------------------------------------- /External/Python/312/Include/unicodeobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/unicodeobject.h -------------------------------------------------------------------------------- /External/Python/312/Include/warnings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/warnings.h -------------------------------------------------------------------------------- /External/Python/312/Include/weakrefobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/Include/weakrefobject.h -------------------------------------------------------------------------------- /External/Python/312/python3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/python3.lib -------------------------------------------------------------------------------- /External/Python/312/python312.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/python312.lib -------------------------------------------------------------------------------- /External/Python/312/python312_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/312/python312_d.lib -------------------------------------------------------------------------------- /External/Python/39/Include/Python-ast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/Python-ast.h -------------------------------------------------------------------------------- /External/Python/39/Include/Python.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/Python.h -------------------------------------------------------------------------------- /External/Python/39/Include/abstract.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/abstract.h -------------------------------------------------------------------------------- /External/Python/39/Include/asdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/asdl.h -------------------------------------------------------------------------------- /External/Python/39/Include/ast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/ast.h -------------------------------------------------------------------------------- /External/Python/39/Include/bitset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/bitset.h -------------------------------------------------------------------------------- /External/Python/39/Include/bltinmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/bltinmodule.h -------------------------------------------------------------------------------- /External/Python/39/Include/boolobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/boolobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/bytearrayobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/bytearrayobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/bytesobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/bytesobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/cellobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cellobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/ceval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/ceval.h -------------------------------------------------------------------------------- /External/Python/39/Include/classobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/classobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/code.h -------------------------------------------------------------------------------- /External/Python/39/Include/codecs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/codecs.h -------------------------------------------------------------------------------- /External/Python/39/Include/compile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/compile.h -------------------------------------------------------------------------------- /External/Python/39/Include/complexobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/complexobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/context.h -------------------------------------------------------------------------------- /External/Python/39/Include/cpython/abstract.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cpython/abstract.h -------------------------------------------------------------------------------- /External/Python/39/Include/cpython/ceval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cpython/ceval.h -------------------------------------------------------------------------------- /External/Python/39/Include/cpython/code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cpython/code.h -------------------------------------------------------------------------------- /External/Python/39/Include/cpython/compile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cpython/compile.h -------------------------------------------------------------------------------- /External/Python/39/Include/cpython/import.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cpython/import.h -------------------------------------------------------------------------------- /External/Python/39/Include/cpython/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cpython/object.h -------------------------------------------------------------------------------- /External/Python/39/Include/cpython/objimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cpython/objimpl.h -------------------------------------------------------------------------------- /External/Python/39/Include/cpython/pyctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cpython/pyctype.h -------------------------------------------------------------------------------- /External/Python/39/Include/cpython/pydebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cpython/pydebug.h -------------------------------------------------------------------------------- /External/Python/39/Include/cpython/pyerrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cpython/pyerrors.h -------------------------------------------------------------------------------- /External/Python/39/Include/cpython/pyfpe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cpython/pyfpe.h -------------------------------------------------------------------------------- /External/Python/39/Include/cpython/pymem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cpython/pymem.h -------------------------------------------------------------------------------- /External/Python/39/Include/cpython/pystate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cpython/pystate.h -------------------------------------------------------------------------------- /External/Python/39/Include/cpython/pytime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/cpython/pytime.h -------------------------------------------------------------------------------- /External/Python/39/Include/datetime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/datetime.h -------------------------------------------------------------------------------- /External/Python/39/Include/descrobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/descrobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/dictobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/dictobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/enumobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/enumobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/errcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/errcode.h -------------------------------------------------------------------------------- /External/Python/39/Include/eval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/eval.h -------------------------------------------------------------------------------- /External/Python/39/Include/exports.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/exports.h -------------------------------------------------------------------------------- /External/Python/39/Include/fileobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/fileobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/fileutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/fileutils.h -------------------------------------------------------------------------------- /External/Python/39/Include/floatobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/floatobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/frameobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/frameobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/funcobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/funcobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/genobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/genobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/graminit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/graminit.h -------------------------------------------------------------------------------- /External/Python/39/Include/grammar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/grammar.h -------------------------------------------------------------------------------- /External/Python/39/Include/import.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/import.h -------------------------------------------------------------------------------- /External/Python/39/Include/intrcheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/intrcheck.h -------------------------------------------------------------------------------- /External/Python/39/Include/iterobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/iterobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/listobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/listobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/longintrepr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/longintrepr.h -------------------------------------------------------------------------------- /External/Python/39/Include/longobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/longobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/marshal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/marshal.h -------------------------------------------------------------------------------- /External/Python/39/Include/memoryobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/memoryobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/methodobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/methodobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/modsupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/modsupport.h -------------------------------------------------------------------------------- /External/Python/39/Include/moduleobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/moduleobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/namespaceobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/namespaceobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/node.h -------------------------------------------------------------------------------- /External/Python/39/Include/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/object.h -------------------------------------------------------------------------------- /External/Python/39/Include/objimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/objimpl.h -------------------------------------------------------------------------------- /External/Python/39/Include/odictobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/odictobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/opcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/opcode.h -------------------------------------------------------------------------------- /External/Python/39/Include/osdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/osdefs.h -------------------------------------------------------------------------------- /External/Python/39/Include/osmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/osmodule.h -------------------------------------------------------------------------------- /External/Python/39/Include/parsetok.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/parsetok.h -------------------------------------------------------------------------------- /External/Python/39/Include/patchlevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/patchlevel.h -------------------------------------------------------------------------------- /External/Python/39/Include/picklebufobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/picklebufobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/py_curses.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/py_curses.h -------------------------------------------------------------------------------- /External/Python/39/Include/pyarena.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pyarena.h -------------------------------------------------------------------------------- /External/Python/39/Include/pycapsule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pycapsule.h -------------------------------------------------------------------------------- /External/Python/39/Include/pyconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pyconfig.h -------------------------------------------------------------------------------- /External/Python/39/Include/pyctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pyctype.h -------------------------------------------------------------------------------- /External/Python/39/Include/pydebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pydebug.h -------------------------------------------------------------------------------- /External/Python/39/Include/pydtrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pydtrace.h -------------------------------------------------------------------------------- /External/Python/39/Include/pyerrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pyerrors.h -------------------------------------------------------------------------------- /External/Python/39/Include/pyexpat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pyexpat.h -------------------------------------------------------------------------------- /External/Python/39/Include/pyfpe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pyfpe.h -------------------------------------------------------------------------------- /External/Python/39/Include/pyframe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pyframe.h -------------------------------------------------------------------------------- /External/Python/39/Include/pyhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pyhash.h -------------------------------------------------------------------------------- /External/Python/39/Include/pylifecycle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pylifecycle.h -------------------------------------------------------------------------------- /External/Python/39/Include/pymacconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pymacconfig.h -------------------------------------------------------------------------------- /External/Python/39/Include/pymacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pymacro.h -------------------------------------------------------------------------------- /External/Python/39/Include/pymath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pymath.h -------------------------------------------------------------------------------- /External/Python/39/Include/pymem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pymem.h -------------------------------------------------------------------------------- /External/Python/39/Include/pyport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pyport.h -------------------------------------------------------------------------------- /External/Python/39/Include/pystate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pystate.h -------------------------------------------------------------------------------- /External/Python/39/Include/pystrcmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pystrcmp.h -------------------------------------------------------------------------------- /External/Python/39/Include/pystrhex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pystrhex.h -------------------------------------------------------------------------------- /External/Python/39/Include/pystrtod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pystrtod.h -------------------------------------------------------------------------------- /External/Python/39/Include/pythonrun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pythonrun.h -------------------------------------------------------------------------------- /External/Python/39/Include/pythread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pythread.h -------------------------------------------------------------------------------- /External/Python/39/Include/pytime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/pytime.h -------------------------------------------------------------------------------- /External/Python/39/Include/rangeobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/rangeobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/setobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/setobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/sliceobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/sliceobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/structmember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/structmember.h -------------------------------------------------------------------------------- /External/Python/39/Include/structseq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/structseq.h -------------------------------------------------------------------------------- /External/Python/39/Include/symtable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/symtable.h -------------------------------------------------------------------------------- /External/Python/39/Include/sysmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/sysmodule.h -------------------------------------------------------------------------------- /External/Python/39/Include/token.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/token.h -------------------------------------------------------------------------------- /External/Python/39/Include/traceback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/traceback.h -------------------------------------------------------------------------------- /External/Python/39/Include/tracemalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/tracemalloc.h -------------------------------------------------------------------------------- /External/Python/39/Include/tupleobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/tupleobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/typeslots.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/typeslots.h -------------------------------------------------------------------------------- /External/Python/39/Include/ucnhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/ucnhash.h -------------------------------------------------------------------------------- /External/Python/39/Include/unicodeobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/unicodeobject.h -------------------------------------------------------------------------------- /External/Python/39/Include/warnings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/warnings.h -------------------------------------------------------------------------------- /External/Python/39/Include/weakrefobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/Include/weakrefobject.h -------------------------------------------------------------------------------- /External/Python/39/python3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/python3.lib -------------------------------------------------------------------------------- /External/Python/39/python39.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/python39.lib -------------------------------------------------------------------------------- /External/Python/39/python39_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Python/39/python39_d.lib -------------------------------------------------------------------------------- /External/Vulkan/1.3.231.1/Lib/vulkan-1.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/Vulkan/1.3.231.1/Lib/vulkan-1.lib -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/LICENSE-LLVM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/LICENSE-LLVM.txt -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/LICENSE-MIT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/LICENSE-MIT.txt -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/LICENSE-MS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/LICENSE-MS.txt -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/README.md -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/bin/arm64/dxc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/bin/arm64/dxc.exe -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/bin/arm64/dxil.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/bin/arm64/dxil.dll -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/bin/x64/dxc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/bin/x64/dxc.exe -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/bin/x64/dxcompiler.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/bin/x64/dxcompiler.dll -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/bin/x64/dxil.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/bin/x64/dxil.dll -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/bin/x86/dxc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/bin/x86/dxc.exe -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/bin/x86/dxcompiler.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/bin/x86/dxcompiler.dll -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/bin/x86/dxil.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/bin/x86/dxil.dll -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/inc/WinAdapter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/inc/WinAdapter.h -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/inc/d3d12shader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/inc/d3d12shader.h -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/inc/dxcapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/inc/dxcapi.h -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/inc/dxcerrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/inc/dxcerrors.h -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/inc/dxcisense.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/inc/dxcisense.h -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/lib/x64/dxcompiler.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/lib/x64/dxcompiler.lib -------------------------------------------------------------------------------- /External/dxc/v1.7.2308/lib/x86/dxcompiler.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/External/dxc/v1.7.2308/lib/x86/dxcompiler.lib -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/README.md -------------------------------------------------------------------------------- /Source/ImGuiFileDialog/ImGuiFileDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/ImGuiFileDialog/ImGuiFileDialog.cpp -------------------------------------------------------------------------------- /Source/ImGuiFileDialog/ImGuiFileDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/ImGuiFileDialog/ImGuiFileDialog.h -------------------------------------------------------------------------------- /Source/ImGuiFileDialog/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/ImGuiFileDialog/LICENSE -------------------------------------------------------------------------------- /Source/ImGuiFileDialog/dirent/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/ImGuiFileDialog/dirent/ChangeLog -------------------------------------------------------------------------------- /Source/ImGuiFileDialog/dirent/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/ImGuiFileDialog/dirent/LICENSE -------------------------------------------------------------------------------- /Source/ImGuiFileDialog/dirent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/ImGuiFileDialog/dirent/README.md -------------------------------------------------------------------------------- /Source/ImGuiFileDialog/dirent/dirent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/ImGuiFileDialog/dirent/dirent.h -------------------------------------------------------------------------------- /Source/cjson/cJSON.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/cjson/cJSON.c -------------------------------------------------------------------------------- /Source/cjson/cJSON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/cjson/cJSON.h -------------------------------------------------------------------------------- /Source/imgui/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/LICENSE.txt -------------------------------------------------------------------------------- /Source/imgui/Version.txt: -------------------------------------------------------------------------------- 1 | Source copied from branch: 2 | 3 | tag @ v1.90-docking 4 | 5 | 6 | -------------------------------------------------------------------------------- /Source/imgui/backends/imgui_impl_dx12.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/backends/imgui_impl_dx12.cpp -------------------------------------------------------------------------------- /Source/imgui/backends/imgui_impl_dx12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/backends/imgui_impl_dx12.h -------------------------------------------------------------------------------- /Source/imgui/backends/imgui_impl_sdl2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/backends/imgui_impl_sdl2.cpp -------------------------------------------------------------------------------- /Source/imgui/backends/imgui_impl_sdl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/backends/imgui_impl_sdl2.h -------------------------------------------------------------------------------- /Source/imgui/backends/imgui_impl_vulkan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/backends/imgui_impl_vulkan.cpp -------------------------------------------------------------------------------- /Source/imgui/backends/imgui_impl_vulkan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/backends/imgui_impl_vulkan.h -------------------------------------------------------------------------------- /Source/imgui/backends/imgui_impl_win32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/backends/imgui_impl_win32.cpp -------------------------------------------------------------------------------- /Source/imgui/backends/imgui_impl_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/backends/imgui_impl_win32.h -------------------------------------------------------------------------------- /Source/imgui/backends/vulkan/generate_spv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/backends/vulkan/generate_spv.sh -------------------------------------------------------------------------------- /Source/imgui/backends/vulkan/glsl_shader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/backends/vulkan/glsl_shader.frag -------------------------------------------------------------------------------- /Source/imgui/backends/vulkan/glsl_shader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/backends/vulkan/glsl_shader.vert -------------------------------------------------------------------------------- /Source/imgui/imconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/imconfig.h -------------------------------------------------------------------------------- /Source/imgui/imgui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/imgui.cpp -------------------------------------------------------------------------------- /Source/imgui/imgui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/imgui.h -------------------------------------------------------------------------------- /Source/imgui/imgui_demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/imgui_demo.cpp -------------------------------------------------------------------------------- /Source/imgui/imgui_draw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/imgui_draw.cpp -------------------------------------------------------------------------------- /Source/imgui/imgui_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/imgui_internal.h -------------------------------------------------------------------------------- /Source/imgui/imgui_tables.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/imgui_tables.cpp -------------------------------------------------------------------------------- /Source/imgui/imgui_widgets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/imgui_widgets.cpp -------------------------------------------------------------------------------- /Source/imgui/imstb_rectpack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/imstb_rectpack.h -------------------------------------------------------------------------------- /Source/imgui/imstb_textedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/imstb_textedit.h -------------------------------------------------------------------------------- /Source/imgui/imstb_truetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/imstb_truetype.h -------------------------------------------------------------------------------- /Source/imgui/misc/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/README.txt -------------------------------------------------------------------------------- /Source/imgui/misc/cpp/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/cpp/README.txt -------------------------------------------------------------------------------- /Source/imgui/misc/cpp/imgui_stdlib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/cpp/imgui_stdlib.cpp -------------------------------------------------------------------------------- /Source/imgui/misc/cpp/imgui_stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/cpp/imgui_stdlib.h -------------------------------------------------------------------------------- /Source/imgui/misc/debuggers/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/debuggers/README.txt -------------------------------------------------------------------------------- /Source/imgui/misc/debuggers/imgui.gdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/debuggers/imgui.gdb -------------------------------------------------------------------------------- /Source/imgui/misc/debuggers/imgui.natvis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/debuggers/imgui.natvis -------------------------------------------------------------------------------- /Source/imgui/misc/fonts/Cousine-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/fonts/Cousine-Regular.ttf -------------------------------------------------------------------------------- /Source/imgui/misc/fonts/DroidSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/fonts/DroidSans.ttf -------------------------------------------------------------------------------- /Source/imgui/misc/fonts/Karla-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/fonts/Karla-Regular.ttf -------------------------------------------------------------------------------- /Source/imgui/misc/fonts/ProggyClean.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/fonts/ProggyClean.ttf -------------------------------------------------------------------------------- /Source/imgui/misc/fonts/ProggyTiny.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/fonts/ProggyTiny.ttf -------------------------------------------------------------------------------- /Source/imgui/misc/fonts/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/fonts/Roboto-Medium.ttf -------------------------------------------------------------------------------- /Source/imgui/misc/freetype/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/freetype/README.md -------------------------------------------------------------------------------- /Source/imgui/misc/freetype/imgui_freetype.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/freetype/imgui_freetype.cpp -------------------------------------------------------------------------------- /Source/imgui/misc/freetype/imgui_freetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/imgui/misc/freetype/imgui_freetype.h -------------------------------------------------------------------------------- /Source/implot/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/implot/LICENSE -------------------------------------------------------------------------------- /Source/implot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/implot/README.md -------------------------------------------------------------------------------- /Source/implot/TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/implot/TODO.md -------------------------------------------------------------------------------- /Source/implot/Version.txt: -------------------------------------------------------------------------------- 1 | Source copied from branch: 2 | 3 | v0.16 4 | 5 | -------------------------------------------------------------------------------- /Source/implot/implot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/implot/implot.cpp -------------------------------------------------------------------------------- /Source/implot/implot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/implot/implot.h -------------------------------------------------------------------------------- /Source/implot/implot_demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/implot/implot_demo.cpp -------------------------------------------------------------------------------- /Source/implot/implot_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/implot/implot_internal.h -------------------------------------------------------------------------------- /Source/implot/implot_items.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/implot/implot_items.cpp -------------------------------------------------------------------------------- /Source/libjpeg/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/README -------------------------------------------------------------------------------- /Source/libjpeg/cderror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/cderror.h -------------------------------------------------------------------------------- /Source/libjpeg/cdjpeg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/cdjpeg.h -------------------------------------------------------------------------------- /Source/libjpeg/jaricom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jaricom.c -------------------------------------------------------------------------------- /Source/libjpeg/jcapimin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jcapimin.c -------------------------------------------------------------------------------- /Source/libjpeg/jcapistd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jcapistd.c -------------------------------------------------------------------------------- /Source/libjpeg/jcarith.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jcarith.c -------------------------------------------------------------------------------- /Source/libjpeg/jccoefct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jccoefct.c -------------------------------------------------------------------------------- /Source/libjpeg/jccolor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jccolor.c -------------------------------------------------------------------------------- /Source/libjpeg/jcdctmgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jcdctmgr.c -------------------------------------------------------------------------------- /Source/libjpeg/jchuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jchuff.c -------------------------------------------------------------------------------- /Source/libjpeg/jcinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jcinit.c -------------------------------------------------------------------------------- /Source/libjpeg/jcmainct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jcmainct.c -------------------------------------------------------------------------------- /Source/libjpeg/jcmarker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jcmarker.c -------------------------------------------------------------------------------- /Source/libjpeg/jcmaster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jcmaster.c -------------------------------------------------------------------------------- /Source/libjpeg/jcomapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jcomapi.c -------------------------------------------------------------------------------- /Source/libjpeg/jconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jconfig.h -------------------------------------------------------------------------------- /Source/libjpeg/jcparam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jcparam.c -------------------------------------------------------------------------------- /Source/libjpeg/jcprepct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jcprepct.c -------------------------------------------------------------------------------- /Source/libjpeg/jcsample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jcsample.c -------------------------------------------------------------------------------- /Source/libjpeg/jctrans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jctrans.c -------------------------------------------------------------------------------- /Source/libjpeg/jdapimin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdapimin.c -------------------------------------------------------------------------------- /Source/libjpeg/jdapistd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdapistd.c -------------------------------------------------------------------------------- /Source/libjpeg/jdarith.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdarith.c -------------------------------------------------------------------------------- /Source/libjpeg/jdatadst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdatadst.c -------------------------------------------------------------------------------- /Source/libjpeg/jdatasrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdatasrc.c -------------------------------------------------------------------------------- /Source/libjpeg/jdcoefct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdcoefct.c -------------------------------------------------------------------------------- /Source/libjpeg/jdcolor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdcolor.c -------------------------------------------------------------------------------- /Source/libjpeg/jdct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdct.h -------------------------------------------------------------------------------- /Source/libjpeg/jddctmgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jddctmgr.c -------------------------------------------------------------------------------- /Source/libjpeg/jdhuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdhuff.c -------------------------------------------------------------------------------- /Source/libjpeg/jdinput.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdinput.c -------------------------------------------------------------------------------- /Source/libjpeg/jdmainct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdmainct.c -------------------------------------------------------------------------------- /Source/libjpeg/jdmarker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdmarker.c -------------------------------------------------------------------------------- /Source/libjpeg/jdmaster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdmaster.c -------------------------------------------------------------------------------- /Source/libjpeg/jdmerge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdmerge.c -------------------------------------------------------------------------------- /Source/libjpeg/jdpostct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdpostct.c -------------------------------------------------------------------------------- /Source/libjpeg/jdsample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdsample.c -------------------------------------------------------------------------------- /Source/libjpeg/jdtrans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jdtrans.c -------------------------------------------------------------------------------- /Source/libjpeg/jerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jerror.c -------------------------------------------------------------------------------- /Source/libjpeg/jerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jerror.h -------------------------------------------------------------------------------- /Source/libjpeg/jfdctflt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jfdctflt.c -------------------------------------------------------------------------------- /Source/libjpeg/jfdctfst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jfdctfst.c -------------------------------------------------------------------------------- /Source/libjpeg/jfdctint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jfdctint.c -------------------------------------------------------------------------------- /Source/libjpeg/jidctflt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jidctflt.c -------------------------------------------------------------------------------- /Source/libjpeg/jidctfst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jidctfst.c -------------------------------------------------------------------------------- /Source/libjpeg/jidctint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jidctint.c -------------------------------------------------------------------------------- /Source/libjpeg/jinclude.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jinclude.h -------------------------------------------------------------------------------- /Source/libjpeg/jmemmgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jmemmgr.c -------------------------------------------------------------------------------- /Source/libjpeg/jmemnobs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jmemnobs.c -------------------------------------------------------------------------------- /Source/libjpeg/jmemsys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jmemsys.h -------------------------------------------------------------------------------- /Source/libjpeg/jmorecfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jmorecfg.h -------------------------------------------------------------------------------- /Source/libjpeg/jpegint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jpegint.h -------------------------------------------------------------------------------- /Source/libjpeg/jpeglib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jpeglib.h -------------------------------------------------------------------------------- /Source/libjpeg/jquant1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jquant1.c -------------------------------------------------------------------------------- /Source/libjpeg/jquant2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jquant2.c -------------------------------------------------------------------------------- /Source/libjpeg/jutils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jutils.c -------------------------------------------------------------------------------- /Source/libjpeg/jversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/jversion.h -------------------------------------------------------------------------------- /Source/libjpeg/libjpeg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/libjpeg.txt -------------------------------------------------------------------------------- /Source/libjpeg/transupp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libjpeg/transupp.h -------------------------------------------------------------------------------- /Source/libpng/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/LICENSE -------------------------------------------------------------------------------- /Source/libpng/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/README -------------------------------------------------------------------------------- /Source/libpng/png.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/png.c -------------------------------------------------------------------------------- /Source/libpng/png.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/png.h -------------------------------------------------------------------------------- /Source/libpng/pngconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngconf.h -------------------------------------------------------------------------------- /Source/libpng/pngdebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngdebug.h -------------------------------------------------------------------------------- /Source/libpng/pngerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngerror.c -------------------------------------------------------------------------------- /Source/libpng/pngget.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngget.c -------------------------------------------------------------------------------- /Source/libpng/pnginfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pnginfo.h -------------------------------------------------------------------------------- /Source/libpng/pnglibconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pnglibconf.h -------------------------------------------------------------------------------- /Source/libpng/pngmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngmem.c -------------------------------------------------------------------------------- /Source/libpng/pngpread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngpread.c -------------------------------------------------------------------------------- /Source/libpng/pngpriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngpriv.h -------------------------------------------------------------------------------- /Source/libpng/pngread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngread.c -------------------------------------------------------------------------------- /Source/libpng/pngrio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngrio.c -------------------------------------------------------------------------------- /Source/libpng/pngrtran.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngrtran.c -------------------------------------------------------------------------------- /Source/libpng/pngrutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngrutil.c -------------------------------------------------------------------------------- /Source/libpng/pngset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngset.c -------------------------------------------------------------------------------- /Source/libpng/pngstruct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngstruct.h -------------------------------------------------------------------------------- /Source/libpng/pngtrans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngtrans.c -------------------------------------------------------------------------------- /Source/libpng/pngwio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngwio.c -------------------------------------------------------------------------------- /Source/libpng/pngwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngwrite.c -------------------------------------------------------------------------------- /Source/libpng/pngwtran.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngwtran.c -------------------------------------------------------------------------------- /Source/libpng/pngwutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/libpng/pngwutil.c -------------------------------------------------------------------------------- /Source/modules/core/Assert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/core/Assert.cpp -------------------------------------------------------------------------------- /Source/modules/core/ByteBuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/core/ByteBuffer.cpp -------------------------------------------------------------------------------- /Source/modules/core/ClParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/core/ClParser.cpp -------------------------------------------------------------------------------- /Source/modules/core/ClTokenizer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/core/ClTokenizer.cpp -------------------------------------------------------------------------------- /Source/modules/core/Formats.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/core/Formats.cpp -------------------------------------------------------------------------------- /Source/modules/core/Stopwatch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/core/Stopwatch.cpp -------------------------------------------------------------------------------- /Source/modules/core/public/coalpy.core/Os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/core/public/coalpy.core/Os.h -------------------------------------------------------------------------------- /Source/modules/files/FileSystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/files/FileSystem.cpp -------------------------------------------------------------------------------- /Source/modules/files/FileSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/files/FileSystem.h -------------------------------------------------------------------------------- /Source/modules/files/FileWatcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/files/FileWatcher.cpp -------------------------------------------------------------------------------- /Source/modules/files/FileWatcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/files/FileWatcher.h -------------------------------------------------------------------------------- /Source/modules/files/InternalFileSystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/files/InternalFileSystem.cpp -------------------------------------------------------------------------------- /Source/modules/files/InternalFileSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/files/InternalFileSystem.h -------------------------------------------------------------------------------- /Source/modules/files/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/files/Utils.cpp -------------------------------------------------------------------------------- /Source/modules/render/BaseImguiRenderer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/BaseImguiRenderer.cpp -------------------------------------------------------------------------------- /Source/modules/render/BaseImguiRenderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/BaseImguiRenderer.h -------------------------------------------------------------------------------- /Source/modules/render/BaseShaderDb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/BaseShaderDb.cpp -------------------------------------------------------------------------------- /Source/modules/render/BaseShaderDb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/BaseShaderDb.h -------------------------------------------------------------------------------- /Source/modules/render/CommandList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/CommandList.cpp -------------------------------------------------------------------------------- /Source/modules/render/Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/Config.h -------------------------------------------------------------------------------- /Source/modules/render/DxcCompiler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/DxcCompiler.cpp -------------------------------------------------------------------------------- /Source/modules/render/DxcCompiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/DxcCompiler.h -------------------------------------------------------------------------------- /Source/modules/render/IImguiRenderer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/IImguiRenderer.cpp -------------------------------------------------------------------------------- /Source/modules/render/IShaderDb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/IShaderDb.cpp -------------------------------------------------------------------------------- /Source/modules/render/SpirvReflectionData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/SpirvReflectionData.cpp -------------------------------------------------------------------------------- /Source/modules/render/SpirvReflectionData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/SpirvReflectionData.h -------------------------------------------------------------------------------- /Source/modules/render/TDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/TDevice.cpp -------------------------------------------------------------------------------- /Source/modules/render/TDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/TDevice.h -------------------------------------------------------------------------------- /Source/modules/render/TGpuResourcePool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/TGpuResourcePool.h -------------------------------------------------------------------------------- /Source/modules/render/WorkBundleDb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/WorkBundleDb.cpp -------------------------------------------------------------------------------- /Source/modules/render/WorkBundleDb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/WorkBundleDb.h -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12BufferPool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12BufferPool.cpp -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12BufferPool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12BufferPool.h -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12CounterPool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12CounterPool.h -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Device.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Device.cpp -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Device.h -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Display.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Display.cpp -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Display.h -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Fence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Fence.cpp -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Fence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Fence.h -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Formats.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Formats.cpp -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Formats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Formats.h -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Gc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Gc.cpp -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Gc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Gc.h -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12GpuMemPools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12GpuMemPools.h -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12PixApi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12PixApi.cpp -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12PixApi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12PixApi.h -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Queues.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Queues.cpp -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Queues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Queues.h -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Resources.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Resources.cpp -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Resources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Resources.h -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12ShaderDb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12ShaderDb.cpp -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12ShaderDb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12ShaderDb.h -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12Utils.h -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12WorkBundle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12WorkBundle.cpp -------------------------------------------------------------------------------- /Source/modules/render/dx12/Dx12WorkBundle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/dx12/Dx12WorkBundle.h -------------------------------------------------------------------------------- /Source/modules/render/vulkan/VulkanBarriers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/vulkan/VulkanBarriers.h -------------------------------------------------------------------------------- /Source/modules/render/vulkan/VulkanDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/vulkan/VulkanDevice.cpp -------------------------------------------------------------------------------- /Source/modules/render/vulkan/VulkanDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/vulkan/VulkanDevice.h -------------------------------------------------------------------------------- /Source/modules/render/vulkan/VulkanDisplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/vulkan/VulkanDisplay.h -------------------------------------------------------------------------------- /Source/modules/render/vulkan/VulkanFormats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/vulkan/VulkanFormats.h -------------------------------------------------------------------------------- /Source/modules/render/vulkan/VulkanGc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/vulkan/VulkanGc.cpp -------------------------------------------------------------------------------- /Source/modules/render/vulkan/VulkanGc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/vulkan/VulkanGc.h -------------------------------------------------------------------------------- /Source/modules/render/vulkan/VulkanQueues.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/vulkan/VulkanQueues.cpp -------------------------------------------------------------------------------- /Source/modules/render/vulkan/VulkanQueues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/vulkan/VulkanQueues.h -------------------------------------------------------------------------------- /Source/modules/render/vulkan/VulkanShaderDb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/vulkan/VulkanShaderDb.h -------------------------------------------------------------------------------- /Source/modules/render/vulkan/VulkanUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/vulkan/VulkanUtils.cpp -------------------------------------------------------------------------------- /Source/modules/render/vulkan/VulkanUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/render/vulkan/VulkanUtils.h -------------------------------------------------------------------------------- /Source/modules/tasks/TaskSystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/tasks/TaskSystem.cpp -------------------------------------------------------------------------------- /Source/modules/tasks/TaskSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/tasks/TaskSystem.h -------------------------------------------------------------------------------- /Source/modules/tasks/ThreadWorker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/tasks/ThreadWorker.cpp -------------------------------------------------------------------------------- /Source/modules/tasks/ThreadWorker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/tasks/ThreadWorker.h -------------------------------------------------------------------------------- /Source/modules/texture/ExrCodec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/texture/ExrCodec.cpp -------------------------------------------------------------------------------- /Source/modules/texture/ExrCodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/texture/ExrCodec.h -------------------------------------------------------------------------------- /Source/modules/texture/GpuImageImporter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/texture/GpuImageImporter.cpp -------------------------------------------------------------------------------- /Source/modules/texture/GpuImageImporter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/texture/GpuImageImporter.h -------------------------------------------------------------------------------- /Source/modules/texture/JpegCodec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/texture/JpegCodec.cpp -------------------------------------------------------------------------------- /Source/modules/texture/JpegCodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/texture/JpegCodec.h -------------------------------------------------------------------------------- /Source/modules/texture/PngCodec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/texture/PngCodec.cpp -------------------------------------------------------------------------------- /Source/modules/texture/PngCodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/texture/PngCodec.h -------------------------------------------------------------------------------- /Source/modules/texture/TextureLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/texture/TextureLoader.cpp -------------------------------------------------------------------------------- /Source/modules/texture/TextureLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/texture/TextureLoader.h -------------------------------------------------------------------------------- /Source/modules/window/Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/window/Config.h -------------------------------------------------------------------------------- /Source/modules/window/IWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/window/IWindow.cpp -------------------------------------------------------------------------------- /Source/modules/window/SDLWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/window/SDLWindow.cpp -------------------------------------------------------------------------------- /Source/modules/window/SDLWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/window/SDLWindow.h -------------------------------------------------------------------------------- /Source/modules/window/Win32Window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/window/Win32Window.cpp -------------------------------------------------------------------------------- /Source/modules/window/Win32Window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/modules/window/Win32Window.h -------------------------------------------------------------------------------- /Source/pipfiles/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pipfiles/LICENSE -------------------------------------------------------------------------------- /Source/pipfiles/MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pipfiles/MANIFEST.in -------------------------------------------------------------------------------- /Source/pipfiles/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pipfiles/pyproject.toml -------------------------------------------------------------------------------- /Source/pipfiles/setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pipfiles/setup.cfg -------------------------------------------------------------------------------- /Source/pymodules/gpu/CoalpyTypeObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/CoalpyTypeObject.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/CommandList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/CommandList.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/CommandList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/CommandList.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/HelperMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/HelperMacros.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/ImguiBuilder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/ImguiBuilder.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/ImguiBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/ImguiBuilder.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/ImplotBuilder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/ImplotBuilder.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/ImplotBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/ImplotBuilder.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/MainModule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/MainModule.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/ModuleFunctions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/ModuleFunctions.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/ModuleFunctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/ModuleFunctions.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/ModuleSettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/ModuleSettings.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/ModuleSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/ModuleSettings.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/ModuleState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/ModuleState.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/ModuleState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/ModuleState.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/PyDebugDefs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/PyDebugDefs.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/PyUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/PyUtils.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/PyUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/PyUtils.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/RenderArgs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/RenderArgs.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/RenderArgs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/RenderArgs.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/RenderEnum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/RenderEnum.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/RenderEnum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/RenderEnum.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/Resources.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/Resources.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/Resources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/Resources.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/SettingsSchema.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/SettingsSchema.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/SettingsSchema.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/SettingsSchema.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/Shader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/Shader.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/Shader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/Shader.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/TinyObjLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/TinyObjLoader.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/TinyObjLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/TinyObjLoader.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/TypeIds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/TypeIds.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/TypeRegistry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/TypeRegistry.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/TypeRegistry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/TypeRegistry.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/Window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/Window.cpp -------------------------------------------------------------------------------- /Source/pymodules/gpu/Window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/Window.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/bindings/Buffer.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/bindings/Buffer.inl -------------------------------------------------------------------------------- /Source/pymodules/gpu/bindings/CommandList.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/bindings/CommandList.inl -------------------------------------------------------------------------------- /Source/pymodules/gpu/bindings/EnumDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/bindings/EnumDef.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/bindings/Enums.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/bindings/Enums.inl -------------------------------------------------------------------------------- /Source/pymodules/gpu/bindings/Imgui.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/bindings/Imgui.inl -------------------------------------------------------------------------------- /Source/pymodules/gpu/bindings/Implot.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/bindings/Implot.inl -------------------------------------------------------------------------------- /Source/pymodules/gpu/bindings/MethodDecl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/bindings/MethodDecl.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/bindings/MethodDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/bindings/MethodDef.h -------------------------------------------------------------------------------- /Source/pymodules/gpu/bindings/ObjReader.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/bindings/ObjReader.inl -------------------------------------------------------------------------------- /Source/pymodules/gpu/bindings/Shader.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/bindings/Shader.inl -------------------------------------------------------------------------------- /Source/pymodules/gpu/bindings/Window.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/pymodules/gpu/bindings/Window.inl -------------------------------------------------------------------------------- /Source/scripts/coalpy/__init__.py: -------------------------------------------------------------------------------- 1 | __all__ = [ "gpu", "utils" ] 2 | -------------------------------------------------------------------------------- /Source/scripts/coalpy/examples/__init.__.py: -------------------------------------------------------------------------------- 1 | __all__ = [ "demo0" ] 2 | 3 | 4 | -------------------------------------------------------------------------------- /Source/scripts/coalpy/examples/data/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/scripts/coalpy/examples/data/test.jpg -------------------------------------------------------------------------------- /Source/scripts/coalpy/examples/data/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/scripts/coalpy/examples/data/test.png -------------------------------------------------------------------------------- /Source/scripts/coalpy/examples/demo0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/scripts/coalpy/examples/demo0.py -------------------------------------------------------------------------------- /Source/scripts/coalpy/examples/seascape.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/scripts/coalpy/examples/seascape.hlsl -------------------------------------------------------------------------------- /Source/scripts/coalpy/examples/seascape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/scripts/coalpy/examples/seascape.py -------------------------------------------------------------------------------- /Source/scripts/coalpy/examples/testInclude.hlsl: -------------------------------------------------------------------------------- 1 | void testFn() 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /Source/scripts/coalpy/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/scripts/coalpy/utils/__init__.py -------------------------------------------------------------------------------- /Source/scripts/coalpy/utils/profiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/scripts/coalpy/utils/profiler.py -------------------------------------------------------------------------------- /Source/scripts/doctool/coalpy_docs_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/scripts/doctool/coalpy_docs_style.css -------------------------------------------------------------------------------- /Source/scripts/doctool/doctool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/scripts/doctool/doctool.py -------------------------------------------------------------------------------- /Source/scripts/tutorial/kernel_v0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/scripts/tutorial/kernel_v0.py -------------------------------------------------------------------------------- /Source/scripts/tutorial/window_fx_v0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/scripts/tutorial/window_fx_v0.py -------------------------------------------------------------------------------- /Source/scripts/tutorial/window_fx_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/scripts/tutorial/window_fx_v1.py -------------------------------------------------------------------------------- /Source/scripts/tutorial/window_fx_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/scripts/tutorial/window_fx_v2.py -------------------------------------------------------------------------------- /Source/spirvreflect/spirv_reflect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/spirvreflect/spirv_reflect.c -------------------------------------------------------------------------------- /Source/spirvreflect/spirv_reflect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/spirvreflect/spirv_reflect.cpp -------------------------------------------------------------------------------- /Source/spirvreflect/spirv_reflect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/spirvreflect/spirv_reflect.h -------------------------------------------------------------------------------- /Source/tests/CoreTests.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/tests/CoreTests.cpp -------------------------------------------------------------------------------- /Source/tests/FileSystemTests.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/tests/FileSystemTests.cpp -------------------------------------------------------------------------------- /Source/tests/RenderTests.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/tests/RenderTests.cpp -------------------------------------------------------------------------------- /Source/tests/ShaderServiceTests.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/tests/ShaderServiceTests.cpp -------------------------------------------------------------------------------- /Source/tests/TaskSystemTests.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/tests/TaskSystemTests.cpp -------------------------------------------------------------------------------- /Source/tests/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/tests/main.cpp -------------------------------------------------------------------------------- /Source/tests/testsystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/tests/testsystem.cpp -------------------------------------------------------------------------------- /Source/tests/testsystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/tests/testsystem.h -------------------------------------------------------------------------------- /Source/tinyobjloader/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/tinyobjloader/LICENSE -------------------------------------------------------------------------------- /Source/tinyobjloader/Version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/tinyobjloader/Version.txt -------------------------------------------------------------------------------- /Source/tinyobjloader/tiny_obj_loader.cc: -------------------------------------------------------------------------------- 1 | #define TINYOBJLOADER_IMPLEMENTATION 2 | #include "tiny_obj_loader.h" 3 | -------------------------------------------------------------------------------- /Source/tinyobjloader/tiny_obj_loader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/tinyobjloader/tiny_obj_loader.h -------------------------------------------------------------------------------- /Source/zlib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/README -------------------------------------------------------------------------------- /Source/zlib/adler32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/adler32.c -------------------------------------------------------------------------------- /Source/zlib/compress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/compress.c -------------------------------------------------------------------------------- /Source/zlib/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/crc32.c -------------------------------------------------------------------------------- /Source/zlib/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/crc32.h -------------------------------------------------------------------------------- /Source/zlib/deflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/deflate.c -------------------------------------------------------------------------------- /Source/zlib/deflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/deflate.h -------------------------------------------------------------------------------- /Source/zlib/gzclose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/gzclose.c -------------------------------------------------------------------------------- /Source/zlib/gzguts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/gzguts.h -------------------------------------------------------------------------------- /Source/zlib/gzlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/gzlib.c -------------------------------------------------------------------------------- /Source/zlib/gzread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/gzread.c -------------------------------------------------------------------------------- /Source/zlib/gzwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/gzwrite.c -------------------------------------------------------------------------------- /Source/zlib/infback.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/infback.c -------------------------------------------------------------------------------- /Source/zlib/inffast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/inffast.c -------------------------------------------------------------------------------- /Source/zlib/inffast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/inffast.h -------------------------------------------------------------------------------- /Source/zlib/inffixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/inffixed.h -------------------------------------------------------------------------------- /Source/zlib/inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/inflate.c -------------------------------------------------------------------------------- /Source/zlib/inflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/inflate.h -------------------------------------------------------------------------------- /Source/zlib/inftrees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/inftrees.c -------------------------------------------------------------------------------- /Source/zlib/inftrees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/inftrees.h -------------------------------------------------------------------------------- /Source/zlib/trees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/trees.c -------------------------------------------------------------------------------- /Source/zlib/trees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/trees.h -------------------------------------------------------------------------------- /Source/zlib/uncompr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/uncompr.c -------------------------------------------------------------------------------- /Source/zlib/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/zconf.h -------------------------------------------------------------------------------- /Source/zlib/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/zlib.h -------------------------------------------------------------------------------- /Source/zlib/zutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/zutil.c -------------------------------------------------------------------------------- /Source/zlib/zutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Source/zlib/zutil.h -------------------------------------------------------------------------------- /Tools/tundra-linux-2.0/bin/t2-inspect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Tools/tundra-linux-2.0/bin/t2-inspect -------------------------------------------------------------------------------- /Tools/tundra-linux-2.0/bin/t2-lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Tools/tundra-linux-2.0/bin/t2-lua -------------------------------------------------------------------------------- /Tools/tundra-linux-2.0/bin/tundra2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Tools/tundra-linux-2.0/bin/tundra2 -------------------------------------------------------------------------------- /Tools/tundra-linux-2.0/scripts/strict.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Tools/tundra-linux-2.0/scripts/strict.lua -------------------------------------------------------------------------------- /Tools/tundra-linux-2.0/scripts/tundra.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Tools/tundra-linux-2.0/scripts/tundra.lua -------------------------------------------------------------------------------- /Tools/tundra-windows-2.0/bin/t2-inspect.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Tools/tundra-windows-2.0/bin/t2-inspect.exe -------------------------------------------------------------------------------- /Tools/tundra-windows-2.0/bin/t2-lua.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Tools/tundra-windows-2.0/bin/t2-lua.exe -------------------------------------------------------------------------------- /Tools/tundra-windows-2.0/bin/tundra2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Tools/tundra-windows-2.0/bin/tundra2.exe -------------------------------------------------------------------------------- /Tools/tundra-windows-2.0/scripts/strict.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Tools/tundra-windows-2.0/scripts/strict.lua -------------------------------------------------------------------------------- /Tools/tundra-windows-2.0/scripts/tundra.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/Tools/tundra-windows-2.0/scripts/tundra.lua -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | coalpy.org -------------------------------------------------------------------------------- /docs/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/Gemfile -------------------------------------------------------------------------------- /docs/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/Gemfile.lock -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/_data/navigation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/_data/navigation.yml -------------------------------------------------------------------------------- /docs/_tutorial/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/_tutorial/config.md -------------------------------------------------------------------------------- /docs/_tutorial/effect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/_tutorial/effect.md -------------------------------------------------------------------------------- /docs/_tutorial/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/_tutorial/intro.md -------------------------------------------------------------------------------- /docs/_tutorial/kernel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/_tutorial/kernel.md -------------------------------------------------------------------------------- /docs/_tutorial/window.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/_tutorial/window.md -------------------------------------------------------------------------------- /docs/apidocs/0.50/coalpy.gpu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/apidocs/0.50/coalpy.gpu.html -------------------------------------------------------------------------------- /docs/apidocs/0.50/coalpy_docs_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/apidocs/0.50/coalpy_docs_style.css -------------------------------------------------------------------------------- /docs/apidocs/0.51/coalpy.gpu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/apidocs/0.51/coalpy.gpu.html -------------------------------------------------------------------------------- /docs/apidocs/0.51/coalpy_docs_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/apidocs/0.51/coalpy_docs_style.css -------------------------------------------------------------------------------- /docs/apidocs/0.52/coalpy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/apidocs/0.52/coalpy.html -------------------------------------------------------------------------------- /docs/apidocs/0.52/coalpy_docs_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/apidocs/0.52/coalpy_docs_style.css -------------------------------------------------------------------------------- /docs/apidocs/0.53/coalpy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/apidocs/0.53/coalpy.html -------------------------------------------------------------------------------- /docs/apidocs/0.53/coalpy_docs_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/apidocs/0.53/coalpy_docs_style.css -------------------------------------------------------------------------------- /docs/apidocs/0.55/coalpy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/apidocs/0.55/coalpy.html -------------------------------------------------------------------------------- /docs/apidocs/0.55/coalpy_docs_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/apidocs/0.55/coalpy_docs_style.css -------------------------------------------------------------------------------- /docs/images/brdf-scene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/images/brdf-scene.png -------------------------------------------------------------------------------- /docs/images/seascape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/images/seascape.png -------------------------------------------------------------------------------- /docs/images/step0-window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/images/step0-window.png -------------------------------------------------------------------------------- /docs/images/step1-window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/images/step1-window.png -------------------------------------------------------------------------------- /docs/images/step2-window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/images/step2-window.png -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/docs/index.md -------------------------------------------------------------------------------- /gensln.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/gensln.bat -------------------------------------------------------------------------------- /linux-deps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/linux-deps.sh -------------------------------------------------------------------------------- /tundra.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kecho/coalpy/HEAD/tundra.lua --------------------------------------------------------------------------------