Skip to content

Template for Scala.js client only using HTML canvas to fill the window, repainted on window resize.

License

Notifications You must be signed in to change notification settings

amsterdam-scala/Sjs-Full-Window-HTML5-Canvas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 Powered with CSS3 / Styling, Graphics, 3D & Effects, and Semantics[![Scala.js](https://img.shields.io/badge/scala.js-0.6.10%2B-blue.svg?style=flat)](https://www.scala-js.org) [![Build Status](https://travis-ci.org/amsterdam-scala/Sjs-Full-Window-HTML5-Canvas.svg?branch=master)](https://travis-ci.org/amsterdam-scala/Sjs-Full-Window-HTML5-Canvas)

Scala Full Window HTML Canvas

To create a resizeable full window HTML Canvas Scala.js application

  • Use the included index.html and .css files for the application web page
  • Edit index.html to give it the correct page title, paths to the JS dependencies and compiled Scala.js application, and main application class name
  • Implement the paint method in the main application class to perform the logic of painting the application initially and on each resize
  • Implement the rest of the application logic in the main method of the main application class

master

Incorporated Technology

Licence: EUPL V.1.1

About

Template for Scala.js client only using HTML canvas to fill the window, repainted on window resize.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 72.6%
  • HTML 21.7%
  • CSS 5.7%