GithubHelp home page GithubHelp logo

genn's People

Contributors

p1n3appl3 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

cheezballzpi

genn's Issues

can we remove this and printf's later?

Issue opened with imdone.io from code comment on 369529e

TODO can we remove this and printf's later? id:4


GENN/lib/tigr.c

Lines 3634 to 3639 in 369529e

#include <stdio.h> // TODO can we remove this and printf's later?
#ifdef TIGR_GAPI_GL
#ifndef __APPLE__
// please provide you own glext.h, you can download latest at https://www.opengl.org/registry/api/GL/glext.h
#include <glext.h>

- unicode?

Issue opened with imdone.io from code comment on 369529e

TODO - unicode? id:0


GENN/lib/tigr.c

Lines 722 to 727 in 369529e

// TODO - unicode?
FILE *out = fopen(fileName, "wb");
if (!out)
return 1;
s.out = out;

and what do we do now? it's a bit too tricky to use here

Issue opened with imdone.io from code comment on 369529e

TODO and what do we do now? it's a bit too tricky to use @autoreleasepool here id:5


GENN/lib/tigr.c

Lines 2892 to 2897 in 369529e

// TODO and what do we do now? it's a bit too tricky to use @autoreleasepool here
#error TODO this code should be compiled as C for now
#else
//would be nice to use objc_autoreleasePoolPush instead, but it's not publically available in the headers
id poolAlloc = objc_msgSend_id((id)objc_getClass("NSAutoreleasePool"), sel_registerName("alloc"));
autoreleasePool = objc_msgSend_id(poolAlloc, sel_registerName("init"));

L,R variation of keys?

Issue opened with imdone.io from code comment on 369529e

TODO L,R variation of keys? id:1


GENN/lib/tigr.c

Lines 3463 to 3468 in 369529e

// TODO L,R variation of keys?
win->keys[TK_CONTROL] = keys.alpha_shift;
win->keys[TK_SHIFT] = keys.shift;
win->keys[TK_CONTROL] = keys.control;
win->keys[TK_ALT] = keys.alternate;
win->keys[TK_LWIN] = keys.command;

do we really need this?

Issue opened with imdone.io from code comment on 369529e

TODO do we really need this? id:6


GENN/lib/tigr.c

Lines 3095 to 3100 in 369529e

// TODO do we really need this?
objc_msgSend_void_bool(NSApp, sel_registerName("activateIgnoringOtherApps:"), YES);
// Wrap a bitmap around it.
NSSize windowSize = _tigrCocoaWindowSize(window);
bmp = tigrBitmap2(windowSize.width / scale, windowSize.height / scale, sizeof(TigrInternal));

autorelease pool

Issue opened with imdone.io from code comment on 369529e

TODO autorelease pool id:2


GENN/lib/tigr.c

Lines 2880 to 2885 in 369529e

// TODO autorelease pool
#else
objc_msgSend_void(autoreleasePool, sel_registerName("drain"));
#endif
}

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.