John Alanbrook
|
6b94349a64
|
fix rendering
|
2024-09-29 06:10:42 -05:00 |
|
John Alanbrook
|
ee72949029
|
move window ideas to javascript
|
2024-05-16 14:50:18 -05:00 |
|
John Alanbrook
|
3b3cb14421
|
Add asynchronous web game loading and simple pack
|
2024-04-17 11:51:29 -05:00 |
|
John Alanbrook
|
33ac36ae5c
|
Fix render bug
|
2024-04-10 16:21:46 -05:00 |
|
John Alanbrook
|
9730f8defb
|
--amend
|
2024-03-19 09:06:28 -05:00 |
|
John Alanbrook
|
261b373a75
|
refactor jsffi
|
2024-03-18 12:38:32 -05:00 |
|
John Alanbrook
|
962fed0022
|
Push window functions into C
|
2024-03-13 16:30:55 -05:00 |
|
John Alanbrook
|
bb24fd2bc0
|
Sprites are now defined in C; gameobject getsets
|
2024-03-13 03:51:44 -05:00 |
|
John Alanbrook
|
3e8bbdbeb2
|
Add touch events, clipboard, virtual keyboard
|
2024-03-12 10:02:02 -05:00 |
|
John Alanbrook
|
4843981527
|
Move input handling to script only
|
2024-03-11 22:23:02 -05:00 |
|
John Alanbrook
|
74a59a1e35
|
Clean up quitting before sokol app is initiated
|
2024-03-11 15:11:39 -05:00 |
|
John Alanbrook
|
7d1f19bbf5
|
Fixup makefile for docker builds
|
2024-03-09 18:22:06 -06:00 |
|
John Alanbrook
|
4ba14ddd91
|
Separate the ideas of game dimensions and window dimensions
|
2024-03-05 00:11:34 -06:00 |
|
John Alanbrook
|
bbdf218a9c
|
use stb submodule
|
2024-03-03 16:58:59 -06:00 |
|
John Alanbrook
|
5ee444465e
|
cgltf glb texture pulling
|
2023-11-04 03:01:30 +00:00 |
|
John Alanbrook
|
2b402d7a2d
|
removed nuke; restored quickjs due to mem leaks
|
2023-10-03 22:16:38 +00:00 |
|
John Alanbrook
|
24a3ee20c6
|
Add simple macos window cmds; add moon.gif app icon; add editor mode for low power editing
|
2023-09-19 06:10:00 +00:00 |
|
John Alanbrook
|
27aaa8e05d
|
Metal rendering works; high dpi rendering works; fix sokol_gfx_ext to work with metal without SDL
|
2023-09-19 02:55:37 +00:00 |
|
John Alanbrook
|
008458c7f1
|
Add Sqlite packing; merge render and openglrender; remove ftw from web builds
|
2023-09-04 14:48:44 +00:00 |
|
John Alanbrook
|
a58da54994
|
Remove engine file; add icon support; add QOI and QOA support
|
2023-08-31 18:00:33 +00:00 |
|
John Alanbrook
|
6e4e529541
|
Clean up window and input, integrate sokol [2deca9ddb9]
|
2023-08-31 07:05:06 +00:00 |
|
John Alanbrook
|
6a1a06be76
|
texture scrolling
|
2023-06-06 20:49:55 +00:00 |
|
John Alanbrook
|
16f7a28c23
|
removed edtior
|
2023-05-30 16:39:22 +00:00 |
|
John Alanbrook
|
9045f435a0
|
imroved circle shaders
|
2023-05-25 01:45:50 +00:00 |
|
John Alanbrook
|
e0f3985b00
|
shaders
|
2023-05-12 18:22:05 +00:00 |
|
John Alanbrook
|
ae0f41539b
|
sokol sprite render
|
2023-05-04 22:07:00 +00:00 |
|
John Alanbrook
|
0bf7d419e0
|
fix compiler warnings
|
2023-04-29 01:55:24 +00:00 |
|
John Alanbrook
|
5ca3629406
|
audio change
|
2023-03-24 19:01:01 +00:00 |
|
John Alanbrook
|
4eeb16ec48
|
Nuklear bindings
|
2023-01-19 19:06:32 +00:00 |
|
John Alanbrook
|
90c830a0e3
|
Add JSON; Reorganize textures
|
2023-01-02 13:55:26 +00:00 |
|
John Alanbrook
|
76273e1c54
|
Packed font rendering
|
2022-12-28 22:50:54 +00:00 |
|
John Alanbrook
|
147cf1b05d
|
Draw sprite to GUI
|
2022-12-24 19:18:06 +00:00 |
|
John Alanbrook
|
2bcee44677
|
Text rendering via script
|
2022-12-21 01:34:22 +00:00 |
|
John Alanbrook
|
6227754925
|
Added stringifying escape & F keys; add sound, sys FFI; unconflict time.h and timer.h
|
2022-12-16 17:54:05 +00:00 |
|
John Alanbrook
|
0b64d0872b
|
Fixed many incompatible pointer warnings; add tcc specific debugging flags to makefile
|
2022-12-14 19:01:42 +00:00 |
|
John Alanbrook
|
60bf5ca7bc
|
Moved source file locations for easier compiling; cleaned up Makefile; cleaned up opengl code
|
2022-12-13 18:32:36 +00:00 |
|
John Alanbrook
|
18eefd4937
|
Using S7; edit Makefile for debug, windows compilation
|
2022-12-12 16:48:21 +00:00 |
|
John Alanbrook
|
998cb11218
|
Add newlines to the end of files without them; enable warnings on compile
|
2022-11-25 13:12:31 +00:00 |
|
John Alanbrook
|
a0f016a011
|
Use CC for general compiling; get rid of more printfs; display opengl version on load
|
2022-11-23 23:29:50 +00:00 |
|
John Alanbrook
|
36277d5c7b
|
Add portaudio and glfw for static linking
|
2022-11-03 21:58:03 +00:00 |
|
John Alanbrook
|
9be9512e85
|
Removed arrlen and arrwalk, which do not work
|
2022-10-24 20:19:48 +00:00 |
|
John Alanbrook
|
02d4396010
|
Replaced vec.h with stb_ds.h arrays
|
2022-08-26 14:19:17 +00:00 |
|
John Alanbrook
|
638e57e660
|
Add paladin game; fix NK bool
|
2022-08-14 23:10:29 +00:00 |
|
John Alanbrook
|
cec6d092f7
|
Removed executables from files
|
2022-08-14 19:48:13 +00:00 |
|
John Alanbrook
|
28c69ff62f
|
pinballx
|
2022-08-14 19:19:36 +00:00 |
|
John Alanbrook
|
b0d2757f70
|
Ruby
|
2022-08-12 19:03:56 +00:00 |
|
John Alanbrook
|
406b2b491f
|
Brainstorm is now fully in ruby
|
2022-08-07 06:43:45 +00:00 |
|
John Alanbrook
|
760765d350
|
Add web
|
2022-07-28 19:07:20 +00:00 |
|
John Alanbrook
|
99c101a90c
|
Audio and video works
|
2022-07-03 05:43:42 +00:00 |
|
John Alanbrook
|
d506349462
|
Video works
|
2022-07-02 08:40:50 +00:00 |
|