Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dierk/fregetutorial
Code examples for the frege tutorial
https://github.com/dierk/fregetutorial
Last synced: about 2 months ago
JSON representation
Code examples for the frege tutorial
- Host: GitHub
- URL: https://github.com/dierk/fregetutorial
- Owner: Dierk
- License: bsd-3-clause
- Created: 2016-02-06T12:05:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T07:11:25.000Z (about 4 years ago)
- Last Synced: 2024-08-02T01:26:24.971Z (5 months ago)
- Language: Frege
- Size: 167 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fregeTutorial
Code examples for the frege tutorial.CoverFlow example as a video: https://youtu.be/pxKJ_KPLml8
Start via
./gradlew run
# QuickStart for your own projects
If you start with a new Frege project and look for how to set up the build,
you can just copy `build.gradle` from this project and adapt
to your needs.Please note that by default the project name will be the name of the directory that
contains your `build.gradle`. If you want to override this, make a file
`settings.gradle` and add the linerootProject.name = 'fregeTutorial' // adapt here
## Eclipse setup
With the Gradle build in place, you can import the project into Ecplipse.
- make sure you have Gradle support in Eclipse (the [buildship](https://gradle.org/eclipse) project)
- make sure you have the [FregeIDE](https://github.com/Frege/eclipse-plugin) plugin for Eclipse
- just "import from Gradle", check "Enable Frege Builder" in the project settings, and you are done!## Requires
- Java 8 for both compiling and running
- Depends on FregeFX 0.8 and FregeFX 3.24.400+ for Java 8 with generics