Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • html5-netrek ... , used only for event normalization (mouse click x/y) * **cake.js** - scene-graph-based canvas drawing library Required node.js libraries to run sever.js: * **socket.io** - handles cross-browser two-way-push network communication; ...
  • BigTree-CMS ... bucket (e.g. CloudFront distribution) - FIXED: Media Gallery not drawing video icons properly when nested inside callouts - FIXED: ... ::setHeadContext description being prioritized over an explicit open graph description - FIXED: Choosing a media preset for a ...
  • css-loader ... }> // //
    // Somewhere in JavaScript canvas drawing code use the variable directly // const ctx = mountsCanvas. ... codecov.io/gh/webpack-contrib/css-loader/branch/master/graph/badge.svg [cover-url]: https://codecov.io/gh/ ...
  • icedcoffee ... * View/view controller architecture for easy integration with Cocoa/CocoaTouch * Drawing to multiple AppKit/UIKit host views using multiple OpenGL contexts * Minimalistic scene graph: scene node infrastructure with arbitrary 3D transforms, easily ...
  • DIBI-Conf ... tend towards specialising in either Coding or Design. The graph dips. Combining a coder into a designer - a Creative ... on Github) #### Canvas * 2D Graphics platform * Image manipulation * Silk demo... * Drawing curved lines (it's not always the obvious ...
  • rendumper ... - show fps+averaged times on an overlay. maybe do a graph ala eve online - rewrite df-structures/codegen.py, it rotted; ... resources at exit - Decide what to do with 2D world map drawing and export (Legends mode). Currently it's SDL_SaveBMP buried in the ...
  • SquidLib ... our `char`s, and dungeons often are drawn with box-drawing characters for walls. Within a dungeon or cave, the lighting ... A-Star pathfinding to one target, and various other common graph algorithms like topological sorting. Displaying the map and all the ...
  • telemetry ... relevant sensor information, the appropriate HTML in index.html to provide a cavas for drawing the graph, and the declarations of the graph and timeseries in public/js/script.js. The existing sensors should provide a very easy- ...
  • GraphTea ... generators, file formats and actions. # What can you do with graphtea? * Drawing your graph with a mouse or using predefined graphs (under graph > generate), like trees, complete graphs, stars, generalized peterson, etc. * Getting ...
  • xdot.js ... { var graph = new XDotParser(text).parse(); graph.draw(); }); ``` ## Todo - Decouple the parsing from the drawing. Ideally, we could use any capable drawing library, not just Raphael. - Overall code cleanup. I'm not happy with ...