n0mad/code-lab
1
1
Fork
You've already forked code-lab
0
experiments and learning examples I create when researching or messing around with code ideas. https://vertexfarm.xyz
  • C 98.4%
  • Makefile 0.6%
  • Assembly 0.4%
  • GLSL 0.3%
  • Linker Script 0.2%
  • Other 0.1%
2026年07月13日 08:30:51 +02:00
cll-lib [math] refactor mat4_multiply 2026年07月13日 08:30:51 +02:00
curve-editor [wip][ce] trying to understand natural cubic splines. cool effects on the curve now 2025年06月19日 16:50:50 +02:00
gl-viewport [glv] update shapes math to use array-based vector math 2026年03月22日 06:14:39 +01:00
laser-pointer [lp] include first laser-pointer iteration 2025年06月19日 12:32:45 +02:00
mini-log Add first lab projects, mostly reused ones 2023年10月15日 19:15:29 +02:00
stm32f1x-sandbox [stm32] generated boilerplate with stm32cube-mx 2026年01月09日 23:08:25 +01:00
tga-shop [tga] fix tga-shop after update 2025年04月01日 16:24:52 +02:00
utils [math] refactor mat4_multiply 2026年07月13日 08:30:51 +02:00
xlib-nodes [glv] wip working on basic light shaders. merge conflicts with 1d grid from lap 2024年12月27日 21:07:46 +01:00
xlib-sandbox [wip][xs] too many things. mainly using arrays for vectors and trying to handle resize/redraw in all elements 2026年03月28日 12:22:31 +01:00
xlib-screen-rec add parent window to transparent one so we can attach controls and buttons 2024年08月14日 21:31:28 +02:00
xlib-showkeys [xshowkeys] fix running max cpu usage on loop 2024年12月16日 23:31:59 +01:00
xlib-sketch [wip] [xsketch] rescue some changes from vm. not working 2025年01月21日 18:52:25 +01:00
xlib-split-window trying new concept of windows as cll lists 2024年01月26日 18:54:09 +01:00
.gitignore [xs] add glcanvas solid color 2026年03月15日 22:11:26 +01:00
LICENSE Initial commit 2023年10月13日 16:32:45 +00:00
README.md trying new concept of windows as cll lists 2024年01月26日 18:54:09 +01:00

code-lab

This repo contains all the experiments and learning examples I create when researching or messing around with code ideas.