2023年11月21日 星期二

graphics library framework Graphical Libraries 2d vector graphics library Graphical vector geometry Libraries Anti-Grain Geometry

 Truffle Framework, Hardhat Framework, Brownie Framework, OpenZeppelin SDK, Chainlink SDK.
rust language c++ pascal  delphi java javascript C# Dart swift
nvidia cuda 2d vector graphics library
https://github.com/inanevin/LinaVG
https://www.reddit.com/r/coolgithubprojects/comments/tqq7aa/github_a_light_weight_2d_vector_graphic_renderer/

GitHub - A light weight 2D Vector Graphic renderer library writing in c++ with GPU hardware acceleration
https://github.com/RuiwenTang/Skity

https://www.wikiwand.com/en/Graphics_library
https://wiki.haskell.org/Applications_and_libraries/Graphics
https://www.linux.org/threads/about-some-of-the-graphics-libraries.11125/
https://wiki.freepascal.org/Graphics_libraries
https://en.wikipedia.org/wiki/List_of_3D_graphics_libraries
https://en.wikipedia.org/wiki/Graphics_library
https://en.wikipedia.org/wiki/PSGL
https://www.enseignement.polytechnique.fr/informatique/INF478/docs/Cpp/en/cpp/links/libs.html
https://marketplace.visualstudio.com/items?itemName=genlogic.CCGraphicsLibraryandEditorFreeCommunityEdition
https://www.thefreecountry.com/sourcecode/graphics.shtml
https://terminalroot.com/the-7-best-cpp-frameworks-for-creating-graphical-interfaces/
https://www.cairographics.org/
https://wiki.dlang.org/Libraries_and_Frameworks
https://lvgl.io/

https://www.reddit.com/r/cpp/comments/up3201/best_c_graphics_library_for_simulation/

https://github.com/topics/graphics-library
https://www.libhunt.com/topic/graphics-library
https://github.com/DiligentGraphics/DiligentEngine
https://github.com/google/mathfu

 AGG graphics library Anti-Grain Geometry  is an Open Source, free of charge graphic library, written in industrially standard C++. The terms and conditions of use AGG are ...
https://slackbuilds.org/repository/14.2/libraries/agg/
https://agg.sourceforge.net/antigrain.com/about/index.html
https://github.com/ghaerr/agg-2.6
https://agg.sourceforge.net/antigrain.com/screenshots/index.html
https://github.com/MatterHackers/agg-sharp
https://github.com/capnslipp/libAGG/tree/master/agg

https://en.cppreference.com/w/cpp/links/libs
A list of open source C++ libraries
http://webmanual.kia.com/STD_GEN5W/AVNT/EU/German/opensourcesoftwarenotice.html
Open Source Software Notice
https://cran.r-project.org/web/packages/available_packages_by_date.html
https://cran.r-project.org/web/packages/ragg/index.html
https://code.nasa.gov/

cuda calculation 2d vector graphics library
cutlass: fast linear algebra in cuda c++ | nvidia technical blog
cuda calculation 2d vector graphics library  fast linear algebra nvidia
The API Reference guide for cuBLAS, the CUDA Basic Linear Algebra Subroutine library.
https://docs.nvidia.com/cuda/cublas/
https://github.com/NVIDIA/cuda-samples
https://arxiv.org/abs/2308.03120
[2308.03120] Bandicoot: C++ Library for GPU Linear Algebra and Scientific Computing


https://www.researchgate.net/publication/274457146_Alinea_An_Advanced_Linear_Algebra_Library_for_Massively_Parallel_Computations_on_Graphics_Processing_Units
https://github.com/fffaraz/awesome-cpp
https://github.com/caiorss/C-Cpp-Notes/blob/master/Libraries.org
https://en.cppreference.com/w/cpp/links/libs
cpp-libraries cuda calculation Parallel  2d vector graphics library  library Graphical vector geometry Libraries

RAD Studio can generate a TDS debug file: delphi

 debug info (TDS) TD32 Compiling Delphi XE Applications With Debug Information  The Delphi compiler can store generated debug information in separate .tds files or in the TD32 format which is compiled into the application's binary modules.

Overview of Remote Debugging      dSYM Debug File     Map Debug File     API (*.rsm)      Package Files Created by Compiling

https://docwiki.embarcadero.com/RADStudio/Alexandria/en/API_(*.tds)
https://github.com/tothpaul/Delphi/tree/master/DelphiTDS

https://docwiki.embarcadero.com/RADStudio/Sydney/en/File_Types_Index

Delphi / src / FreeBitmap.pas array reference pointer Record pointer Array SysGetMem Function Delphi GetMemory ReallocMem scanline

 https://android.googlesource.com/platform/external/free-image/+/71163caf89862f79f6419077cf6f0b18b7725d52/Wrapper/Delphi/src/FreeBitmap.pas
