- https://docs.rs/tui/0.13.0/tui/
- https://docs.rs/crossterm/0.18.2/crossterm/event/index.html
- https://doc.rust-lang.org/std/sync/mpsc/index.html
- https://doc.rust-lang.org/book/ch19-03-advanced-traits.html
- https://docs.rs/websocket/0.21.1/websocket/server/struct.WsServer.html
- https://lib.rs/game-development
- https://arewegameyet.rs/
- https://github.com/rust-unofficial/awesome-rust
- https://doc.rust-lang.org/book/ch20-01-single-threaded.html
- https://rust-leipzig.github.io/architecture/2016/12/20/idiomatic-trees-in-rust/
-
TS infer prop types: https://dev.to/busypeoples/notes-on-typescript-inferring-react-proptypes-1g88
-
Building tiny docker images: https://medium.com/travis-on-docker/multi-stage-docker-builds-for-creating-tiny-go-images-e0e1867efe5a
-
http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html
module Main exposing (main) | |
import Html | |
main = | |
Html.text "Hello, World!" | |
-- API |
const DomDriver = {}; | |
const assemble = () => null; | |
const at = () => null; | |
const range = () => null; | |
const render = () => null; | |
const set = () => null; | |
const DEC = "intent:DECREMENT"; | |
const INC = "intent:INCREMENT"; |
FROM alpine | |
RUN apk add binutils && wget -qO - "https://github.com/elm/compiler/releases/download/0.19.0/binaries-for-linux.tar.gz" | tar -zxC /usr/local/bin/ && strip /usr/local/bin/elm && apk del binutils |
This is taken from a thread on slack that tried unsuccessfully to coordinate issues of the guide :-)
- install.html: https://github.com/elm/compiler/blob/master/docs/repl.md is a 404 linked from https://guide.elm-lang.org/install.html at "about how it works here"
- install.html: "Do you need [elm-lang/time][time]?" also in install page. looks like a markdown link that didn't work. (going through the guide)
- install.html: The link to noredink json-decode-pipeline in install page points to https://package.elm-lang.org/packages/NoRedInk/json-decode-pipeline/latest instead of https://package.elm-lang.org/packages/NoRedInk/elm-json-decode-pipeline/latest/ (the "elm-" was kept in the end)
- install.html: The example just after the link also mix the two:
elm install NoRedInk/elm-decode-pipeline
instead of:
// wheather-local.hybrid.js | |
import { http } from "http"; | |
function registration(require) { | |
// The router registration for the "wheather-local" widget | |
// will be moved to the main application | |
require(["env", "router"], ({ api }, { register }) => ( | |
register({ | |
fragment: `${api}/fragments/wheather-local`, |
lsb_release -a | |
uname -a | |
stack --version |
rlking [11:39 AM] There is this site https://persona.co which has all these nice background effects, which seems to be made with webgl. I’d like to make an Elm lib containing some. 1 Would it be possible? 2 What’s a good place to start? I assume webgl basics, but any other tips regarding image manipulation? (edited) Stuff like this as well http://boyce.io & http://philrhie.com (edited)
passiomatic [11:56 AM]
At least on the http://philrhie.com they use canvas
so it could be WebGL.
philrhie.com
Phil Rhie, LA-based designer. 🇺🇸🇰🇷
Persona