Skip to content

Commit

Permalink
change TODO list of the integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
xarray committed Apr 18, 2015
1 parent 251df95 commit 76e28ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The third-party libraries that can be embedded with OSG are listed here for down
* OpenNI (natural interaction devices middleware, including Kinect): http://www.openni.org/
* OTL (Oracle, Odbc and DB2-CLI template library): already included in the source code
* PhysFS (PhysicsFS, provide abstract access to various archives): http://icculus.org/physfs/
* RecastNavigation (Famous navigation-mesh toolset for games): https://github.com/memononen/recastnavigation
* RVO2 (Reciprocal collision avoidance for multi-agent simulation): http://gamma.cs.unc.edu/RVO2/
* Spark (a crossplatform particle engine): http://spark.developpez.com/
* Sundog SilverLining & Triton (Weather & ocean rendering commercial middleware): http://www.sundog-soft.com
Expand Down
8 changes: 4 additions & 4 deletions integrations/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,18 +120,16 @@ ADD_SUBDIRECTORY(osgswiftpp) # OSG & Swift++
ADD_SUBDIRECTORY(osgsilverlining) # OSG & Sundog Silverlining
ADD_SUBDIRECTORY(osgtriton) # OSG & Sundog Triton Ocean

# Wave 4
# TODO List
#ADD_SUBDIRECTORY(osgdb_cdr) # OSG & libCDR
#ADD_SUBDIRECTORY(osggameswf) # OSG & GameSWF
#ADD_SUBDIRECTORY(osghavokphysics) # OSG & Havok Physics (from AnarchySDK)
#ADD_SUBDIRECTORY(osgmupdf) # OSG & MuPDF
#ADD_SUBDIRECTORY(osgnvfx) # OSG & nvFX
#ADD_SUBDIRECTORY(osgnvfx) # OSG & NVIDIA nvFX
#ADD_SUBDIRECTORY(osgois) # OSG & OIS
#ADD_SUBDIRECTORY(osgperceptual) # OSG & Intel Perceptual Computing SDK
#ADD_SUBDIRECTORY(osgsmartbody) # OSG & SmartBody
#ADD_SUBDIRECTORY(osgwoody3d) # OSG & Woody3D

# TODO List
#ADD_SUBDIRECTORY(osgberkelium) # OSG & Berkelium
#ADD_SUBDIRECTORY(osgguichan) # OSG & GUIChan
#ADD_SUBDIRECTORY(osgcl) # OSG & OpenCL
Expand All @@ -141,6 +139,8 @@ ADD_SUBDIRECTORY(osgtriton) # OSG & Sundog Triton Ocean
#ADD_SUBDIRECTORY(osgmathgl) # OSG & MathGL
#ADD_SUBDIRECTORY(osgnewton) # OSG & Newton Physics
#ADD_SUBDIRECTORY(osgnurbs) # OSG & openNURBS
#ADD_SUBDIRECTORY(osgcuvid) # OSG & NVIDIA Cuvid
#ADD_SUBDIRECTORY(osgflex) # OSG & NVIDIA Flex
#ADD_SUBDIRECTORY(osgdb_nanosvg) # OSG & NanoSVG
#ADD_SUBDIRECTORY(osganimata) # OSG & Animata
#ADD_SUBDIRECTORY(osgdance) # OSG & DANCE
Expand Down

0 comments on commit 76e28ba

Please sign in to comment.