Code Monkey home page Code Monkey logo

gpmaps's Introduction

GFXprim

GFXprim is Open-source modular 2D bitmap graphics library with emphasis on speed and correctness. It comes batteries included, but free from bloat.

It includes:

  • Graphical user interface widgets with object hierarchy and declarative layouts.
  • Clean and non-intrusive implementations of elementary data structures.
  • Multiple rendering backends supporting desktop to embedded.
  • Integrations with many image loaders.
  • Image filters
  • Sample applications including image and PDF viewers.
  • Many tests

See http://gfxprim.ucw.cz for details.

gpmaps's People

Contributors

metan-ucw avatar

Stargazers

 avatar  avatar

Watchers

 avatar

gpmaps's Issues

Failed to compile: xqx_waypoints.c:204:6: error: ‘struct gp_json_buf’ has no member named ‘msgf’

$ make
gcc-7 -W -Wall -Wextra -O2 -I/usr/include/gfxprim/ -I/usr/include/freetype2   -pthread  -M xqx_waypoints.c -o xqx_waypoints.dep
gcc-7 -W -Wall -Wextra -O2 -I/usr/include/gfxprim/ -I/usr/include/freetype2   -pthread    -c -o xqx_waypoints.o xqx_waypoints.c
xqx_waypoints.c: In function ‘xqx_path_geojson’:
xqx_waypoints.c:204:6: error: ‘struct gp_json_buf’ has no member named ‘msgf’
  json->msgf = stderr;
      ^~
make: *** [<builtin>: xqx_waypoints.o] Error 1

Maybe change json->msgf = stderr to json->print_priv = stderr?

+++ xqx_waypoints.c
@@ -201,7 +201,7 @@ struct xqx_path *xqx_path_geojson(const char *pathname)
        if (!json)
                return NULL;
 
-       json->msgf = stderr;
+       json->print_priv = stderr;
 
        if (gp_json_next_type(json) != GP_JSON_OBJ) {
                gp_json_warn(json, "Expected object!");

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.