Code Monkey home page Code Monkey logo

icgis-linux's Introduction

A simple gis program built in Qt-Creator.

Linux and windows are both supported!

README: Leopard-C/iCGIS

[Prompt]

lib/unix/libgdal.a is too lagre to upload to GitHub directly.

It is compressed to lib/unix/libs&dlls/libs.7z

And some dll files needed are compressed to lib/${OS}/libs&dlls/dlls.7z

Screenshots

001

002-1

002-2

003

004

005

006

END

[email protected]

icgis-linux's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

icgis-linux's Issues

编译后运行报错是怎么回事,缺少文件吗

pointERROR::SHADER::FILE_NOT_SUCCESFULLY_READ ERROR::SHADER::FILE_NOT_SUCCESFULLY_READ Failed to compilevertexshader 0:1(1): error: syntax error, unexpected $end

Failed to compilefragmentshader
0:1(1): error: syntax error, unexpected $end

关闭程序还在后台运行

关闭程序后,程序一直在后台运行,并未退出

调试发现glcall.cpp 第9行有个死循环:

void GLClearError()
{
while (glGetError() != GL_NO_ERROR);
}

注释掉后程序会崩溃,不知道这个问题怎么改?

另外,鼠标滚轮放大缩小视图并没实时刷新

滚轮事件响应函数wheelEvent中须加一行代码:
makeCurrent();

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.