Code Monkey home page Code Monkey logo

es_core's People

Contributors

gsigms avatar ttimo avatar z33ky avatar

Stargazers

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

Watchers

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

es_core's Issues

Switch to cmake

Probably going to switch the build system to cmake. I don't like cmake's setup and approach to project configuration, but the IDE project files generation, the ability to use ninja for fast builds, and the broad user community kinda override that compared to scons.

scons build broke

the scons build system is looking for binaries located on in your home dir.

Gentoo AMD64.

I know its early and your probably getting around to fixing this but I figured letting you know anyways would be a good thing.

scons -j5
scons: Reading SConscript files ...
/bin/sh: /home/timo/SDL/install/bin/sdl2-config: No such file or directory
OSError: '/home/timo/SDL/install/bin/sdl2-config --cflags --libs' exited 127:
File "/home/salamanderrake/src/ttimo/es_core/SConstruct", line 20:
env.ParseConfig( '%s --cflags --libs' % SDL2_CONFIG )
File "/usr/lib64/python2.7/site-packages/SCons/Environment.py", line 1554:
return function(self, self.backtick(command))
File "/usr/lib64/python2.7/site-packages/SCons/Environment.py", line 596:
raise OSError("'%s' exited %d" % (command, status))

Look into using nanomsg instead of zeromq

Want to look into nanomsg? I found it was a better zeromq.

One feature I wanted was the ability to use windows pipes (ipc) instead of inproc. Also, it uses Window's IOCP, so we're not limited to the operating system's select(). They managed to have both sockets and IOCP working. Zeromq hasn't managed to make that work for several years.

Also it was created by the creator of zeromq and they have a zeromq compatibility layer.

http://nanomsg.org/index.html

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.