An open API service indexing awesome lists of open source software.

https://github.com/wdevore/evotron-dart

A evolution based SNN written in Dart
https://github.com/wdevore/evotron-dart

Last synced: about 1 year ago
JSON representation

A evolution based SNN written in Dart

Awesome Lists containing this project

README

          

# EvoTron-Dart
A evolution based SNN written in Dart

# Create new project
You can create a new project via Flutter. Using *dart*

Example:
```sh
dart create basic_shell
```

Also, make a new launch.json entry
```json
{
"name": "EvoTron",
"cwd": "/media/iposthuman/Extreme SSD/Development/Dart/EvoTron-Dart/",
"program": "basic_shell/bin/main.dart",
"request": "launch",
"type": "dart",
"args": ["standard.json"]
}
```