https://stackoverflow.com/questions/28414382/array-of-colors
https://github.com/TurboPack/PNGComponents/blob/master/PngObject/pngimage.pas
https://en.delphipraxis.net/topic/7155-add-an-extra-delphi-control-in-a-new-package/
https://stackoverflow.com/questions/47465270/copy-the-contents-of-array-or-memory-block-to-another-specific-type-using-delph
https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Pointers_and_Pointer_Types_(Delphi)
https://schellingerhout.github.io/data%20transmission/datatransmission2/
Data Transmission with Delphi (Part 2: Arrays and Pointer Math) - Jasper Schellingerhout’s Blog
https://www.thoughtco.com/understanding-and-using-pointers-in-delphi-1058219
http://rvelthuis.de/articles/articles-pointers.html
https://www.delphibasics.co.uk/Article.php?Name=Pointers
https://github.com/vittee/RecordArray
https://codeverge.com/forum/embarcadero.delphi.win32_tarray-byte-vs-pbyte_1048552
https://www.drbob42.com/delphi4/dynarray.htm
https://www.drbob42.com/delphi/property.htm
https://docwiki.embarcadero.com/Libraries/Alexandria/en/System.SysUtils.PByteArray
https://docwiki.embarcadero.com/codeexamples/sydney/en/scanline_(delphi)

delphi Data Types transformer Format conversion bit byte record absolute delphi - How to assign a byte[] to a record delphi Data Types record absolute reference pointer

 https://stackoverflow.com/questions/878921/how-to-assign-a-byte-to-a-record
https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Internal_Data_Formats_(Delphi)
delphi Data Types  record absolute reference pointer
https://stackoverflow.com/questions/3222626/mutual-referencing-records-in-delphi-win32

delphi  array  reference pointer Scanline
scanline. type TRgb = array[0..2] of Byte; PRgb = ^TRgb; function MandelbrotThread(Param: Pointer): ... Reference Book Title, eMatter Edition

PRGBArray
ImageEn
https://www.imageen.com › help › PRG...
ImageEn Imaging Library for Delphi and BCB. ImageEn Imaging Library ... PRGBArray. Declaration. type PRGBArray = array[0 . . Maxint div 16] of pRGB;. www.ImageEn ...
 procedure Rotate(Bitmap: TBitmap); type THelpRGB = packed record rgb: TRGBTriple; dummy: byte; end; pRGBArray = ^TRGBArray; ...

https://github.com/delphi-pascal-archive/delphi-crypto/blob/master/ac/sGraphUtils.pas

delphi winsight winspector message trace tracetool stackoverflow

 

https://stackoverflow.com/questions/1969719/delphi-trace-tool
https://copyprogramming.com/howto/delphi-profiling-tools
https://stackoverflow.com/questions/44155569/understanding-stack-trace-for-message-handling-procedure
https://stackoverflow.com/questions/4652958/is-there-a-way-to-log-every-gui-event-in-delphi
https://sourceforge.net/projects/tracetool/

ReportSmith
configuration database engine tools Borland Database Desktop  delphi

delphi winsight winspector message trace tool Turbo Debugger WinSight WinSpector Browser
https://www.softwareverify.com/blog/turbo-debugger-symbols-viewer/

SVG Graphics Libraries AGG graphics library Anti-Grain Geometry Open Source graphic library industrially standard C++ DOM

 AGG graphics library Anti-Grain Geometry  is an Open Source, free of charge graphic library, written in industrially standard C++. The terms and conditions of use AGG are ...

https://slackbuilds.org/repository/14.2/libraries/agg/
https://agg.sourceforge.net/antigrain.com/about/index.html
https://github.com/ghaerr/agg-2.6
https://en.cppreference.com/w/cpp/links/libs
A list of open source C++ libraries
http://webmanual.kia.com/STD_GEN5W/AVNT/EU/German/opensourcesoftwarenotice.html
Open Source Software Notice
https://cran.r-project.org/web/packages/available_packages_by_date.html
https://cran.r-project.org/web/packages/ragg/index.html
https://code.nasa.gov/


svgpp/svgpp: C++ SVG library
GitHub
https://github.com › svgpp › svgpp
SVG++ features · Fully functional, conforming SVG viewers · Simple in-app SVG rasterizers · Import modules of vector editing software · Implementing path-only ...

http://svgpp.org/
SVG++ documentation — SVG++ Documentation
SVG++ library can be thought of as a framework, containing parsers for various SVG syntaxes, adapters that simplify handling of parsed data and a lot of other utilities and helpers for the most common tasks. Take a look at Tutorial to get the idea about what it is. Library sources available at https://github.com/svgpp/svgpp.

Qt SVG C++ ClassesQt Documentationhttps://doc.qt.io › qtsvg-moduleScalable Vector Graphics (SVG) is an XML-based language for describing two-dimensional vector graphics. Qt provides classes for rendering and displaying SVG ...

https://groups.google.com/g/comp.lang.c/c/_aDJZ_OMOq0
https://github.com/sammycage/lunasvg/tree/5ba6500b50418743cd12dfcf60cdfbe3cb0ef67a/source/backends
https://www.codeproject.com/Articles/1252897/Parse-SVG-Files-to-Bezier-Curves-in-Cplusplus-and
https://github.com/sammycage/lunasvg

antigrain svg A Simple SVG Viewer
SourceForge
https://agg.sourceforge.net › svg
antigrain svg gg.sourceforge.net
The SVG viewer Anti-Grain Geometry. AGG is a vector graphics renderer for C++

“The Direct3D Graphics Pipeline” | Legalize Adulthood!
https://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/
http://computergraphicsmuseum.org/
https://legalizeadulthood.wordpress.com/
https://www.winsim.com/media/refinery.png
https://en.wikipedia.org/wiki/Design_II_for_Windows
https://stackoverflow.com/questions/4176637/render-a-vector-graphic-svg-in-c
https://github.com/MalcolmMcLean/babyxrc
https://github.com/memononen/nanosvg
https://github.com/MalcolmMcLean/babyx

https://www.zephyrsoftware.com/download/zdownld.html
Zephyr Software - Download Page
The SVGAxx (real mode) and ZSVGA (protected mode) Graphics Libraries

https://en.wikipedia.org/wiki/Librsvg


SVG + JAVASCRIPT WebAssembly Engine  monkey
https://spidermonkey.dev/
https://news.ycombinator.com/item?id=27060252
SpiderMonkey JavaScript/WebAssembly Engine | Hacker News

https://www.npmjs.com/package/@lwc/engine-dom
@lwc/engine-dom - npm

https://copyprogramming.com/howto/how-to-transform-an-expression-tree-ast-into-dom-tree-xml
DOM tree into XML  XMLSerializer  transform  expression tree AST into DOM tree  XML regular

https://blog.geekyants.com/how-browsers-work-f3ef2ca29afd
How Browsers Work. You are not the only one to wonder… | by GeekyAnts | The GeekyAnts Blog
https://github.com/Lcfvs/dom-engine

React: Comprehending the Mechanisms of Virtual DOM in React
https://copyprogramming.com/howto/understanding-how-virtual-dom-works-in-react

DOM object engine Render Object Tree
Understanding DOM, CSSOM, Render Tree, Layout, and Painting

https://www.lambdatest.com/blog/css-object-model/

javascript bnf bnf lpeg
list of ecmascript engines javascript
v8 spidermonkey trace monkey chakra spidermonkey javascriptcore chakra core spidermonkey benchmarks

dom cssom tree object element node


https://developers.redhat.com/blog/2016/05/31/javascript-engine-performance-comparison-v8-charkra-chakra-core-2
https://github.com/a0viedo/demystifying-js-engines
https://en.wikipedia.org/wiki/Category:JavaScript_dialect_engines
https://en.wikipedia.org/wiki/Category:JavaScript_engines
https://en.wikipedia.org/wiki/List_of_ECMAScript_engines

David Megginson's original SAX page.
https://sax.sourceforge.net/
http://www.saxproject.org/
SAX Delphi XML Pascal
https://saxforpascal.sourceforge.net/saxdom.html

https://sourceforge.net/projects/htmlp/
Delphi Dom HTML Parser and Converter
https://github.com/JackTrapper/delphi-html-parser

https://etutorials.org/Programming/mastering+delphi+7/Part+IV+Delphi+the+Internet+and+a+.NET+Preview/Chapter+22+Using+XML+Technologies/Programming+with+the+DOM/
Programming with the DOM :: Chapter 22: Using XML Technologies :: Part IV: Delphi, the Internet, and a .NET Preview :: Mastering Delphi 7 :: Programming :: eTutorials.org

https://docwiki.embarcadero.com/Libraries/Sydney/en/Xml.XMLDoc.TXMLDocument.DOMDocument
https://github.com/codejanovic/Delphi-MSXML/blob/master/Delphi.MSXML.pas
https://theroadtodelphi.com/tag/txmldocument/

IDOMDocument IDOMNode DOMDocument appendChild  createElement insertBefore  createElement replication cloneNode  appendChild  attribute createAttribute  nodeValue attributes setNamedItem Attribute  FormatXMLData