Mitchell Hashimoto
|
cd77408efc
|
it draws!
|
2023-02-19 10:44:56 -08:00 |
|
Mitchell Hashimoto
|
ff9af8a07b
|
lots of progress running a surface but still crashes
|
2023-02-19 10:44:56 -08:00 |
|
Mitchell Hashimoto
|
55b05b22bb
|
c: create/destroy surface API
|
2023-02-19 10:44:55 -08:00 |
|
Mitchell Hashimoto
|
c68f8082df
|
apprt: can pass options through to Windows
|
2023-02-19 10:44:55 -08:00 |
|
Mitchell Hashimoto
|
085d462a68
|
lots of stubbing so window will kind of compile for embedded
|
2023-02-19 10:44:55 -08:00 |
|
Mitchell Hashimoto
|
eed6979868
|
apprt: start embedded implement, make App API available to C
|
2023-02-19 10:44:55 -08:00 |
|
Mitchell Hashimoto
|
ba8f142770
|
app: only create first window in exe mode
|
2023-02-19 10:44:55 -08:00 |
|
Mitchell Hashimoto
|
f30d80cabe
|
build: must set run condition to always now
|
2023-02-19 10:44:55 -08:00 |
|
Mitchell Hashimoto
|
9bd527fe00
|
macos: config API
|
2023-02-19 10:44:54 -08:00 |
|
Mitchell Hashimoto
|
8b80e65928
|
lots of broken stuff
|
2023-02-19 10:44:54 -08:00 |
|
Mitchell Hashimoto
|
ce490e21ea
|
can specify a wasm target in build
|
2022-12-31 08:53:11 -08:00 |
|
Mitchell Hashimoto
|
58218af2b5
|
app: make apprt agnostic
|
2022-12-30 15:56:42 -08:00 |
|
Mitchell Hashimoto
|
83f5d29ae2
|
initialize glfw in app
|
2022-12-30 15:48:45 -08:00 |
|
Mitchell Hashimoto
|
d5895f9034
|
rename windowing_system to just window
|
2022-12-30 15:32:36 -08:00 |
|
Mitchell Hashimoto
|
ba0cbecd79
|
core window doesn't have reference to glfw window anymore!
|
2022-12-30 15:18:32 -08:00 |
|
Mitchell Hashimoto
|
9b0fbde838
|
put some config in the devmode UI
|
2022-11-21 09:09:25 -08:00 |
|
Mitchell Hashimoto
|
a15afa8211
|
do not block channel send while draining channel
|
2022-11-20 20:16:40 -08:00 |
|
Mitchell Hashimoto
|
357ad43656
|
app: deinit darwin info
|
2022-11-16 21:20:04 -08:00 |
|
Mitchell Hashimoto
|
8ac90d33e6
|
new_tab action
|
2022-11-16 21:17:41 -08:00 |
|
Mitchell Hashimoto
|
bb90104de3
|
enable Mac native tabbing
|
2022-11-16 21:04:54 -08:00 |
|
Mitchell Hashimoto
|
8eb97cd9ad
|
Option (def true) to inherit font size on new window
|
2022-11-16 09:51:59 -08:00 |
|
Mitchell Hashimoto
|
4ced2290b3
|
OSC handling, handle OSC change window title command
|
2022-11-14 10:46:40 -08:00 |
|
Mitchell Hashimoto
|
5b52333e51
|
name threads and add more tracing
|
2022-11-07 07:45:46 -08:00 |
|
Mitchell Hashimoto
|
fd304c9338
|
Deinit devmode more cleanly
|
2022-11-06 17:26:01 -08:00 |
|
Mitchell Hashimoto
|
c9b01fdc6c
|
support app quitting to close all windows
|
2022-11-06 14:10:28 -08:00 |
|
Mitchell Hashimoto
|
ecbd119654
|
Hook up new window, modify renderers
|
2022-11-06 10:34:43 -08:00 |
|
Mitchell Hashimoto
|
a2edbb4698
|
App prepare for multi-window
|
2022-11-06 10:05:08 -08:00 |
|
Mitchell Hashimoto
|
cd705359e8
|
Window thread is now single event loop!
|
2022-11-05 19:31:28 -07:00 |
|
Mitchell Hashimoto
|
2f36d5f715
|
pkg/tracy
|
2022-08-17 14:03:49 -07:00 |
|
Mitchell Hashimoto
|
b2192ea8f7
|
move libuv into pkg
|
2022-08-16 17:47:44 -07:00 |
|
Mitchell Hashimoto
|
3b54d05aec
|
CLI parsing, can set default foreground/background color
|
2022-05-19 14:00:35 -07:00 |
|
Mitchell Hashimoto
|
bb01357c42
|
Move the render to a timer that slows down under load
|
2022-04-29 19:21:06 -07:00 |
|
Mitchell Hashimoto
|
330d2ea270
|
integrate tracy more deeply
|
2022-04-29 13:39:56 -07:00 |
|
Mitchell Hashimoto
|
87899421bd
|
don't blink cursor when losing focus
|
2022-04-22 17:40:37 -07:00 |
|
Mitchell Hashimoto
|
0b689723f7
|
use async handles to more immediately exit the event loop
|
2022-04-22 15:42:08 -07:00 |
|
Mitchell Hashimoto
|
cd602b660c
|
blinking cursor
|
2022-04-22 15:33:50 -07:00 |
|
Mitchell Hashimoto
|
f8b305df62
|
pass around the event loop, setup a timer to prove it works
|
2022-04-22 13:56:39 -07:00 |
|
Mitchell Hashimoto
|
947596ea5e
|
clean up some of the libuv interations
|
2022-04-22 12:15:15 -07:00 |
|
Mitchell Hashimoto
|
a57f4e76f1
|
fully integrate libuv, no crash on close
|
2022-04-22 12:11:53 -07:00 |
|
Mitchell Hashimoto
|
cca32c4d1c
|
embedded libuv loop. still some issues:
1. 100% CPU if no handles/requests
2. slow to exit cause it waits for the next tick
|
2022-04-22 10:01:52 -07:00 |
|
Mitchell Hashimoto
|
19692f297e
|
set character callback and update the terminal
|
2022-04-19 13:10:50 -07:00 |
|
Mitchell Hashimoto
|
2cd51f0cc4
|
basic pty opening
|
2022-04-15 13:09:35 -07:00 |
|
Mitchell Hashimoto
|
bb902cf4e3
|
new Window abstraction
|
2022-04-14 21:07:16 -07:00 |
|
Mitchell Hashimoto
|
ce70efd771
|
render a rainbow grid
|
2022-04-14 17:44:40 -07:00 |
|
Mitchell Hashimoto
|
544286509f
|
grid render a few cells
|
2022-04-14 17:14:49 -07:00 |
|
Mitchell Hashimoto
|
80490cb80d
|
remove ftgl build
|
2022-04-05 19:54:48 -07:00 |
|
Mitchell Hashimoto
|
388c0056c9
|
switch to pure Zig font atlas
|
2022-04-05 19:54:13 -07:00 |
|
Mitchell Hashimoto
|
684fb64705
|
use a font atlas!
|
2022-04-04 22:24:02 -07:00 |
|
Mitchell Hashimoto
|
530fecee4a
|
opengl: glad helpers
|
2022-04-04 15:11:26 -07:00 |
|
Mitchell Hashimoto
|
8797c41833
|
output loaded OpenGL version
|
2022-04-04 14:59:22 -07:00 |
|