Skip to content

tadp-utn-frba/tp-dibujador-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TP Dibujador Proof of Concept

Prueba de concepto para el trabajo práctico de dibujador. La intención es definir un lenguaje que permita describir imágenes compuestas por formas geométricas, que los alumnos implementen el parseo de ese lenguaje y las abstracciones detrás con Parser Combinators, y que después puedan feedear eso a un dibujador que proveerá la cátedra.

Esta prueba de concepto está basada en JavaFX, con ScalaFX encima. Está basada en ScalaFX Hello World

Simple example of a ScalaFX application using Simple-Build-Tool (SBT).

Content

  • src/main/scala/hello/ScalaFXHelloWorld.scala - sample ScalaFX application.
  • build.sbt - the main SBT configuration file.
  • project/build.properties - version of SBT to use.
  • project/plugins.sbt - plugins used for creation of IDEA and Eclipse projects.

How to build and Run

  1. Install Java 11 JDK or newer. This project should also work with Java 10. If you are want to use Java 8 look at the SFX-8 branch of this project.

  2. Install SBT

  3. Run the example: change to directory containing this example and use SBT to build and run the example:

     %> sbt run
    

    It will download needed dependencies, including Scala and ScalaFX, and run the example code.

Import into IDEA or NetBeans

IntelliJ IDEA and NetBeans with Scala plugins can directly import SBT projects.

Create project for Eclipse

If you want to create project that can be used with Eclipse, inside this project directory, at command prompt type:

%> sbt eclipse

Additional Information

Detailed description of similar example can be found in the blog post "Getting Started with ScalaFX: Compile and Run".

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages