Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dave Griffiths
jellyfish
Commits
cb0b3839
Commit
cb0b3839
authored
Feb 24, 2015
by
dave griffiths
Browse files
added fluxus.scm
parent
e8f615a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/fluxus.scm
0 → 100644
View file @
cb0b3839
;;----------------------------------------------------------------
;; immediate mode (everyone loves immediate mode)
(
define
immediate-cube
(
with-state
(
hint-none
)
(
build-cube
)))
(
define
(
draw-cube
)
(
draw-instance
immediate-cube
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment