Changes to pldb.io

Breck Yunits
Breck Yunits
21 hours ago
created concepts/spz.scroll
concepts/spz.scroll
Changed around line 1
+ ../code/conceptPage.scroll
+
+ id spz
+ name SPZ
+ appeared 2024
+ tags binaryDataFormat 3d
+ website https://scaniverse.com/spz
+ description File format for 3D Gaussian splats. About 10x smaller than the PLY equivalent with virtually no perceptible loss in visual quality. SPZ splats are about 90% smaller than PLYs, roughly 25 MB versus 250 MB for a fairly rich scene.
+ lab Ninantic
+
+ related ply gzip
+
+ githubRepo https://github.com/nianticlabs/spz
Breck Yunits
Breck Yunits
21 hours ago
updated concepts/gzip.scroll
concepts/gzip.scroll
Changed around line 3
+ creators Jean-loup Gailly and Mark Adler
Breck Yunits
Breck Yunits
1 day ago
concepts/aframe.scroll
Changed around line 10: blog https://aframe.io/blog
+ writtenIn javascript markdown html json yaml svg css
concepts/open-shading-language.scroll
Changed around line 15: repoStats
- mb 226
+ mb 223
+ linesOfCode 670877
concepts/rust.scroll
Changed around line 176: hasStaticTyping true
-
- [1]: https://doc.rust-lang.org/reference/types/tuple.html
Changed around line 408: semanticScholar 36
+
+ [1]: https://doc.rust-lang.org/reference/types/tuple.html
concepts/violent-es.scroll
Changed around line 17: repoStats
+ linesOfCode 24418
Breck Yunits
Breck Yunits
1 day ago
concepts/aframe.scroll
Changed around line 13: description A-Frame is an open-source web framework for building virtual reality
+ repoStats
+ firstCommit 2015
+ newestCommit 2025
+ commits 7631
+ mb 898
+ committers 489
+ files 674
+ linesOfCode 240686
Breck Yunits
Breck Yunits
1 day ago
updated creators/creators.scroll
creators/creators.scroll
Changed around line 13: died 2013
+ name Walter Fontana
+ homepage https://www.walterfontana.zone/
+
Breck Yunits
Breck Yunits
1 day ago
created concepts/kappa.scroll
concepts/kappa.scroll
Changed around line 1
+ ../code/conceptPage.scroll
+
+ id kappa
+ name Kappa
+ appeared 2017
+ creators Walter Fontana
+ tags pl biology
+ website https://kappalanguage.org
+ description A rule-based language for modeling interaction networks. While its current development is primarily motivated by molecular systems biology, its range of applications is quite broad.
+
+ isOpenSource true
+ country United States
Breck Yunits
Breck Yunits
2 days ago
updated creators/creators.scroll
creators/creators.scroll
Changed around line 18: homepage https://www.gingerbill.org
+ name Diego Marcos
+ gits https://github.com/dmarcos
+ twitter https://x.com/dmarcos
+
+ name Don McCurdy
+ homepage https://www.donmccurdy.com
+ gits https://github.com/donmccurdy
+
+ name Kevin Ngo
+ gits https://github.com/ngokevin
+ twitter https://twitter.com/kevopuff
+
Breck Yunits
Breck Yunits
2 days ago
Revert v
concepts/gren.scroll
Changed around line 1
+ ../code/conceptPage.scroll
+
+ id gren
+ name Gren
+ appeared 2012
+ creators evancz
+ tags pl
+ website https://gren-lang.org/
+ latestVersion 0.3.0
+ description A programming language for simple and correct applications
+ lab https://github.com/gren-lang
+ fileExtensions gren
+ writtenIn haskell markdown yaml
+
+ repoStats
+ firstCommit 2012
+ commits 6733
+ committers 138
+ files 173
+ newestCommit 2025
+ mb 13
+ linesOfCode 47157
+ country Unknown
+
+ example
+ module Main exposing (main)
+
+ import Html exposing (Html)
+
+ main : Html a
+ main =
+ Html.text "Hello, world!"
+
+
+ githubRepo https://github.com/gren-lang/compiler
+ firstCommit 2012
+ stars 334
+ forks 20
+ subscribers 13
+ created 2021
+ updated 2024
+ issues 66
+ description Compiler for the Gren programming language
Breck Yunits
Breck Yunits
2 days ago
created concepts/aframe.scroll
concepts/aframe.scroll
Changed around line 1
+ ../code/conceptPage.scroll
+
+ id aframe
+ name A-Frame
+ appeared 2015
+ creators Diego Marcos and Don McCurdy and Kevin Ngo
+ tags framework 3d library
+ website https://aframe.io
+ blog https://aframe.io/blog
+ latestVersion 1.7.0
+ lab Mozilla
+ description A-Frame is an open-source web framework for building virtual reality (VR) experiences. It is built on top of HTML, making it simple to create 3D scenes and VR applications that run in a web browser. A-Frame is based on the Entity-Component-System (ECS) pattern and integrates with WebVR/WebXR for immersive experiences.
+
+ isOpenSource true
+ docs https://aframe.io/docs/
+ country United States
+
+ example
+
+
+
+
+
+
+
+
+
+ githubRepo https://github.com/aframevr/aframe
+
+ wikipedia https://en.wikipedia.org/wiki/A-Frame_(software)
Breck Yunits
Breck Yunits
2 days ago
updated concepts/gltf.scroll
concepts/gltf.scroll
Changed around line 11: standsFor Graphics Library Transmission Format
+ leetSheets https://raw.githubusercontent.com/KhronosGroup/glTF/refs/heads/main/specification/2.0/figures/gltfOverview-2.0.0d.png