Skip to content

skipifzero technologies, core libraries, game engines, graphics apis, etc

Notifications You must be signed in to change notification settings

PetorSFZ/sfz_tech

Repository files navigation

sfz_tech

sfz_tech uses git-lfs, don't forget to install it before cloning this repo.

sfz_tech is the mega repository for all of skipifzero's (i.e. Peter "PetorSFZ" Hillerström's) base technology. In other words, stuff that isn't an actual product. This includes various helper libraries, a graphics API, a UI library, and a number of third-party dependencies used by these technologies.

Why a mega repository? Well, simply because it makes it way easier for me to version things. Instead of having one version number for each individual project, I have one for all projects combined. If I make a breaking change in one project, I have to fix all incompatibilities with all other projects in the repo. My projects which then depend on one or several projects in this repo just have to keep track of one version number instead of several.

Projects

  • Lib-Core - A small, compact, no-dependency, header-only, math and containers library.
  • Lib-GpuLib - A minimalist GPU API built on top of D3D12.
  • Lib-GpuLibExtensions - Native API extensions to gpu_lib.
  • Lib-ZeroUI - An immediate mode (~ish) game UI library.

Third-party libraries

In addition individual projects inside this mega repository may have private 3rd-party dependencies, see each project for more information.

Licenses

Most code in this repository developed by skipifzero is licensed under the zlib license, each individual project should contain a LICENSE file with more specific information for that project. If such a file is missing, check if the source code itself contains a license, if missing there as well, make an issue or contact me so I can correct it.

Third-party libraries are, of course, under whatever license they were originally licensed under. 3rd-party libraries are, as far as possible, placed inside their own directories. In these directories there should usually be some sort of license file. In addition, I try to place some sort of readme (often named README-SFZ.md) of my own which contain information about when the library was acquired and from where.

About

skipifzero technologies, core libraries, game engines, graphics apis, etc

Resources

Stars

Watchers

Forks

Packages

No packages published