该项目 repo 已失效,下落不明 :-)。
Evolution simulator
由 carykh 创建的进化模拟器。「Evolution simulator created by carykh」
Github stars Tracking Chart
Main metrics
- Overview
-
Name With Owner halibegic/merlin Primary Language HTML Program language Java (Language Count: 3) Platform Linux, Mac, Windows License: - 所有者活动
-
Created At 2014-03-11 20:55:27 Pushed At 2023-10-04 06:14:10 Last Commit At 2023-10-04 08:14:10 Release Count 0 - 用户参与
-
Stargazers Count 147 Watchers Count 9 Fork Count 59 Commits Count 132 Has Issues Enabled Issues Count 2 Issue Open Count 0 Pull Requests Count 3 Pull Requests Open Count 0 Pull Requests Close Count 3 - 项目设置
-
Has Wiki Enabled Is Archived Is Fork Is Locked Is Mirror Is Private
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