该项目 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