Rough attempts to build stuff from scratch
Find a file
2024-02-02 10:29:59 +00:00
apps Core lib building 2024-01-02 16:14:23 +00:00
infra Fix wayland build - make x11 build optional. 2023-10-02 16:27:40 +01:00
plugins Core lib building 2024-01-02 16:14:23 +00:00
src Start support for multiple build targets. 2024-01-28 16:28:16 +00:00
test Start support for multiple build targets. 2024-01-28 16:28:16 +00:00
.gitignore Initial directx example. 2023-01-03 20:33:18 +00:00
bootstrap.sh Start support for multiple build targets. 2024-01-28 16:28:16 +00:00
CMakeLists.txt clean some test targets 2023-03-23 19:07:31 +00:00
LICENSE Switch to GPL V3. 2023-10-02 16:34:33 +01:00
README.md Update README.md 2024-02-02 10:29:59 +00:00

Stuff From Scratch

This is a hobby-repo I use for learning about different software technologies by trying to build stuff from scratch.

It covers a bunch of areas:

  • Build tooling
  • Audio and Video
  • 3D modelling
  • Desktop window management and UIs

Nothing here should be used in a real project :)