Wasm C web engine
- 3 Devlogs
- 6 Total hours
this engine lets user create website USING C!!
this engine lets user create website USING C!!
-Multifile
soo i went multifile because im also integrating widgets, so everything isnt in one big file
-Widgets
widgets that will support row, column, quad, and circle
my initial aim is something like jetpack compose, so this is the first step.
The entire engine will be like a tree design, so everything works on linked lists
The rendering of the lists itself is not finished yet, but give it some time
DieLog #2
Added
-> Top level API´s to draw rectangles with solid color, determined sizes, and places
-> Layout Streching. Canvas is now forced to strech trough the whole window