Skip to content
/ libRQTS Public

An implementation of Restricted QuadTreeS

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

cfmmoc/libRQTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libRQTS LOGO is an implementation of Restricted QuadTreeS

Licensed under The GNU General Public License v3.0 (GPLv3)

Any modification, re-utilization or copy of the source or binary format in other software or publications should mention a CITATION of this library.

Copyright (c) 2016-2018 by Authors (Jin Yan, Guanghong Gong, Ni Li and Luhao Xiao)

Overview

libRQTS implements an algorithm of Restricted QuadTreeS for cfMMOC (https://github.com/cfmmoc/cfmmoc) terrain rendering library.

cfMMOC library is a planet-scale out-of-core terrain rendering framework on top of OGRE v1.9.

Letters R, Q, T, and S in libRQTS logo also mirror the names of four sibling quads, Q, R, S, and T.

Build Status
Fedora 27 64-bit Building Pass
Ubuntu 17.10 64-bit Building Pass

Dependencies

The dependency for libRQTS is GNU C Library (I/O stream, shared memory, container such as vector and map, string. etc).

Compilation

On Fedora, first install building tool by using yum insatll gcc-c . On Ubuntu, first run apt install make g .

Then run make all, and manually copy libRQTS.so to bin/ directory of cfMMOC (https://github.com/cfmmoc/cfmmoc) project.

About

An implementation of Restricted QuadTreeS

Topics

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published