Pinned Repositories
3D-Graphics-Rendering-Cookbook-Second-Edition
3D-Graphics-Rendering-Cookbook, Second Edition
3d-tiles
Specification for streaming massive heterogeneous 3D geospatial datasets :earth_americas:
iEngine
A tiny real-time graphics rendering engine based on opengl, webgpu and webassembly.
imap
A desktop map application, based on c++、cpp-httplib、vue3 and cesium.
Obj2Tiles
Converts OBJ files to OGC 3D tiles by performing splitting, decimation and conversion
OpenFBX
Lightweight open source FBX importer
test_webgl_webgpu_offscreencanvas
Based on emscripten, test webgl and webgpu through C++.
tinygltf
Header only C++11 tiny glTF 2.0 library
tinyobjloader
Tiny but powerful single file wavefront obj loader
water_terrain_simulation
💦Realtime water simulation on terrain, using OpenGL
xrui94's Repositories
xrui94/BabylonSource
xrui94/Cesium-WebFeatureService
A module which when integrated into cesium loads vector features from a Web Feature Service provider
xrui94/Computer-Aided-Design
Utilizing openGL for CAD programming. Course project for Introduction to Computer-aided Design 2018 fall @ Tsinghua University. Adapted from CMU course Computer Aided Design.
xrui94/cppLight2d
draw 2D light with c++
xrui94/Editor
Simple 2D graphical editor
xrui94/egis-cesium-mvt-render
xrui94/gamedev-js-3d-aabb
Demos for 3D AABB collision detection
xrui94/gee-bridge
RESTful Web API bridge for Google Earth Engine calculations
xrui94/IfcLocator
xrui94/learn_ai
Some python projects and codes used to learn machine learning and deep learning algorithms or models.I will use scikit-learn and tensorflow to do it!
xrui94/LGIS
Based on cesium 3D GIS platform,Based on Vue. support WMTS WFS PBF MVT , OSGB……
xrui94/Micro-GIS
Lightweight GIS application based on Mapnik and WxPython
xrui94/mOffscreenRendering
A simple example of performing a multithreaded offscreen rendering using OpenGL and Qt
xrui94/MonoMax.GLPlayground
xrui94/obj
Wavefront OBJ library in C with an OpenGL Core Profile renderer
xrui94/osg-exercise
OSG learning step.
xrui94/osgQTWidget
集成osg到qt的一个widget中
xrui94/PlottingSymbol
OSG三维标绘算法,实现线、圆、多边形、矩形、直箭头、双箭头、斜箭头、聚居区、弓形、平行搜寻区、扇形搜寻区等标绘算法
xrui94/programmingtil-webgl
Code for ProgrammingTIL WebGL Screencasts
xrui94/QtOSG
A proof-of-concept widget for integrating Qt and OpenSceneGraph in a thread-safe manner
xrui94/quantized-mesh-viewer
Render custom quantized mesh tiles in Cesium.js and debug individual tiles using THREE.js renderer.
xrui94/RayTrace
xrui94/Roche
Solar System simulation with pretty graphics. C++, OpenGL 4.5
xrui94/sn_cesium
xrui94/wasm-worker-api
:seedling: Move compiled with Emscripten C/C++ functions into a separate thread
xrui94/water-simulation
xrui94/WaterSimulation
[Complete] Smoothed Particle Hydrodynamics: simulation of water particles subject to gravity, viscosity, and pressure. Spatial hashing enabled. Boundary collisions handled.
xrui94/Webgl-FFT-Ocean-
Webgl Ocean based on Tessendorf paper. Implementation of Phillips spectrum and its inverse FFT
xrui94/WebGL-Map
An attempt to make a world map in webgl
xrui94/WebGL-Water
Ocean simulation with water reflection and refraction.