GithubHelp home page GithubHelp logo

turran / enesim Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 2.0 26.15 MB

Drawing library

Home Page: www.enesim.org

License: GNU Lesser General Public License v2.1

Shell 0.02% Makefile 1.65% C 95.87% C++ 0.54% Objective-C 0.08% GLSL 0.68% XSLT 0.05% M4 1.10% Common Lisp 0.01% Cool 0.02%

enesim's People

Contributors

bluezery avatar segfaultxavi avatar turran avatar vtorri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

enesim's Issues

enesim doesn't build

Hi,
Im' trying to build enesim on arch linux. Build fails. It seems that the development version of EFL is need for the build, where as the check of efl in configure.ac is against 1.7.0.
Is this a mistake or is there a version of enesim that could be used with stable efl ? Alpha EFL is a strong requirement ? if yes it's really bad :(

The error :
make all-am
make[1]: Entering directory /home/nico/src/enesim' CC src/lib/src_lib_libenesim_la-enesim_renderer.lo In file included from /usr/include/eina-1/Eina.h:212:0, from src/lib/enesim_private.h:79, from src/lib/enesim_renderer.c:18: src/lib/enesim_renderer.c: In function '_draw_internal': src/lib/enesim_renderer.c:221:23: error: expected ')' before 'EINA_RECTANGLE_FORMAT' DBG("Drawing area %" EINA_RECTANGLE_FORMAT, ^ /usr/include/eina-1/eina/eina_log.h:317:18: note: in definition of macro 'EINA_LOG' fmt, \ ^ src/lib/enesim_private.h:111:18: note: in expansion of macro 'EINA_LOG_DOM_DBG' #define DBG(...) EINA_LOG_DOM_DBG(ENESIM_LOG_DEFAULT, __VA_ARGS__) ^ src/lib/enesim_renderer.c:221:2: note: in expansion of macro 'DBG' DBG("Drawing area %" EINA_RECTANGLE_FORMAT, ^ src/lib/enesim_renderer.c:221:23: warning: spurious trailing '%' in format [-Wformat=] DBG("Drawing area %" EINA_RECTANGLE_FORMAT, ^ /usr/include/eina-1/eina/eina_log.h:317:18: note: in definition of macro 'EINA_LOG' fmt, \ ^ src/lib/enesim_private.h:111:18: note: in expansion of macro 'EINA_LOG_DOM_DBG' #define DBG(...) EINA_LOG_DOM_DBG(ENESIM_LOG_DEFAULT, __VA_ARGS__) ^ src/lib/enesim_renderer.c:221:2: note: in expansion of macro 'DBG' DBG("Drawing area %" EINA_RECTANGLE_FORMAT, ^ make[1]: *** [src/lib/src_lib_libenesim_la-enesim_renderer.lo] Error 1 make[1]: Leaving directory/home/nico/src/enesim'
make: *** [all] Error 2

Example Path01 doesn't work for opengl

The example uses the enesim_renderer_path.c klass which does not specify an opengl_initial function. This causes the example to fail the check

if (klass->opengl_initialize == NULL)
        return EINA_FALSE;

inside of enesim_renderer_opengl.c of the enesim_renderer_opengl_setup function

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.