Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

it.unibo.scafi:scafi-renderer-3d_2.12

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it.unibo.scafi:scafi-renderer-3d_2.12

An aggregate programming toolkit on the JVM

  • 0.3.3
  • Source
  • Maven
  • Socket score

Version published
Maintainers
2
Source

scafi (scala fields)

scafi is a Scala-based library and framework for Aggregate Programming. It implements a variant of the Higher-Order Field Calculus (HOFC) operational semantics, which is made available as a usable domain-specific language (DSL), and provides a platform and API for simulating and executing Aggregate Computing systems and applications.

Please refer to the scafi main website for further information.

Overview

Status Badges

Stable branch

Build Status

Development branch

Build Status

Notes for developers

Import via Maven/sbt/Gradle

Add the dependency to scafi in your project (e.g., via sbt or Gradle)

val scafi_version = "0.3.2"

val scafi_core  = "it.unibo.apice.scafiteam" %% "scafi-core"  % scafi_version
val scafi_simulator  = "it.unibo.apice.scafiteam" %% "scafi-simulator"  % scafi_version
val scafi_simulator_gui  = "it.unibo.apice.scafiteam" %% "scafi-simulator-gui"  % scafi_version
val scafi_platform = "it.unibo.apice.scafiteam" %% "scafi-distributed"  % scafi_version

libraryDependencies ++= Seq(scafi_core, scafi_simulator, scafi_platform)

Release Highlights

0.3.2 (2018-10-19)

  • Aggregate processes with spawn constructs
  • Adjustments to operational semantics
  • Refactoring of modules (e.g., stdlib brought into core)
  • More features in the standard library
  • Bug fixes, tests, etc.

0.3.0 (2018-03-27)

  • stdlib module
  • align construct

0.2.0 (2017-06-28)

  • Several important adjustments to the core operational semantics (and more tests)
  • Refactoring of the field calculus interpreter
  • A basic graphical simulator has been added as a separate module simulator-gui
  • Cross compilation for Scala 2.11 and 2.12

People

Main Researchers and Authors

  • Mirko Viroli
  • Roberto Casadei

Research Collaborators

  • Ferruccio Damiani
  • Giorgio Audrito

License

scafi is Open Source and available under the Apache 2 License.

FAQs

Package last updated on 22 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc