Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 6, 2019 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/2cc258c8b1f9d6aaa4112e734112b564 to your computer and use it in GitHub Desktop.
Save ryantm/2cc258c8b1f9d6aaa4112e734112b564 to your computer and use it in GitHub Desktop.
/nix/store/z17ikr609410a64g3gs4v5aikr9vflpj-simgear-2019.1.1
├── include
│   └── simgear
│   ├── bucket
│   │   └── newbucket.hxx
│   ├── bvh
│   │   ├── BVHBoundingBoxVisitor.hxx
│   │   ├── BVHGroup.hxx
│   │   ├── BVHLineGeometry.hxx
│   │   ├── BVHLineSegmentVisitor.hxx
│   │   ├── BVHMaterial.hxx
│   │   ├── BVHMotionTransform.hxx
│   │   ├── BVHNearestPointVisitor.hxx
│   │   ├── BVHNode.hxx
│   │   ├── BVHPageNode.hxx
│   │   ├── BVHPageRequest.hxx
│   │   ├── BVHPager.hxx
│   │   ├── BVHStaticBinary.hxx
│   │   ├── BVHStaticData.hxx
│   │   ├── BVHStaticGeometryBuilder.hxx
│   │   ├── BVHStaticGeometry.hxx
│   │   ├── BVHStaticLeaf.hxx
│   │   ├── BVHStaticNode.hxx
│   │   ├── BVHStaticTriangle.hxx
│   │   ├── BVHSubTreeCollector.hxx
│   │   ├── BVHTransform.hxx
│   │   └── BVHVisitor.hxx
│   ├── canvas
│   │   ├── CanvasEvent.hxx
│   │   ├── CanvasEventManager.hxx
│   │   ├── CanvasEventTypes.hxx
│   │   ├── CanvasEventVisitor.hxx
│   │   ├── canvas_fwd.hxx
│   │   ├── Canvas.hxx
│   │   ├── CanvasMgr.hxx
│   │   ├── CanvasObjectPlacement.hxx
│   │   ├── CanvasPlacement.hxx
│   │   ├── CanvasSystemAdapter.hxx
│   │   ├── CanvasWindow.hxx
│   │   ├── elements
│   │   │   ├── CanvasElement.hxx
│   │   │   ├── CanvasGroup.hxx
│   │   │   ├── CanvasImage.hxx
│   │   │   ├── CanvasMap.hxx
│   │   │   ├── CanvasPath.hxx
│   │   │   └── CanvasText.hxx
│   │   ├── events
│   │   │   ├── CustomEvent.hxx
│   │   │   ├── DeviceEvent.hxx
│   │   │   ├── KeyboardEvent.hxx
│   │   │   └── MouseEvent.hxx
│   │   ├── layout
│   │   │   ├── AlignFlag_values.hxx
│   │   │   ├── BoxLayout.hxx
│   │   │   ├── Layout.hxx
│   │   │   ├── LayoutItem.hxx
│   │   │   ├── NasalWidget.hxx
│   │   │   └── SpacerItem.hxx
│   │   ├── ODGauge.hxx
│   │   ├── ShivaVG
│   │   │   ├── openvg.h
│   │   │   └── vgu.h
│   │   └── VGInitOperation.hxx
│   ├── compiler.h
│   ├── constants.h
│   ├── debug
│   │   ├── BufferedLogCallback.hxx
│   │   ├── debug_types.h
│   │   ├── logstream.hxx
│   │   └── OsgIoCapture.hxx
│   ├── embedded_resources
│   │   ├── EmbeddedResource.hxx
│   │   ├── EmbeddedResourceManager.hxx
│   │   └── EmbeddedResourceProxy.hxx
│   ├── environment
│   │   ├── metar.hxx
│   │   └── precipitation.hxx
│   ├── ephemeris
│   │   ├── celestialBody.hxx
│   │   ├── ephemeris.hxx
│   │   ├── jupiter.hxx
│   │   ├── mars.hxx
│   │   ├── mercury.hxx
│   │   ├── moonpos.hxx
│   │   ├── neptune.hxx
│   │   ├── pluto.hxx
│   │   ├── saturn.hxx
│   │   ├── stardata.hxx
│   │   ├── star.hxx
│   │   ├── uranus.hxx
│   │   └── venus.hxx
│   ├── io
│   │   ├── DNSClient.hxx
│   │   ├── HTTPClient.hxx
│   │   ├── HTTPFileRequest.hxx
│   │   ├── HTTPMemoryRequest.hxx
│   │   ├── HTTPRepository.hxx
│   │   ├── HTTPRequest.hxx
│   │   ├── iochannel.hxx
│   │   ├── iostreams
│   │   │   ├── CharArrayStream.hxx
│   │   │   ├── gzcontainerfile.hxx
│   │   │   ├── gzfstream.hxx
│   │   │   ├── sgstream.hxx
│   │   │   └── zlibstream.hxx
│   │   ├── lowlevel.hxx
│   │   ├── raw_socket.hxx
│   │   ├── sg_binobj.hxx
│   │   ├── sg_file.hxx
│   │   ├── sg_netBuffer.hxx
│   │   ├── sg_netChannel.hxx
│   │   ├── sg_netChat.hxx
│   │   ├── sg_serial.hxx
│   │   ├── sg_socket.hxx
│   │   ├── sg_socket_udp.hxx
│   │   └── untar.hxx
│   ├── magvar
│   │   ├── coremag.hxx
│   │   └── magvar.hxx
│   ├── math
│   │   ├── beziercurve.hxx
│   │   ├── interpolater.hxx
│   │   ├── leastsqs.hxx
│   │   ├── SGBox.hxx
│   │   ├── SGCMath.hxx
│   │   ├── SGGeoc.hxx
│   │   ├── sg_geodesy.hxx
│   │   ├── SGGeodesy.hxx
│   │   ├── SGGeod.hxx
│   │   ├── SGGeometryFwd.hxx
│   │   ├── SGGeometry.hxx
│   │   ├── SGIntersect.hxx
│   │   ├── SGLimits.hxx
│   │   ├── SGLineSegment.hxx
│   │   ├── SGLocation.hxx
│   │   ├── SGMathFwd.hxx
│   │   ├── SGMath.hxx
│   │   ├── SGMatrix.hxx
│   │   ├── SGMisc.hxx
│   │   ├── SGPlane.hxx
│   │   ├── SGQuat.hxx
│   │   ├── sg_random.h
│   │   ├── SGRay.hxx
│   │   ├── SGRect.hxx
│   │   ├── SGSphere.hxx
│   │   ├── SGTriangle.hxx
│   │   ├── sg_types.hxx
│   │   ├── SGVec2.hxx
│   │   ├── SGVec3.hxx
│   │   ├── SGVec4.hxx
│   │   ├── simd4x4.hxx
│   │   └── simd.hxx
│   ├── misc
│   │   ├── argparse.hxx
│   │   ├── CSSBorder.hxx
│   │   ├── interpolator.hxx
│   │   ├── ListDiff.hxx
│   │   ├── make_new.hxx
│   │   ├── ResourceManager.hxx
│   │   ├── sg_dir.hxx
│   │   ├── sg_hash.hxx
│   │   ├── sg_path.hxx
│   │   ├── SimpleMarkdown.hxx
│   │   ├── stdint.hxx
│   │   ├── stopwatch.hxx
│   │   ├── strutils.hxx
│   │   ├── SVGpreserveAspectRatio.hxx
│   │   ├── tabbed_values.hxx
│   │   ├── test_macros.hxx
│   │   └── texcoord.hxx
│   ├── nasal
│   │   ├── cppbind
│   │   │   ├── cppbind_fwd.hxx
│   │   │   ├── detail
│   │   │   │   ├── from_nasal_helper.hxx
│   │   │   │   ├── nasal_traits.hxx
│   │   │   │   └── to_nasal_helper.hxx
│   │   │   ├── from_nasal.hxx
│   │   │   ├── Ghost.hxx
│   │   │   ├── NasalCallContext.hxx
│   │   │   ├── NasalContext.hxx
│   │   │   ├── NasalHash.hxx
│   │   │   ├── NasalMe.hxx
│   │   │   ├── NasalMethodHolder.hxx
│   │   │   ├── NasalObjectHolder.hxx
│   │   │   ├── NasalObject.hxx
│   │   │   ├── NasalString.hxx
│   │   │   └── to_nasal.hxx
│   │   ├── iolib.h
│   │   ├── naref.h
│   │   └── nasal.h
│   ├── package
│   │   ├── Catalog.hxx
│   │   ├── Delegate.hxx
│   │   ├── Install.hxx
│   │   ├── Package.hxx
│   │   └── Root.hxx
│   ├── props
│   │   ├── AtomicChangeListener.hxx
│   │   ├── condition.hxx
│   │   ├── easing_functions.hxx
│   │   ├── ExtendedPropertyAdapter.hxx
│   │   ├── PropertyBasedElement.hxx
│   │   ├── PropertyBasedMgr.hxx
│   │   ├── PropertyInterpolationMgr.hxx
│   │   ├── PropertyInterpolator.hxx
│   │   ├── propertyObject.hxx
│   │   ├── propsfwd.hxx
│   │   ├── props.hxx
│   │   ├── props_io.hxx
│   │   ├── tiedpropertylist.hxx
│   │   └── vectorPropTemplates.hxx
│   ├── scene
│   │   ├── material
│   │   │   ├── EffectBuilder.hxx
│   │   │   ├── EffectCullVisitor.hxx
│   │   │   ├── EffectGeode.hxx
│   │   │   ├── Effect.hxx
│   │   │   ├── mat.hxx
│   │   │   ├── matlib.hxx
│   │   │   ├── matmodel.hxx
│   │   │   ├── mipmap.hxx
│   │   │   ├── parseBlendFunc.hxx
│   │   │   ├── Pass.hxx
│   │   │   ├── Technique.hxx
│   │   │   └── TextureBuilder.hxx
│   │   ├── model
│   │   │   ├── animation.hxx
│   │   │   ├── BoundingVolumeBuildVisitor.hxx
│   │   │   ├── BVHDebugCollectVisitor.hxx
│   │   │   ├── BVHPageNodeOSG.hxx
│   │   │   ├── CheckSceneryVisitor.hxx
│   │   │   ├── ConditionNode.hxx
│   │   │   ├── model.hxx
│   │   │   ├── modellib.hxx
│   │   │   ├── ModelRegistry.hxx
│   │   │   ├── particles.hxx
│   │   │   ├── persparam.hxx
│   │   │   ├── placement.hxx
│   │   │   ├── PrimitiveCollector.hxx
│   │   │   ├── SGClipGroup.hxx
│   │   │   ├── SGInteractionAnimation.hxx
│   │   │   ├── SGMaterialAnimation.hxx
│   │   │   ├── SGOffsetTransform.hxx
│   │   │   ├── SGPickAnimation.hxx
│   │   │   ├── SGReaderWriterXML.hxx
│   │   │   ├── SGRotateTransform.hxx
│   │   │   ├── SGScaleTransform.hxx
│   │   │   ├── SGText.hxx
│   │   │   ├── SGTrackToAnimation.hxx
│   │   │   └── SGTranslateTransform.hxx
│   │   ├── sky
│   │   │   ├── cloudfield.hxx
│   │   │   ├── cloud.hxx
│   │   │   ├── CloudShaderGeometry.hxx
│   │   │   ├── dome.hxx
│   │   │   ├── moon.hxx
│   │   │   ├── newcloud.hxx
│   │   │   ├── oursun.hxx
│   │   │   ├── sky.hxx
│   │   │   ├── sphere.hxx
│   │   │   └── stars.hxx
│   │   ├── tgdb
│   │   │   ├── apt_signs.hxx
│   │   │   ├── GroundLightManager.hxx
│   │   │   ├── obj.hxx
│   │   │   ├── pt_lights.hxx
│   │   │   ├── ReaderWriterSPT.hxx
│   │   │   ├── ReaderWriterSTG.hxx
│   │   │   ├── SGBuildingBin.hxx
│   │   │   ├── SGDirectionalLightBin.hxx
│   │   │   ├── SGLightBin.hxx
│   │   │   ├── SGModelBin.hxx
│   │   │   ├── SGNodeTriangles.hxx
│   │   │   ├── SGOceanTile.hxx
│   │   │   ├── SGReaderWriterBTG.hxx
│   │   │   ├── SGTexturedTriangleBin.hxx
│   │   │   ├── SGTileDetailsCallback.hxx
│   │   │   ├── SGTileGeometryBin.hxx
│   │   │   ├── SGTriangleBin.hxx
│   │   │   ├── SGVasiDrawable.hxx
│   │   │   ├── SGVertexArrayBin.hxx
│   │   │   ├── ShaderGeometry.hxx
│   │   │   ├── TreeBin.hxx
│   │   │   └── userdata.hxx
│   │   ├── tsync
│   │   │   └── terrasync.hxx
│   │   ├── util
│   │   │   ├── ColorInterpolator.hxx
│   │   │   ├── CopyOp.hxx
│   │   │   ├── DeletionManager.hxx
│   │   │   ├── NodeAndDrawableVisitor.hxx
│   │   │   ├── Noise.hxx
│   │   │   ├── OptionsReadFileCallback.hxx
│   │   │   ├── OsgDebug.hxx
│   │   │   ├── OsgMath.hxx
│   │   │   ├── OsgSingleton.hxx
│   │   │   ├── parse_color.hxx
│   │   │   ├── PrimitiveUtils.hxx
│   │   │   ├── project.hxx
│   │   │   ├── QuadTreeBuilder.hxx
│   │   │   ├── RenderConstants.hxx
│   │   │   ├── SGDebugDrawCallback.hxx
│   │   │   ├── SGEnlargeBoundingBox.hxx
│   │   │   ├── SGImageUtils.hxx
│   │   │   ├── SGNodeMasks.hxx
│   │   │   ├── SGPickCallback.hxx
│   │   │   ├── SGReaderWriterOptions.hxx
│   │   │   ├── SGSceneFeatures.hxx
│   │   │   ├── SGSceneUserData.hxx
│   │   │   ├── SGStateAttributeVisitor.hxx
│   │   │   ├── SGTextureStateAttributeVisitor.hxx
│   │   │   ├── SGTransientModelData.hxx
│   │   │   ├── SGUpdateVisitor.hxx
│   │   │   ├── SplicingVisitor.hxx
│   │   │   ├── StateAttributeFactory.hxx
│   │   │   ├── UpdateOnceCallback.hxx
│   │   │   └── VectorArrayAdapter.hxx
│   │   └── viewer
│   │   ├── ClusteredForward.hxx
│   │   ├── CompositorBuffer.hxx
│   │   ├── Compositor.hxx
│   │   ├── CompositorPass.hxx
│   │   └── CompositorUtil.hxx
│   ├── screen
│   │   ├── colors.hxx
│   │   ├── extensions.hxx
│   │   ├── screen-dump.hxx
│   │   └── tr.h
│   ├── serial
│   │   └── serial.hxx
│   ├── sg_inlines.h
│   ├── simgear_config.h
│   ├── sound
│   │   ├── filters.hxx
│   │   ├── readwav.hxx
│   │   ├── sample_group.hxx
│   │   ├── sample.hxx
│   │   ├── soundmgr.hxx
│   │   └── xmlsound.hxx
│   ├── std
│   │   ├── integer_sequence.hxx
│   │   └── type_traits.hxx
│   ├── structure
│   │   ├── callback.hxx
│   │   ├── commands.hxx
│   │   ├── event_mgr.hxx
│   │   ├── exception.hxx
│   │   ├── function_list.hxx
│   │   ├── intern.hxx
│   │   ├── map.hxx
│   │   ├── OSGUtils.hxx
│   │   ├── OSGVersion.hxx
│   │   ├── SGAtomic.hxx
│   │   ├── SGBinding.hxx
│   │   ├── SGExpression.hxx
│   │   ├── SGPerfMon.hxx
│   │   ├── SGReferenced.hxx
│   │   ├── SGSharedPtr.hxx
│   │   ├── SGSmplhist.hxx
│   │   ├── SGSmplstat.hxx
│   │   ├── SGWeakPtr.hxx
│   │   ├── SGWeakReferenced.hxx
│   │   ├── singleton.hpp
│   │   ├── Singleton.hxx
│   │   ├── StateMachine.hxx
│   │   ├── StringTable.hxx
│   │   └── subsystem_mgr.hxx
│   ├── threads
│   │   ├── SGGuard.hxx
│   │   ├── SGQueue.hxx
│   │   └── SGThread.hxx
│   ├── timing
│   │   ├── lowleveltime.h
│   │   ├── sg_time.hxx
│   │   ├── timestamp.hxx
│   │   └── timezone.h
│   ├── version.h
│   └── xml
│   └── easyxml.hxx
└── lib
├── cmake
│   └── SimGear
│   ├── SimGearConfig.cmake
│   ├── SimGearConfigVersion.cmake
│   ├── SimGearTargets.cmake
│   └── SimGearTargets-release.cmake
├── libSimGearCore.a
└── libSimGearScene.a
42 directories, 346 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment