-
Updated
Jul 8, 2020 - Pascal
object-pascal
Here are 142 public repositories matching this topic...
2.0 documentation
-
Updated
Jun 27, 2020 - Pascal
-
Updated
Dec 19, 2018 - Inno Setup
Check following code
// configurable globals
var
// sample var
Foo: byte;
It makes Foo have description configurable globals sample var. If we try to @exclude the first comment, the variable gets excluded too.
-
Updated
Aug 4, 2018 - Pascal
-
Updated
Apr 20, 2020 - Component Pascal
Currently Delphinus.Install links to the example Projects instead of the given packages. Delphinus.Install should reference the package projects for the given compilers, an no example/demo projects
-
Updated
Feb 21, 2020 - Pascal
-
Updated
Feb 8, 2020 - Pascal
-
Updated
May 26, 2020 - Pascal
-
Updated
Jun 16, 2020 - Pascal
64 bit Main Example is not rendered properly (compiled to x86_64 target with FPC/Lazarus svn trunk).
32 bit PasSFML Main Example works properly.
-
Updated
Jul 4, 2020 - Pascal
-
Updated
Jun 15, 2020 - Pascal
-
Updated
Jul 2, 2020 - Pascal
-
Updated
Jun 22, 2020 - Pascal
-
Updated
Jun 20, 2019 - Pascal
-
Updated
Feb 8, 2020 - Pascal
Afaik, most of neural nets do not require tensor dot. However, wouldn't it be neat to have tensor dot implemented? First thing comes to my mind is treating tensor dot as batch matmul, so at least we can BLAS them.
Example of expected behavior: https://docs.scipy.org/doc/numpy-1.14.0/reference/generated/numpy.tensordot.html
-
Updated
Feb 8, 2020 - Pascal
-
Updated
Jul 7, 2020 - Pascal
examples, tutorials
This looks like a great library, it's used by your gltf work and in your other projects, but in the end there is no proper documentation.
I would like to make a few examples for others to use and use the library in my projects but i have no idea where to approach using it, and what method of usage to suggest - so if you have any kind of test case for the code that you used, i can start with t
Check all documentation whether it is correct or not. Special care should be taken on instructions to build and install the tool, create a simple build script and the API.
-
Updated
Feb 20, 2020 - Pascal
I would like to use Image-viewer in command line but in Windowless View or Window view.
What parameter can I use to achieve this?
-
Updated
Jul 10, 2017 - Pascal
-
Updated
May 8, 2020 - Pascal
-
Updated
Jun 30, 2020 - Pascal
Improve this page
Add a description, image, and links to the object-pascal topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the object-pascal topic, visit your repo's landing page and select "manage topics."

Is there any up to date documentation for 2.0? i.e https://graphics32.github.io/Docs/Overview/Changes.htm is stuck at 1.9.1 from 2012. It would be nice to have a document explaining the transition from TPolygon32 to the new routines.