{"id":20210180,"url":"https://github.com/lancelet/scalari","last_synced_at":"2026-05-08T20:31:54.395Z","repository":{"id":140794481,"uuid":"822532","full_name":"lancelet/scalari","owner":"lancelet","description":"Scala RenderMan Bindings","archived":false,"fork":false,"pushed_at":"2014-01-15T10:02:21.000Z","size":628,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T10:33:26.434Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lancelet.png","metadata":{"files":{"readme":"README.asciidoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-08-07T01:17:57.000Z","updated_at":"2015-03-26T05:00:20.000Z","dependencies_parsed_at":"2023-03-13T10:40:10.472Z","dependency_job_id":null,"html_url":"https://github.com/lancelet/scalari","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lancelet/scalari","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lancelet%2Fscalari","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lancelet%2Fscalari/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lancelet%2Fscalari/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lancelet%2Fscalari/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lancelet","download_url":"https://codeload.github.com/lancelet/scalari/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lancelet%2Fscalari/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32795873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T05:46:39.507Z","updated_at":"2026-05-08T20:31:54.380Z","avatar_url":"https://github.com/lancelet.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"= ScalaRi - RenderMan Bindings for Scala =\n\n== Introduction ==\n\nScalaRi is a simple https://renderman.pixar.com/products/rispec/index.htm[RenderMan](TM) binding for the http://www.scala-lang.org/[Scala] language.  RenderMan is a scene description language for computer graphics, developed by http://www.pixar.com/[Pixar]; it can be thought of as a kind of \"Postscript(TM) for 3D\", or maybe as an \"OpenGL(TM) for Advanced Graphics\".  Scala is a hybrid object/functional language that runs on the Java Virtual Machine (JVM).\n\nScalaRi itself has no connection whatsoever with Pixar.\n\n\n== Prerequisites ==\n\nTo create images with ScalaRi, you will need a RenderMan compatible renderer.  We recommend one of the following Open Source renderers:\n\n- http://www.aqsis.org/[Aqsis] is a good implementation of the majority of the RenderMan specification, using the REYES rendering algorithm (which is similar to the algorithm used in Pixar's original PRMAN renderer).\n- http://www.renderpixie.com/[Pixie] implements less of the RenderMan specification (for example, it lacks Constructive Solid Geometry), but includes more advanced rendering methods than Aqsis, such as global illumination.\n\nDepending upon the range of effects you wish to utilise, one or both of these renderers may be of use to you.  They both have tradeoffs, so it is worth thoroughly investigating them.  You can still create RIB files without a renderer, but the renderer is required to turn those text files into images.\n\nYou will also require http://www.scala-lang.org/[Scala 2.9.1] and the https://github.com/harrah/xsbt[Simple Build Tool] (version 0.11.2) for Scala.\n\n\n== Installation ==\n\nCheck out the project from GitHub (this command uses the Git Read-Only repository):\n\n--------------------------------------\n$ git clone git://github.com/lancelet/scalari.git\n--------------------------------------\n\nThis will create a new directory called `scalari`.  Next, use https://github.com/harrah/xsbt[sbt] to compile the project:\n\n--------------------------------------\n$ cd scalari\n$ sbt\n--------------------------------------\n\nhttps://github.com/harrah/xsbt[sbt] will launch, and collect everything it needs for the project.  Within the https://github.com/harrah/xsbt[sbt] prompt system, you can then run:\n\n--------------------------------------\n\u003e compile\n\u003e run\n--------------------------------------\n\nThe last command assumes you have Aqsis installed.  It will use Aqsis to render a CSG example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flancelet%2Fscalari","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flancelet%2Fscalari","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flancelet%2Fscalari/lists"}