Gdml.kt
GDML bindings for kotlin-multiplatform
Install / Use
/learn @SciProgCentre/Gdml.ktREADME
Gdml bindings for Kotlin
Multiplatform bindings for Gdml geometry specification. Utilized kotlinx.serialization to read and writing Gdml configurations.
In the future, it will be possible to add additional module to launch GEANT4 simulations from Kotlin code.
Artifact:
This module artifact:
space.kscience:gdml:0.4.0.Gradle:
repositories { mavenCentral() maven { url "https://repo.kotlin.link" } } dependencies { implementation 'space.kscience:gdml:0.4.0' }Gradle Kotlin DSL:
repositories { mavenCentral() maven("https://repo.kotlin.link") } dependencies { implementation("space.kscience:gdml:0.4.0") }
Usage
Read:
import space.kscience.gdml.decodeFromString
val gdmlString: String
val gdml = Gdml.decodeFromString(gdmlString)
write:
import space.kscience.gdml.encodeToString
val gdml = Gdml{}
val gdmlString = gdml.encodeToString()
Related Skills
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
groundhog
398Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
last30days-skill
18.3kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
sec-edgar-agentkit
10AI agent toolkit for accessing and analyzing SEC EDGAR filing data. Build intelligent agents with LangChain, MCP-use, Gradio, Dify, and smolagents to analyze financial statements, insider trading, and company filings.
