An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Golly is a tool for the simulation of cellular automata. It is free open-source software written by Andrew Trevorrow and Tomas Rokicki; it can be scripted using Lua or Python.It includes a hashlife algorithm that can simulate the behavior of very large structured or repetitive patterns such as Paul Rendell's Life universal Turing machine, and that is fast enough to simulate some patterns for 232 or more time units. It also includes a large library of predefined patterns in Conway's Game of Life and other rules.

Property Value
dbo:abstract
  • Golly is a tool for the simulation of cellular automata. It is free open-source software written by Andrew Trevorrow and Tomas Rokicki; it can be scripted using Lua or Python.It includes a hashlife algorithm that can simulate the behavior of very large structured or repetitive patterns such as Paul Rendell's Life universal Turing machine, and that is fast enough to simulate some patterns for 232 or more time units. It also includes a large library of predefined patterns in Conway's Game of Life and other rules. (en)
  • Gollyは、セルオートマトンのシミュレーション用ソフトウェアである。 Andrew TrevorrowとTomas Rokickiによって開発され、オープンソースライセンスの元無償公開されている 。スクリプト言語としてLua、Pythonを使用することができる。Gollyはハッシュライフと呼ばれるアルゴリズムなどを用い計算量の最適化が図られており、非常に広大なマップでのシミュレーションを可能としている。また、ライフゲームをはじめ、様々な種類のセルオートマトンのルールや、その初期配置のプリセットからなるライブラリも同梱されている。 (ja)
  • Golly é uma ferramenta para simulação de autômatos celulares . É um software de código aberto gratuito escrito por Andrew Trevorrow e Tomas Rokicki; ele pode ser programado usando Lua ou Python . Inclui um que pode simular o comportamento de padrões muito grandes ou repetitivos, como a máquina de Turing universal Life de Paul Rendell, e que é rápido o suficiente para simular alguns padrões para 2 32 ou mais unidades de tempo. Também inclui uma grande biblioteca de padrões definidos no Jogo da Vida de Conway e outras regras. (pt)
  • Golly – program Open Source służący do symulacji automatów komórkowych. Został napisany przez Andrew Trevorrowa i Tomasa Rokickiego, działa w systemach Linux, Windows, OS X oraz iOS i obsługuje skrypty w językach Perl i Python. Zawiera algorytm pozwalający symulować bardzo duże struktury takie, jak uniwersalna maszyna Turinga w grze w życie Paula Rendella i symulować niektóre struktury przez 232 lub więcej kroków. Zawiera też bibliotekę gotowych wzorów dla gry w życie Conwaya i innych automatów komórkowych. (pl)
  • Golly是由Andrew Trevorrow和Tom Rokicki开发的跨平台开源软件,可用于模拟康威生命游戏或其他类型的元胞自动机。Golly包含大量预先设定的元胞模式和生长规则,可模拟大尺度、长时间的元胞行为;采用wxWidgets编写图形用户界面,并支持Python和Lua(v3.0之前的版本是Perl)脚本语言。Golly采用GNU GPL第2版协议发布,属于自由软件。 (zh)
dbo:latestReleaseVersion
  • v4.2
dbo:license
dbo:operatingSystem
dbo:programmingLanguage
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 37864395 (xsd:integer)
dbo:wikiPageLength
  • 3525 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1110541803 (xsd:integer)
dbo:wikiPageWikiLink
dbp:caption
  • Screenshot of Golly (en)
dbp:latestReleaseVersion
  • v4.2 (en)
dbp:license
dbp:name
  • Golly (en)
dbp:operatingSystem
dbp:programmingLanguage
  • C++ (en)
dbp:repo
dbp:screenshot
  • Turing Machine in Golly.png (en)
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Golly is a tool for the simulation of cellular automata. It is free open-source software written by Andrew Trevorrow and Tomas Rokicki; it can be scripted using Lua or Python.It includes a hashlife algorithm that can simulate the behavior of very large structured or repetitive patterns such as Paul Rendell's Life universal Turing machine, and that is fast enough to simulate some patterns for 232 or more time units. It also includes a large library of predefined patterns in Conway's Game of Life and other rules. (en)
  • Gollyは、セルオートマトンのシミュレーション用ソフトウェアである。 Andrew TrevorrowとTomas Rokickiによって開発され、オープンソースライセンスの元無償公開されている 。スクリプト言語としてLua、Pythonを使用することができる。Gollyはハッシュライフと呼ばれるアルゴリズムなどを用い計算量の最適化が図られており、非常に広大なマップでのシミュレーションを可能としている。また、ライフゲームをはじめ、様々な種類のセルオートマトンのルールや、その初期配置のプリセットからなるライブラリも同梱されている。 (ja)
  • Golly é uma ferramenta para simulação de autômatos celulares . É um software de código aberto gratuito escrito por Andrew Trevorrow e Tomas Rokicki; ele pode ser programado usando Lua ou Python . Inclui um que pode simular o comportamento de padrões muito grandes ou repetitivos, como a máquina de Turing universal Life de Paul Rendell, e que é rápido o suficiente para simular alguns padrões para 2 32 ou mais unidades de tempo. Também inclui uma grande biblioteca de padrões definidos no Jogo da Vida de Conway e outras regras. (pt)
  • Golly – program Open Source służący do symulacji automatów komórkowych. Został napisany przez Andrew Trevorrowa i Tomasa Rokickiego, działa w systemach Linux, Windows, OS X oraz iOS i obsługuje skrypty w językach Perl i Python. Zawiera algorytm pozwalający symulować bardzo duże struktury takie, jak uniwersalna maszyna Turinga w grze w życie Paula Rendella i symulować niektóre struktury przez 232 lub więcej kroków. Zawiera też bibliotekę gotowych wzorów dla gry w życie Conwaya i innych automatów komórkowych. (pl)
  • Golly是由Andrew Trevorrow和Tom Rokicki开发的跨平台开源软件,可用于模拟康威生命游戏或其他类型的元胞自动机。Golly包含大量预先设定的元胞模式和生长规则,可模拟大尺度、长时间的元胞行为;采用wxWidgets编写图形用户界面,并支持Python和Lua(v3.0之前的版本是Perl)脚本语言。Golly采用GNU GPL第2版协议发布,属于自由软件。 (zh)
rdfs:label
  • Golly (program) (en)
  • Golly (ソフトウェア) (ja)
  • Golly (program) (pl)
  • Golly (pt)
  • Golly (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
foaf:name
  • Golly (en)
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License