该项目 repo 已失效,下落不明 :-)。
Evolution simulator
由 carykh 创建的进化模拟器。「Evolution simulator created by carykh」
Github星跟蹤圖
主要指標
- 概覽
-
名稱與所有者 halibegic/merlin 主編程語言 HTML 編程語言 Java (語言數: 3) 平台 Linux, Mac, Windows 許可證 - 所有者活动
-
創建於 2014-03-11 20:55:27 推送於 2023-10-04 06:14:10 最后一次提交 2023-10-04 08:14:10 發布數 0 - 用户参与
-
星數 147 關注者數 9 派生數 59 提交數 132 已啟用問題? 問題數 2 打開的問題數 0 拉請求數 3 打開的拉請求數 0 關閉的拉請求數 3 - 项目设置
-
已啟用Wiki? 已存檔? 是復刻? 已鎖定? 是鏡像? 是私有?
This is the source code to the evolv.io evolution simulator by carykh.
Summary
evolv.io is an evolution simulator that runs on the application Processing.
evolv.io uses a neural net and evolution in order to simulate creatures evolving over time.
New Projects
This project has been a great start, however a single repo has proven to be a constraining factor. Therefore a new account has been opened to contain many repos to experiment with new variants, ideas and technologies. Join us there and ask for a repo!
Executing
- Download/install Eclipse Neon for Java Developers.
- Launch Eclipse.
- Click
File > New > Project > Maven > Check out Maven Projects from SCM > Next
. - Click the
Find more SCM connectors in the m2e Marketplace
- Search for
egit
. - Check
m2e-egit
and clickFinish
. (Click next-next-next until it is acutally installed) - Restart Eclipse when it asks you to.
- Click
File > New > Project > Maven > Check out Maven Projects from SCM > Next
. - Put
https://github.com/evolvio/evolv.io.git
in for the SCM URL and clickFinish
. - Click
Run > Run