Skip to content

Instantly share code, notes, and snippets.

View Rhadow's full-sized avatar
🏠
Working from home

Howard Chang Rhadow

🏠
Working from home
View GitHub Profile
import Html exposing (..)
import Html.Events exposing (..)
type alias Model = Int
type Action = NoOp | Increase | Decrease
init: Model
init = 0
view: Model -> Html
import Html exposing (..)
import Html.Events exposing (..)
type alias Model = Int
type Action = NoOp | Increase | Decrease
init: Model
init = 0
view: Signal.Address Action -> Model -> Html
@Rhadow
Rhadow / display_config.ron
Created March 7, 2019 23:36
Debug line only render when y value of starting point is set to 2, 6, 10, 14, 18, 22, 26...
(
title: "debugline_test",
dimensions: Some((1024, 768)),
max_dimensions: None,
min_dimensions: None,
fullscreen: false,
multisampling: 0,
visibility: true,
vsync: false,
)