Muto
32edac9d41
Remove ambiguous comment
2 months ago
Muto
6001ab5175
Window size settable via Scheme
2 months ago
Muto
a505b0b853
Remove disabled FPS limiter (replaced by VSYNC)
2 months ago
Ben Card
40d5eaee86
audio ( #3 )
Add TODO
Clarify code
Fix indentation
generate_tone returns SEXP_TRUE
Remove set_ptr_to_null
Syntax fixes in tone.c
General syntax fixes
Rename 'aMusic' to 'music'
Add TODO for sampling rate
Merge branch 'master' into audio
Uniform syntax
tone.c for functions, tone.h for defs
Change load-wav to play-wav-file
Merge branch 'audio' of https://source.mntmn.com/MNT/interscheme into HEAD
add runtime error reporting
Add mixer library to build.sh
Better output
Play around with tone-generation
Add audio code
Co-authored-by: Muto <shack@muto.ca>
Co-authored-by: Lukas F. Hartmann <lukas@mntre.com>
Reviewed-on: #3
2 months ago
Muto
cd27cd9b45
Organize window/renderer creation, error handling
2 months ago
Muto
b73bd3659b
Proper hex format (starts with #x)
2 months ago
Muto
0604548599
unify lowercase-hex numbers
2 months ago
Muto
7020ece657
Remove weird indentation
2 months ago
Muto
b9b8e3bcf9
Solidify ellipses
2 months ago
Muto
9cbbb9886f
Progress on ellipses
2 months ago
Muto
ab5cae4572
Start progress on ellipses
2 months ago
Muto
856d48babf
Add note about the tutorial
2 months ago
Muto
d6bce0db94
Fix documentation mistake
2 months ago
Muto
573b3efaa7
Fix function list
2 months ago
Muto
4ce68a4e99
Add short list of functions & status
2 months ago
Lukas F. Hartmann
268dbe9a11
init.scm: demonstrate srfi 27 random bits
2 months ago
Lukas F. Hartmann
4dd7f1f139
increase scheme heap size to 64 - 1024MB
2 months ago
Lukas F. Hartmann
4738f1cc72
some formatting
2 months ago
Lukas F. Hartmann
aac53118d7
scheme: print any exception when loading init-7.scm
2 months ago
Muto
8e2463af97
Test for error when starting SDL
2 months ago
Muto
5e2b69d0f9
Remove comment, since this is no longer an issue
2 months ago
mntmn
39a3f2a31b
add primitive keyboard handling and color selection in example
2 months ago
mntmn
610c207924
add some mouse input functions; add gitignore
2 months ago
Muto
0104f123c3
Use syntactic sugar for (lambda)
2 months ago
Muto
3da428b323
Add simple FPS limiter
2 months ago
Muto
048a96545f
(begin) is automatic in procedures
2 months ago
Muto
7ca5847af1
Fix line color
2 months ago
Muto
aa646eb8af
call (main) after RenderCopy
2 months ago
Muto
6ba5fabdc3
Use SDL to draw lines.
2 months ago
Muto
3e8eaf525d
Add more examples
2 months ago
Muto
e9071a62a9
Add simple line-drawing algorithm
2 months ago
Muto
266844fee2
Fix pixel-rect-fill
2 months ago
Muto
c04a490964
Make it easier to give funcs to Scheme
2 months ago
Muto
e798dcaa69
main.scm->init.scm
2 months ago
Muto
4633980920
Add main.scm
2 months ago
Muto
e903aa4b74
Allow filename as argument
2 months ago
Muto
01dc1de724
Print errors
2 months ago
Lukas F. Hartmann
998993a5ee
README fixes
3 months ago
Lukas F. Hartmann
c02162c479
draw actual pixels from scheme world
3 months ago
Lukas F. Hartmann
c02683b5d8
sprinkle some SDL2
3 months ago
Lukas F. Hartmann
88a0fde4ce
init
3 months ago